about symbol frequency

Q&A for C, C++, and/or C# developers using DPlot

Moderator: DPlotAdmin

Post Reply
redsun
Posts: 5
Joined: Tue Feb 10, 2009 2:33 am

about symbol frequency

Post by redsun »

Hi,

would you please tell me how to control the symbol frequency of a line in XY-plot. Thanks.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post by DPlotAdmin »

[SymbolFrequency(|curve,|frequency)]

Controls the frequency of symbols for curve number curve on XY plots. If frequency=1, symbols are drawn at every data point, if=2, symbols are drawn at every other point, etc. If curve is set to -1 or omitted, the frequency value is applied to all curves.
Visualize Your Data
support@dplot.com
archsteve
Posts: 1
Joined: Mon Mar 30, 2009 8:32 pm

symbol frequency

Post by archsteve »

Hi there,

Is there any way to make symbols appear more frequently on an XY Plot line. For example, if I only have a few data points for each of the lines I am plotting, I would like an even distribution of symbols along the line--even if the data is not distributed evenly. This function exists in excel, and I really wish it existed in DPLOT. Does it?

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

Post by DPlotAdmin »

You can produce more points using one of several interpolation options with Edit>Equal Intervals.
Visualize Your Data
support@dplot.com
Post Reply