Re: [Matplotlib-users] markercolor broken

2006-10-09 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. > > marke

Re: [Matplotlib-users] markercolor broken

2006-10-09 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] Matplotlib powered website. Would love to get your feedback!

2006-10-09 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 g

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

2006-10-09 Thread Charlie Moad
Building matplotlib requires linking against libpng and freetype. The error you posted is just saying that libpng can't be found. Building matplotlib correctly on osx and windows isn't for the feint of heart. Have you tried the pre-built osx binaries available for download on sourceforge? Charli

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

2006-10-09 Thread zhangh1
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 panel and you'll get the chance to share your opinions on IT &

Re: [Matplotlib-users] Controling the tick thickness

2006-10-09 Thread Zack
Bonjour François! Take it easy. rc("lines", markeredgewidth=4) There is no reasons to put cycle inside you code. Regards, On Sunday 08 October 2006 12:08, François Beaubert wrote: > Le Vendredi 6 Octobre 2006 19:59, John Hunter a écrit : > > for line in ax.get_xticklines(): > >     line.set_l

Re: [Matplotlib-users] Single quotes in xlabel

2006-10-09 Thread Darren Dale
On Monday 09 October 2006 12:45, John Hunter wrote: > > "A" == A S Budden <[EMAIL PROTECTED]> writes: > > A> Dear all, I've just started using matplotlib for some data > A> processing and plotting and have ported one of my existing > A> Matlab scripts to python. However, I have bee

Re: [Matplotlib-users] Single quotes in xlabel

2006-10-09 Thread John Hunter
> "A" == A S Budden <[EMAIL PROTECTED]> writes: A> Dear all, I've just started using matplotlib for some data A> processing and plotting and have ported one of my existing A> Matlab scripts to python. However, I have been unable to get A> the following working properly in pyth

[Matplotlib-users] Single quotes in xlabel

2006-10-09 Thread A. S. Budden
Dear all, I've just started using matplotlib for some data processing and plotting and have ported one of my existing Matlab scripts to python. However, I have been unable to get the following working properly in python. In Matlab, this works: xlabel('Normalised \psi_x', 'Interpreter', 'tex'

[Matplotlib-users] windrose 0.2

2006-10-09 Thread Lionel Roubeyrie
Hi all, after some searches, I have fixed some r_ticks problems on polaraxes, then I send you the new version of the windrose file, which I hope bugs are removed. You can now make two types of plot, bar and fill, and play with the resulting table of events,in number of counts or in percentage. Us

[Matplotlib-users] Installation Problems on Mac OS X

2006-10-09 Thread R. Padraic Springuel
I'm in the process of migrating from Windows to Mac OS X and doing my first round of installations from source code in the process. In trying to install matplotlib I get the following error: /usr/bin/ld: for architecture i386 /usr/bin/ld: can't locate file for: -lpng collect2: ld returned 1 exi

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

2006-10-09 Thread Vinj Vinj
> Any change you could share back with the community the approach > you followed - web framework used? integration strategy? deploy- > ment and setup issues? graph creation methodology? web framework used: cherrypy deploymnet os: ubuntu setup issues: none > I am looking to tackle a project wit

Re: [Matplotlib-users] markercolor broken

2006-10-09 Thread humufr
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)" but: markerfacecolor='#88' is working

[Matplotlib-users] losing rgrids

2006-10-09 Thread Lionel Roubeyrie
Hi all, I have found some bugs in my previous windrose plotter posted here, then I try to remove them and set some improvements. Now I have a problem with rgrids labels on polar axes, they disappear after a draw() command, and when I use Rectangle on a polar axes, theview is not scaled, I have t

[Matplotlib-users] Removing data from graph?

2006-10-09 Thread Chris Niekel
Hi, I'm trying to create an image on screen, and update it with new data. It works to have the data added, but my images keep showing the old data. I'm plotting sin(x) through the time, and every .5 seconds, I redraw the image. figure.hold(False) a = figure.add_subplot(111) t = arang

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

2006-10-09 Thread Derek Hohls
Vineet   Looks very good!  Only thing is that when you change search types, the "working" highlighter should be located near the search form, not at the page bottom (I missed it the first few times...)   Any change you could share back with the community the approach you followed - web framework

[Matplotlib-users] X-axis label tickmarks - number formatting

2006-10-09 Thread Derek Hohls
A quick (an easy?) question: I have a numeric, integer label which I am using for the X-axis. Numbers start from 1, up to "something large". When "something large" is less than 10,000 the numbers appear as normal, in 1000 or 2000 interval steps. However, if the "something large" exceeds that,

Re: [Matplotlib-users] Controling the tick thickness

2006-10-09 Thread François Beaubert
Le Vendredi 6 Octobre 2006 19:59, John Hunter a écrit : > for line in ax.get_xticklines(): >     line.set_linewidth(2.0) Thanks ! I have try this as in examples/axes_props.py but it doesn't work for me from pylab import * t = arange(0.0, 2.0, 0.01) s = sin(2*pi*t) ax = subplot(111) ax.plot(t, s)

Re: [Matplotlib-users] eps file format

2006-10-09 Thread Christian Meesters
On Monday 02 October 2006 21:51, Mark Bakker wrote: > What I don't understand is why we need previews at all? > Is this because Microsoft software cannot display an eps file? > Why not? Isn't that one of the easiest drivers to write? > Are they not adding eps format out of spite? > Mark Sorry for r