Charting question: Line or Scatter or ... ?

Robert Ameeti Robert at Ameeti.net
Fri Feb 15 15:58:00 PST 2008


At 9:16 AM -0600, 2/15/08, David Thompson wrote:

>Use a line chart with a second line to plot the scores of an
>invisible student. Use a fill pattern of "none" for the invisible
>student's line, and give the invisible student a score of 100 for the
>first month. Don't have any records for months where testing has not
>yet occurred, and have a procedure use ChangeObjects to adjust the
>width of the chart based on the number of records

Adjusting the width of the chart only widens the distance between 
each value as the highest value (less than 100) is just further from 
0 than before the widening.

>, or alternatively, place a white rectangle to the right of the 
>chart and bring to front.
>Change its dimensions with ChangeObjects to cover the untested
>months. Use more white rectangles to hide the legends.

Imagine a piece of graph paper with all the grid lines showing and 
also multiple 'normal' curves preprinted on it. Now place a few white 
rectangles to cover up the incorrect plots. It just loses something 
in the aesthetics.

I'm thinking the whole chart thing probably won't work for me since I 
can not preset the scale of each axis nor can I turn off the axis 
scale legends.

The best that I can come up with is determining the zero point on the 
form and then with pre-created plotting points that are kept 
offscreen, I'll just use MoveObjects to reposition them relative to 
the zero point using them as Cartesian coordinates manually. I'll 
stop at not trying to connect the dots.


-- 

<><><><><><><><><><><><><><><><><><>
Robert Ameeti

Science has proof without any certainty. Creationists have certainty without any proof.
            -- Ashley Montague
<><><><><><><><><><><><><><><><><><>


More information about the Qna mailing list