Re: [Matplotlib-users] Tick color

2008-05-17 Thread John Hunter
On Sat, May 17, 2008 at 7:18 PM, hvac <[EMAIL PROTECTED]> wrote: > > Maybe I'm missing it... but how do I change the color of the tick marks? > (the actual marks, not the labels). > > I would like gray tick marks, not black... Take a look at the artist API tutorial http://matplotlib.sourceforge

[Matplotlib-users] Tick color

2008-05-17 Thread hvac
Maybe I'm missing it... but how do I change the color of the tick marks? (the actual marks, not the labels). I would like gray tick marks, not black... Thank you... Russ http://www.nabble.com/file/p17297888/graph.jpg -- View this message in context: http://www.nabble.com/Tick-colo

Re: [Matplotlib-users] Help sending a PNG from matplotlib to stdout

2008-05-17 Thread John Hunter
On Sat, May 17, 2008 at 3:49 PM, Rodney Haynie <[EMAIL PROTECTED]> wrote: > "C:\Python25\lib\site-packages\matplotlib-0.91.2.0001-py2.5-win32.egg\matplo > tlib\backends\backend_agg.py", line 397, in print_png >self.get_renderer()._renderer.write_png(str(filename), > self.figure.dpi.get()) > Ru

[Matplotlib-users] Help sending a PNG from matplotlib to stdout

2008-05-17 Thread Rodney Haynie
Having some issues getting a png to flow out to a web page. I am trying to use savefig( sys.stdout ), but I am getting an error. Well at least I can show the error when I run the script from a command prompt. I took most of the example from the matplotlib pdf file. I added a couple print statem

Re: [Matplotlib-users] invalid pngs from pylab.savefig on windows

2008-05-17 Thread Eric Firing
Thank you. I committed the fix, r5170. Eric Jörgen Stenarson wrote: > John Hunter skrev: >> On Fri, May 16, 2008 at 1:46 PM, Jörgen Stenarson >> <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> with current svn (r5149) I get currupt png files when saving using >>> pylab.savefig. I'm using the TkAgg ba

Re: [Matplotlib-users] invalid pngs from pylab.savefig on windows

2008-05-17 Thread Jörgen Stenarson
John Hunter skrev: On Fri, May 16, 2008 at 1:46 PM, Jörgen Stenarson <[EMAIL PROTECTED]> wrote: Hi, with current svn (r5149) I get currupt png files when saving using pylab.savefig. I'm using the TkAgg backend with no changes to the default matplotlibrc. It looks like the problem occurs first w