Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dot '.' in name will cause blank plot. #30

Open
Y-H-Joe opened this issue May 13, 2022 · 0 comments
Open

dot '.' in name will cause blank plot. #30

Y-H-Joe opened this issue May 13, 2022 · 0 comments

Comments

@Y-H-Joe
Copy link

Y-H-Joe commented May 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant