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

How to reuse the matplotlib figure #142

Open
bizerfr opened this issue Oct 31, 2021 · 2 comments
Open

How to reuse the matplotlib figure #142

bizerfr opened this issue Oct 31, 2021 · 2 comments
Labels
question Just a question, nothing else

Comments

@bizerfr
Copy link

bizerfr commented Oct 31, 2021

HI,

I use geomdl to plot multiple nurbs surfaces. And I also need to plot corresponding point clouds. I want to put them in the same figure. How to do it?
@bizerfr bizerfr added the bug There is a problem with the coding or algorithms label Oct 31, 2021
@Beaver12LY
Copy link

I have the same question.

@orbingol orbingol added question Just a question, nothing else and removed bug There is a problem with the coding or algorithms labels Apr 23, 2022
@orbingol
Copy link
Owner

Currently, the visualization modules are not returning the matplotlib figure, so I don't think it is possible with the included visualization modules. However, you could write your own visualization module with a minor change, e.g. add convert fig variable to self.fig, so that you should be able to access the MPL figure object directly from the visualization class instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Just a question, nothing else
Projects
None yet
Development

No branches or pull requests

3 participants