-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Plotting issue with notebooks #340
Comments
@hectormara This is the new ticket for your discussion |
Can you share some information about your setup?
|
Thank you. I was using liionpack 0.3.10 from pip under windows. The code is this:
|
The same happens with the function lp.compare_solution_output. |
There is a quick workaround. After the "plot_output" function write plt.show(). At the beginning write fig, ax = plt.subplots() |
There is a plotting issue that might be an issue for some users. When I run lp.plot_output(output) I get the graphs correctly. The problem comes at the second run. I change some parameters, the simulation runs fine but after that the plots do not show anymore. The only solution I found is to restart the kernel and import the libraries from scratch. Is it an issue with liionpack or with jupyter notebook, visual studio code?
The text was updated successfully, but these errors were encountered: