Polar Plot Mode: Some Features to Refine

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

Moderator: DPlotAdmin

Post Reply
raydela
Posts: 46
Joined: Wed Sep 10, 2003 2:01 pm
Location: Oxford, MI, USA

Polar Plot Mode: Some Features to Refine

Post by raydela »

David,

I've got a couple of suggestions to improve working with Polar Plots:

:idea: Point Labels:
Currently, only the magnitude value can be shown. It would be nice to have the magnitude/angle pair (angle in the selected radian or degree units) shown WITH the ability to add some small amount of text (but definitely, show the mag/angle pair values).

:idea: Extents/Tick Marks/Size Dialog:
:arrow: Allow specifying both Major (marked with values) and Minor grid divisions. I currently have "12" divisions, which gives a nice 0, 30, 60, 90 degree Major grids, but I always have (4) minor grids (7.5 degree divisions in this case). I would like to be able to specify (3) minor grids (10 degree divisions) or some other Major/Minor grid combo.
:arrow: When in Polar Plot Mode, switch the X, Y terminology to Angle, Radius (or Magnitude) on this (and other applicable) dialogs. Also have any entry fields or representations for angle (X) use the current radian/degrees setting.
For instance, on this dialog, if I choose "Specify Interval", even though I am set to use degrees, I must enter the interval in radians.

Thanks for your continuous improvements.
:D

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

Post by DPlotAdmin »

Point Labels:
Currently, only the magnitude value can be shown. It would be nice to have the magnitude/angle pair (angle in the selected radian or degree units) shown WITH the ability to add some small amount of text (but definitely, show the mag/angle pair values).
The Use amplitude only checkbox has been kept only for compatibility with older versions. You can use $X to show the X value (angle on polar plots) and $Y to show the amplitude. These may be combined, as in "$X degrees, $Y inches"
Allow specifying both Major (marked with values) and Minor grid divisions. I currently have "12" divisions, which gives a nice 0, 30, 60, 90 degree Major grids, but I always have (4) minor grids (7.5 degree divisions in this case). I would like to be able to specify (3) minor grids (10 degree divisions) or some other Major/Minor grid combo.
Good point. Currently the number of minor grid lines is fixed internally, depending on the tick mark interval and the type of scaling. This will be changed for sure.
When in Polar Plot Mode, switch the X, Y terminology to Angle, Radius (or Magnitude) on this (and other applicable) dialogs. Also have any entry fields or representations for angle (X) use the current radian/degrees setting.
That thought passes through my head every time I see it, but doesn't stick around long enough for me to change it. Now that it's committed to electrons I'll have a reminder, thanks.
Last edited by DPlotAdmin on Wed Feb 04, 2004 6:18 pm, edited 1 time in total.
Visualize Your Data
support@dplot.com
raydela
Posts: 46
Joined: Wed Sep 10, 2003 2:01 pm
Location: Oxford, MI, USA

Post by raydela »

8) I like the $X and $Y thing!
Now that I have 20/20 hindsight, I did some searching for these in Help but they did not show up -- What other "hidden" format specifiers do you have available? I could use one for "degrees" symbol.
Also, are there specifiers to designate decimal accuracy (or to place extra 0's to keep values at the same decimal length)?
Ideally, for my polar data, I would like force constant label appearance as "amplitude".ddd @ "angle".d

I look forward the the other changes

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

Post by DPlotAdmin »

What other "hidden"...
Hidden??? Click Text>Label Points, then Help. See the bold text? Read that :D
format specifiers do you have available? I could use one for "degrees" symbol.
No hidden features. I might add the same formatting codes the legend, notes, axis labels and titles use. That would give you your degree symbol. But actually... you can do that now with Alt+0176.
Also, are there specifiers to designate decimal accuracy (or to place extra 0's to keep values at the same decimal length)?
Ideally, for my polar data, I would like force constant label appearance as "amplitude".ddd @ "angle".d
Nope, currently point labels use the same number format used for the X axis for $X and the Y axis for $Y. You can't control the number of figures there, either, though that's coming as well.
Visualize Your Data
support@dplot.com
Post Reply