-
Notifications
You must be signed in to change notification settings - Fork 33
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
Legend_bool doesnt seem to be working properly #74
Comments
UPDATE : I used the method
I also tried to do
and I got an error that said when I set the |
I'm unable to reproduce the issue - can you post a bit more code? Do you have a git repo for the project that I could look at? Setting One thing you can try is hacking def my_init_ui(self):
...
wm_core.WaferMapPanel._init_ui = my_init_ui # note no parentheses
temp = wm_core.WaferMapPanel(... |
Hey Doug hope you can help me w/ one little thing , I've decided is probably better to remove the legends and just make one legend separately but when I try to use the method
legend_bool = False
the legend still appears as it did before. do you think is something wrong in the way is implemented im pretty sure I'm correctly writing it . Let me know if you suspect anything. I'd really appreciate itThe text was updated successfully, but these errors were encountered: