You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just in case anyone has the same issue, to get the empty results.
The solution is to remove the dot in your canvas's name.
For example, if you set 'myTmap.good' in faerun.add_scatter( 'myTmap.good',..... )
Or in point_helper='myTmap.good'
you will get empty results.
Change 'myTmap.good' to 'myTmap_good' will solve it.
This is definitely a bug.
The text was updated successfully, but these errors were encountered:
Just in case anyone has the same issue, to get the empty results.
The solution is to remove the dot in your canvas's name.
For example, if you set 'myTmap.good' in
faerun.add_scatter( 'myTmap.good',..... )
Or in
point_helper='myTmap.good'
you will get empty results.
Change 'myTmap.good' to 'myTmap_good' will solve it.
This is definitely a bug.
The text was updated successfully, but these errors were encountered: