Dear @itascan
I have tried all possible ways that I know to query my output so I can view the displacement plot.
I noted that the number of steps is 11, I set the horizontal axis to a range of 1-11 and noticed my displacement ranges from 0 to 1e-3 but I still cannot view the displacement.
Please help!
By default, the sampling interval for history is every 10 steps, you may decrease the interval via history interval [i] command, so more history data can be sampled
1 Like
@Adams,
Try:
- refreshing the plot
- remove the sqaure brackets on the history interval command
- Check that the plot series has solid color line
- If all else fails, try and make a new plot with zone history.
Thank you! I created a new plot and it worked. However, I have two more concerns
- The plots are negative, How do I make it to be plotted positively?
- I am interested in plotting displacement vs depths, how can I do this?
I would
appreciate your help!
-
You can select the reverse checkboxes for the X or Y axes from the Series dropdown:
-
If you want to create a plot of displacement (or any zone attribute) at locations in space you will need to use Zone Field Data. The instructions to use this logic are given here.
1 Like
I appreciate your help!