Hi,
Thank you for the kind words. Very much appreciated !!
Unfortunately I don't have really good answers for you at the
moment.
1. is there a simple method for making a semi-log plot?
No. XML/SWF does not support a very strong api when it comes to
Scatter Charts. They can be difficult to work with as they don't obey
other charts api.
2. is there a simple way to format axis numbers in scientific
notation? e.g. 125000 => 1.25e +5
No. Short of drawing your own axis, there is unfortunately no good way
to
support the notation. I have filed this question with the XML/SWF
folks.
3. is there a simple way of connecting the points within a given
series of a scatter plot via straight lines?
Yes - I guess you've got a solution there using the chart preference.
4. is there a simple way to include error bars associated with each
point.
Not sure what you mean there. Could you expand on this ?
You can annotate each point using the label array option in the add
call.
ie
chart.add( :series, "SeriesName", [10,20,30], ['Dog', 'Cat', 'Fox' ]
You can omit some of the values with nil for normal condition...
Best Regards,
Fernand
On Nov 30, 11:49 am, "
thebusy...@gmail.com" <
thebusy...@gmail.com>
wrote: