Steve,

Thank you, I think you are right in general (the multiply by 60000 is
correct though).  Since mucking about with my code a bit more it has
disappeared.  Just strange to see an additive, as opposed to
multiplicative, error given the type of calcs that I am doing, hence my
doubting the meaning of the label.

many thanks

-Stuart


Steve Schmerler said:

>> lines1.extend(pylab.plot(In, inputFlow * 60000, 'g--'))
>
> Couldn't it be because of "inputFlow * 60000", which may cause the
> plotted values to be large (so it is related to what you do
> numerically)? The same happens for e.g. plot(array([1,2,3])+1e5), i.e.
> if the values' changes are small compared to their magnitude. Without
> that, the tick numbers would read 100001.0, 100002.0, 100003.0 in this
> example, which may not look very pretty.




-----------------------------
Stuart Yarrow


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to