How to plot histogram of properties? #1810
Answered
by
ma-sadeghi
ma-sadeghi
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ma-sadeghi
Dec 9, 2020
Replies: 1 comment 1 reply
-
You can do object.show_hist(propnames) where |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ma-sadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do
where
object
is an OpenPNM object andpropnames
is a string or a list of strings (propnames for which you need histogram).