-
-
Notifications
You must be signed in to change notification settings - Fork 566
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 pybamm arrays #992
Labels
Comments
do you mean something to replace the last line with |
yeah, sorry I wasn't very clear |
Yeah that sounds like a good feature. And you could do |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to automate the plotting of
pybamm.Array
objects for doing things like the example below. I think just 1D is fine for now. More complicated will usually be of solution entries, so handled viaQuickplot
, but it would be nice to easily plot parameters that are functions. I guess 2D is useful since this depends on T and sto. Thoughts?Edit: I know calling
.entries
isn't a huge deal, but think this would be easy to implement and avoid needing to import matplotlibThe text was updated successfully, but these errors were encountered: