Adding X, Y, Z axes in 3D plot

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
Neumann
Posts: 6
Joined: Thu Nov 04, 2010 7:30 am

Adding X, Y, Z axes in 3D plot

Post by Neumann »

Gents

I would like suggest you add an option that allow the visualization of X, Y and Z axes directions in a 3D plot (countor option - 3D view). I mean that in the bottom left corner of the picture it appear three little axes showing the X, Y and Z directions in the main picture.

regards

L F Neumann
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

Easy enough. Thanks for the suggestion.
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 will be available in the next release:
Image

... with a couple of caveats:
  1. No effort is made to include this graphic in the clipping region for saved bitmaps or copied bitmaps/metafiles. On the other hand the graphic will be drawn, but it may be clipped. This will likely be improved in a future release. The problems are:
    1. including it may increase the dimensions of the bitmap/metafile to silly extents with a lot of white space, much larger than the picture would be w/o that graphic, and
    2. the obvious solution: moving the graphic to the lower-left corner of the image that is saved/copied, might lead to the graphic overlapping other plot attributes (particularly true with next version's ability to draw the legend on the left or bottom). It is possible that both problems might be overcome by making an intelligent decision about where to draw it: if the legend is on the right, draw it in the lower-left; if the legend is on the left, draw it in the lower-right; if the legend is at the bottom, draw it in the upper-left, etc.
  2. The option (like the legend placement) will most likely only be available via right-click menu. This is a kinda sorta effort to hide this from "normal" users and expose it only to the true believers, in hopes the more understanding true believers will offer suggestions and point out problems with, for example, overlapping stuff.
My initial inclination is to only draw this graphic when output is to the display, but that likely won't satisfy anybody. Just thinking out loud...
Visualize Your Data
support@dplot.com
Post Reply