Contour plots

Found a bug? Tell us about it here

Moderator: DPlotAdmin

Post Reply
aesculap
Posts: 15
Joined: Wed May 13, 2009 1:25 am

Contour plots

Post by aesculap »

Hello Mr. Hyde,

because I found no way to make the z-axis label visible on 3d-contour plots (near the legend, may you implement that?) I added a note to the right side of the legend. This note is not visible or cut in saved image files (depending on the height and width of the plot). If "Crop white space" in the image-save dialog is set the note never appears.

Resizing the plot (by dragging the lower right corner) makes dplot crash very often. Sometimes changing a contour option leads to a crash too.

Finally I wonder why the "Operate on X..." and "Operate on Y..." dialogs are not avaiable.

I use the current version.


Regards.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

because I found no way to make the z-axis label visible on 3d-contour plots (near the legend, may you implement that?) I added a note to the right side of the legend. This note is not visible or cut in saved image files (depending on the height and width of the plot). If "Crop white space" in the image-save dialog is set the note never appears.
Adding the Z axis label to the legend is probably the better way to go, but I'll also look into why notes are clipped and fix that.
Resizing the plot (by dragging the lower right corner) makes dplot crash very often. Sometimes changing a contour option leads to a crash too.
I've never had this problem. Are you sure that it isn't just the plot taking a long while to redraw (with, say, a 1000x1000 or bigger grid)?
Finally I wonder why the "Operate on X..." and "Operate on Y..." dialogs are not avaiable.
If you're working with points on a rectangular grid (Z=f(X,Y), Excel Addin ZGrid command, or the "Z Table" import plugin) as opposed to random 3D points, then only the number of rows/columns and the corner values for X and Y are stored. So it wouldn't be appropriate to allow you to edit X or Y (which might result in unevenly-spaced rows/columns). But this should at least be spelled out in the Help.

If this capability is important to you, save your data as a .CSV file, then re-read using File>Open with file type K.
Visualize Your Data
support@dplot.com
aesculap
Posts: 15
Joined: Wed May 13, 2009 1:25 am

contour plots

Post by aesculap »

Thank you for your quick reply.

Unfortunately dplot crashes that way, the window disappears and the executable gets terminated.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

This isn't likely, but it may be something specific about a plot you're working with. The next time this happens please send your plot to me as a DPlot file to support@dplot.com.
Visualize Your Data
support@dplot.com
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

I got your file, thanks. The good news is I have the same problem here. No idea at the moment but will definitely track this down.

One goof I did find when trying to break things (but this unfortunately isn't your problem): If you drag one extent such that the width or height are negative, DPlot enters an endless loop. Bah. But that one is easy.
Visualize Your Data
support@dplot.com
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

I believe this is fixed now, but you can help confirm the problem with a fairly simple test. At your convenience please run DPlot with any file that has caused this problem. Select Options>General and uncheck "Show coordinates in popup when mouse hovers over data point". If you can still get it to crash, please let me know.
Visualize Your Data
support@dplot.com
aesculap
Posts: 15
Joined: Wed May 13, 2009 1:25 am

Post by aesculap »

You are right. To disable that feature solves the problem. After enabling it the problem occurs again. I think you found the bug.

Good work!
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

Thanks for your time. I'll be uploading the update in the next few days.
Visualize Your Data
support@dplot.com
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

This is fixed in tonight's (14 Dec) update. You can get it with Help>Check for Updates.
Visualize Your Data
support@dplot.com
Post Reply