Ideal Data Format for "Size" Data to Use Histogram Plot #20112
-
|
Hi All, In a simulation, I have a collection of "items" that are represented by their "size". The number of these items and their corresponding size changes as a function of the time step. My goal is to import these into VisIt to view them as a Histogram. I have tried representing this data in Is there a better way I should be representing this data to view as a Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I sympathize with your troubles. I tried something very simple...convert your Here is script to produce a Then run like Then open
and do a histogram plot of |
Beta Was this translation helpful? Give feedback.


I sympathize with your troubles. I tried something very simple...convert your
itemsXXX.csvfiles to a simple.curvefile. That works but the histogram plot is grayed out for curves (and I can't explain why that is). So, I instead pivoted to create a.xyzfile instead. That works.Here is script to produce a
.xyzfile from one of your.csvfiles...