1) How can I display the label of Z-axis in a XY contour plot?
2) The low and high value of the X-axis is 3.2 and 4.8 on my plot. The tick mark interval of the X-asix is 0.2. Why isn't the last value (4.8) shown in the plot while the others (3.2, 3.4, ... 4.6) are?
Contour plot problems
Moderator: DPlotAdmin
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
1) In 2D that label won't be drawn, sorry. You can create a Note with Text>Add/Edit Note and drag it to the top of the color key.
2) Select Options>Extents/Intervals/Size and check "Specify extents", then enter the extents you want. If that doesn't do the trick please save your graph as a DPlot file and send it to me.
2) Select Options>Extents/Intervals/Size and check "Specify extents", then enter the extents you want. If that doesn't do the trick please save your graph as a DPlot file and send it to me.
Visualize Your Data
support@dplot.com
support@dplot.com
Contour plot problems
OK. The note can be added. It looks like the label now.
But the "Specify extents" box is checked and the last value still won't show. I will e-mail you the graph to take a look at. Thanks!
But the "Specify extents" box is checked and the last value still won't show. I will e-mail you the graph to take a look at. Thanks!
- DPlotAdmin
- Posts: 2312
- Joined: Tue Jun 24, 2003 9:34 pm
- Location: Vicksburg, Mississippi
- Contact:
As mentioned in my reply, there is apparently a roundoff error that I'll look into. Change the upper X extent to something like 4.80001 and it will work.
Visualize Your Data
support@dplot.com
support@dplot.com
Contour plot problems
Thanks! That works. Hope you'll fix this issue in the next release.