« Return to Thread: How do you Plot data generated by a python script?

Re: How do you Plot data generated by a python script?

by Chelonian :: Rate this Message:

| View in Thread

On Thu, Aug 25, 2011 at 10:01 PM, surfcast23 <surfcast23@...> wrote:
>
> Hi,
>
>   there is only one column. so I want a plot of y and x. With y taking
> values running from 0 to n  or 7 in my example and x as the average of the
> values that are contained in the rows in my example it was 5.57.

It seems to me that, as described, you want a plot that in which all
the bars are the same height (or width if it is a sideways bar chart),
in this case, 5.57.  That makes no sense.

What information is this plot is intended to provide the viewer?

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

 « Return to Thread: How do you Plot data generated by a python script?