Re: [Matplotlib-users] Matplotlib powered website. Would love to get your feedback!

2006-10-10 Thread Derek Hohls
Vineet Sorry - I was not too clear on my question; I *am* currently able to use matplotlib - what I am not sure how to is to integrate it into a web framework. I have been looking at using Pylons - as that is WSGI compliant - but probably any one will do. I would like to be able to generate

Re: [Matplotlib-users] markercolor broken

2006-10-10 Thread Norbert Nemec
Hi Stefan, as of rev. 2800, the problem should be solved. For more details, see the discussion about marker color handling on matplotlib-devel. Greetings, Norbert Stefan van der Walt wrote: Hi all The marker behaviour changed in

Re: [Matplotlib-users] markercolor broken

2006-10-10 Thread Norbert Nemec
I do not see a reason why the problem should be related. If the problem persists with the latest SVN version, could you please file a bug report? [EMAIL PROTECTED] wrote: Hi, some times ago I saw that the rgb color was not working anymore, the hexa code yes but not the rgb.

Re: [Matplotlib-users] Matplotlib powered website. Would love to get your feedback!

2006-10-10 Thread Nelson Minar
what command is used to pull the graph into the web page - the matplotlib show command? There are a bunch of ways to do this. One way is to pregenerate the charts you need and store them as .png or .gif files on the server. If you need truly dynamic images, then you need to make a Python

Re: [Matplotlib-users] markercolor broken

2006-10-10 Thread Eric Firing
[EMAIL PROTECTED] wrote: Hi, some times ago I saw that the rgb color was not working anymore, the hexa code yes but not the rgb. markerfacecolor=(120,120,120,) retrun this error: ValueError: to_rgb: Invalid rgb arg (120, 120, 120) to_rgb: Invalid rgb arg (120, 120, 120) This

Re: [Matplotlib-users] How to write a 2D list into a file?

2006-10-10 Thread Edin Salkovic
On 10/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I mean in the original data format, without any characters like [], Thanks - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

Re: [Matplotlib-users] Matplotlib powered website. Would love to get your feedback!

2006-10-10 Thread Vinj Vinj
data (and I assume your graphs are done a similar way), and so I It turned out to be too slow for me to generate them on the fly. I pregenerate most images that you see at www.eswap.com If you have a fast enought web connection the page should load up in 3-4 secnods. Vineet

Re: [Matplotlib-users] Controling the tick thickness

2006-10-10 Thread François Beaubert
Le Lundi 9 Octobre 2006 19:11, Zack a écrit : Bonjour François! Take it easy. rc(lines, markeredgewidth=4) There is no reasons to put cycle inside you code. Regards, Thanks for the tips zack ! It works like a dream ... Is there a way to specify only major or minor ticks marks ? --

[Matplotlib-users] bug importing numpy with matplotlib.numerix

2006-10-10 Thread Eric Emsellem
Hi, I have a problem when importing numpy from matplotlib.numerix: When I do: import matplotlib import matplotlib.numerix as num # numpy from num import median, std I get: exceptions.ImportError Traceback (most recent call last)

[Matplotlib-users] load and comments

2006-10-10 Thread humufr
Hi, I'm using very often the load command, I would like to know why the default comments character is still '%', the one from matlab, other than historical? I would prefer to have the one from python '#'. I know it's just a personal preference but we are using python so for

Re: [Matplotlib-users] load and comments

2006-10-10 Thread John Hunter
humufr == humufr [EMAIL PROTECTED] writes: humufr Hi, I'm using very often the load command, I humufr would like to know why the default comments character is humufr still '%', the one from matlab, other than historical? I humufr would prefer to have the one from

[Matplotlib-users] Upgraded mayplotlib won't plot

2006-10-10 Thread Bill Dandreta
I upgraded matplotlib (from 0.84 to 0.87.4 and then 0.87.5) and my scripts that previously worked no longer plot. No error message just won't plot. I tried down grading to 0.84, that no longer plots either. I used the simple_plot.py example for testing. Bill

Re: [Matplotlib-users] Upgraded mayplotlib won't plot

2006-10-10 Thread humufr
clean completely your precedent installation. That means remove the directory matplotlib in the site-package directory. N. Le mardi 10 octobre 2006 09:46, Bill Dandreta a écrit : I upgraded matplotlib (from 0.84 to 0.87.4 and then 0.87.5) and my scripts that previously worked no longer plot.

Re: [Matplotlib-users] Installation Problems on Mac OS X

2006-10-10 Thread Charlie Moad
On 10/10/06, R. Padraic Springuel [EMAIL PROTECTED] wrote: I haven't tried the binaries because there isn't one for python 2.5 and Mac OS 10.4 (the particular combination that I have). I could use the binaries if I went back to python 2.4, but I'm trying avoid that if possible. So actually