Page 1 of 1

legend intervals or max rows

Posted: Mon Jan 08, 2007 10:54 am
by simply
Hi,

i try to limit the number of intervals in a legend (3d), or to limit this number in one row. i try to use [LegendParams(,10)] but it doesn't work :roll:

how can i "control" the legend???

Posted: Mon Jan 08, 2007 11:13 am
by DPlotAdmin
[ContourLegendFrequency(frequency)] controls how many (if any) legend entries are skipped on a contour plot. If set to 0 or 1, every label is drawn. If set to 2, every other label is skipped. If set to 3, every 3rd label is drawn, etc.

There is currently no way to control the placement or the maximum number of rows in the legend for 3D data, sorry. It is on my to-do list.

Posted: Mon Jan 08, 2007 11:19 am
by simply
thanks