On 31 October 2015 at 00:00, Terry Carroll wrote:
> If you were going to get started doing some simple plotting with Python 2.7
> (in my case, I'm simply plotting temperature against time-of-day) what would
> you use?
>
> - matplotlib [1]
> - gnuplot [2]
> - something else entirely?
I'd use ma
I'd use matplotlib, unless the ultimate goal is to render onto a
webpage. Then I would use bokeh.
http://bokeh.pydata.org/en/latest/
Laura
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/m
>> If you were going to get started doing some simple plotting with Python
>> 2.7 (in my case, I'm simply plotting temperature against time-of-day)
>> what would you use?
>>
>> - matplotlib [1]
>> - gnuplot [2]
>> - something else entirely?
>>
>> Assume no substantial familiarity with the under
On 31/10/2015 00:00, Terry Carroll wrote:
If you were going to get started doing some simple plotting with Python
2.7 (in my case, I'm simply plotting temperature against time-of-day)
what would you use?
- matplotlib [1]
- gnuplot [2]
- something else entirely?
Assume no substantial famil
If you were going to get started doing some simple plotting with Python
2.7 (in my case, I'm simply plotting temperature against time-of-day) what
would you use?
- matplotlib [1]
- gnuplot [2]
- something else entirely?
Assume no substantial familiarity with the underlying plotting softwar
matplotlib and pylab are two APIs to the same library. Using
matplotlib is a more object-oriented, pythonic API. pylab is modeled
after the Matlab plotting functions to make it easier for those coming
from that environment.
There's a matplotlib mailing list and you can often figure out what
you
On Fri, Mar 27, 2009 at 7:46 AM, Bala subramanian
wrote:
> Friends,
> I am not sure if this forum is appropriate to ask question about a
> particular package. After getting suggestions from some of you for python
> based plotting, I have just started with matplotlib. I am bit confused with
> the r
Friends,
I am not sure if this forum is appropriate to ask question about a
particular package. After getting suggestions from some of you for python
based plotting, I have just started with matplotlib. I am bit confused with
the relation between matplotlib and pylab.
In the matplotlib homepage, e