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

Check if interactive cost function plots are possible #37

Open
Dan-RAI opened this issue Nov 15, 2017 · 1 comment
Open

Check if interactive cost function plots are possible #37

Dan-RAI opened this issue Nov 15, 2017 · 1 comment
Milestone

Comments

@Dan-RAI
Copy link
Member

Dan-RAI commented Nov 15, 2017

No description provided.

@Dan-RAI Dan-RAI added this to the lib_v2 milestone Nov 15, 2017
@scarrazza
Copy link
Member

Have checked:

  • in pure python it is possible and simple, we open a canvas and the update with fig.canvas.draw()
  • however when dealing with jupyter notebook things change. In a jupyter notebook we have to deal with different implementations depending on how matplotlib is imported, %inline vs %notebook. The notebook version is quite simple but has a non negligible overhead.

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

2 participants