Jan Danielsson wrote:
Hello all,
I wanted to plot some statistics, so I wrote a simple wxPython class
to do it. Then I realized that I would like to draw bar graphs, so I
added that too.
Since I'm a complete Python newbie, I haven't done much of it the
"Python way", I suspect. So, I'm won
Jan Danielsson wrote:
>So, for future reference: I should *never* mix x and y versions in
> verion: x.y.z. I've wondered why there are versions of libraries for
> different versions of Python..
For packages with extension modules at least. Python maintains binary
compatibility between micro-
Robert Kern wrote:
>> [---]
>>
>>> It's okay. Just about every Pythonista in the sciences has, at one time
>>> or another, started a plotting library. It's a rite of passage. Welcome
>>> to the club. :-)
>>
>>
>>Question: I need to install SciPy in order to use matplotlib,
>
> No you don't.
Jan Danielsson wrote:
> Robert Kern wrote:
> [---]
>
>>It's okay. Just about every Pythonista in the sciences has, at one time
>>or another, started a plotting library. It's a rite of passage. Welcome
>>to the club. :-)
>
>Question: I need to install SciPy in order to use matplotlib,
No you
Robert Kern wrote:
[---]
> It's okay. Just about every Pythonista in the sciences has, at one time
> or another, started a plotting library. It's a rite of passage. Welcome
> to the club. :-)
Question: I need to install SciPy in order to use matplotlib, but on
the download page I see that ther
Jan Danielsson wrote:
> Robert Kern wrote:
>>Trick #1:
>>
>>import matplotlib
>
> Oh. :-)
>
> That's a pretty neat trick -- now can you make my embarrassment go away?
>
>I did do a quick search to see if anyone had done anything similar;
> but I guess I wasn't using the right keywords.
>
>
Robert Kern wrote:
>>I wanted to plot some statistics, so I wrote a simple wxPython class
>> to do it. Then I realized that I would like to draw bar graphs, so I
>> added that too.
>>
>>Since I'm a complete Python newbie, I haven't done much of it the
>> "Python way", I suspect. So, I'm won
Jan Danielsson wrote:
> Hello all,
>
>I wanted to plot some statistics, so I wrote a simple wxPython class
> to do it. Then I realized that I would like to draw bar graphs, so I
> added that too.
>
>Since I'm a complete Python newbie, I haven't done much of it the
> "Python way", I suspec
Hello all,
I wanted to plot some statistics, so I wrote a simple wxPython class
to do it. Then I realized that I would like to draw bar graphs, so I
added that too.
Since I'm a complete Python newbie, I haven't done much of it the
"Python way", I suspect. So, I'm wondering if someone would