-
Notifications
You must be signed in to change notification settings - Fork 132
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
plot not showing when used in .py file #223
Comments
Please try instantiating the plot in your script and passing the Axes object to welly to plot into, like:
|
Hm, that does seem like a bug. I'm afraid the quickest thing will be to loop over the well.data dictionary and construct the plot yourself one curve at a time. |
All right, thanks! I am encountering the same problem in the striplog package (e.g. striplog.plot() does nothing). I don't know if this information helps in any way. Have a nice day! |
I'd have to double-check the use case, but you can run .ipynb's from the command line - see answer #4 in this thread: https://stackoverflow.com/questions/35545402/how-to-run-an-ipynb-jupyter-notebook-from-terminal ipython -c "%run your_script.ipynb" |
Hi! I was trying out this library and I can't seem to plot the well data when using it in a script (in jupyter notebook works).
By following the documentation both
and
should work.
For me it does not work, the plots do not show up and the script terminates without any errors. Am I doing something wrong?
Thanks!
The text was updated successfully, but these errors were encountered: