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

'NoneType' object has no attribute 'dpi' #18

Merged
merged 6 commits into from Dec 26, 2020
Merged

Conversation

danielsk78
Copy link
Collaborator

The problem seems to be originated in the labels on the contour labels. Any ideas of what to do?

@danielsk78
Copy link
Collaborator Author

@flohorovicic, pull request #18 is open now to fix issue #3. A fast workaround is to deactivate the contour labels to prevent this warning to rise.

When updating the figure, panel is writing the image as .png and then reading the info. In this step of reading and/or creating is where it fails to do so and cannot update the figure.
go to: projector.trigger()

problem is in the pn.pane.Matplotlib class, the method _img(), function self.object.canvas.print_figure(b, bbox_inches=bbox_inches)
@danielsk78 danielsk78 merged commit 3a6a00a into master Dec 26, 2020
@danielsk78 danielsk78 deleted the solve_issue#3 branch December 26, 2020 16:19
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

Successfully merging this pull request may close these issues.

imshow and labels from contour lines raise exception and stop thread
1 participant