Re: [Matplotlib-users] Mac OSX 64bit

2011-10-02 Thread Gavin Koh
Dear Scott & Bryan, Thanks for the advice! Neither the dmg nor the supposedly 32bit egg on sourceforge worked for me, even after I deleted 64bit Python 2.7.2. @Bryan: Thanks for suggesting MacPorts: I didn't know about that and you are right that that would have been a good solution. Here is how

[Matplotlib-users] Mac OSX 64bit

2011-10-02 Thread Gavin Koh
Dear all, Just installed Python 2.7.2 on my Mac running OSX 10.6. Installed numpy 1.6.1 and scipy 0.9.0 both from the dmg's downloaded from scipy. Just tried to install matplotlib but there is no 64bit dmg available. Tried installing from the egg instead, but that doesn't help. Am getting ImportEr

[Matplotlib-users] Fwd: re size Y scale

2011-10-02 Thread Simon Pfeiffer
Hi, you can explicitly set the yticks with that command: pyplot.yticks([0.7771,0.7720,0.7773]) Typically you would pass something like arange(start,end,step) into the yticks command. This way you have full controll over the ticks. Documenation is here: http://matplotlib.sourceforge.net/api/pyplo

[Matplotlib-users] [ANN] SciPy India 2011 Call for Presentations

2011-10-02 Thread Jarrod Millman
=== SciPy 2011 India Call for Papers === The third `SciPy India Conference `_ will be held from December 4th through the 7th at the `Indian Institute of Technology, Bombay (IITB) `_ in Mumbai, Maharash

[Matplotlib-users] re size Y scale

2011-10-02 Thread Tiger11
Hi, I'm developing a bar chart using matplotlib but my data is like 0.6 0.4 0.1, is very important the decimal I got something like this http://old.nabble.com/file/p3250/sca.png but i want 0.001 0.002 0.003 0.004 ... 0.101 istead of 0.1 0.2 0.3 thanks for your help. P.S. I