It adds and x and y axis and then uses the chxs parameter to turn off
the axis lines. The last parameter of chxs is '_' which means no lines
and no ticks. (also 't' for ticks, and 'l' for lines and 'lt' for both
works, we will add this to the documentation)
> - i want to put a shape marker on end point, but the chart hasn't
> enough margins and the marker appears broken, how can i set the chart
> margins
> It adds and x and y axis and then uses the chxs parameter to turn off
> the axis lines. The last parameter of chxs is '_' which means no lines
> and no ticks. (also 't' for ticks, and 'l' for lines and 'lt' for both
> works, we will add this to the documentation)
> > - i want to put a shape marker on end point, but the chart hasn't
> > enough margins and the marker appears broken, how can i set the chart
> > margins
This is because you set the font size to 10. When lowering this to 1
it works quite well. This also the minimum because when setting to 0
the complete picture is not visible.
The red dot is cut off. Now if I have a y-axis defined on the right
side or specify a legend, there is enough padding to show the red dot
in its full glory.
Would you mind letting me know if you would like me to file a bug or
feature ticket?
thanks!
Adam
On Dec 9 2007, 7:06 pm, Uwe Maurer <uwe.mau...@google.com> wrote:
> It adds and x and y axis and then uses the chxs parameter to turn off
> the axis lines. The last parameter of chxs is '_' which means no lines
> and no ticks. (also 't' for ticks, and 'l' for lines and 'lt' for both
> works, we will add this to the documentation)
> > - i want to put a shape marker on end point, but the chart hasn't
> > enough margins and the marker appears broken, how can i set the chart
> > margins