[Matplotlib-users] How do I disable antialiasing on imshow with wxagg backend ?

2006-09-17 Thread Daniel Kornhauser
I know I should find this in the documentation, but I am finding all kinds of bells and whistles about the interpolation and the fancy agg features except how to disable antialiasing . Sorry for the newbie question.

[Matplotlib-users] Label & ticks spacing

2006-09-17 Thread Zack
Hi, all how to change the spacing between axes and ticks labels, ticks labels and axes labels? I mean vertical spacing for X axis and horizontal one for Y. Thanks, -- Alexey - Using Tomcat but need to do more? Need to sup

Re: [Matplotlib-users] Label & ticks spacing

2006-09-17 Thread John Hunter
> "Zack" == Zack <[EMAIL PROTECTED]> writes: Zack> Hi, all how to change the spacing between axes and ticks Zack> labels, ticks labels and axes labels? I mean vertical Zack> spacing for X axis and horizontal one for Y. See these parameters from your matplotlibrc file: http://mat

Re: [Matplotlib-users] How do I disable antialiasing on imshow with wxagg backend ?

2006-09-17 Thread John Hunter
> "Daniel" == Daniel Kornhauser <[EMAIL PROTECTED]> writes: Daniel> I know I should find this in the documentation, but I am Daniel> finding all kinds of bells and whistles about the Daniel> interpolation and the fancy agg features except how to Daniel> disable antialiasing .

Re: [Matplotlib-users] Label & ticks spacing

2006-09-17 Thread Zack
Hi, Thanks for your help. On Sunday 17 September 2006 16:54, John Hunter wrote: > From code, you can also control the pad with, for example, > for tick in ax.xaxis.get_major_ticks(): > tick.set_pad(6) And how do I do same thing with labels? They are instances of Text object not ticks. -- Al

Re: [Matplotlib-users] Label & ticks spacing

2006-09-17 Thread John Hunter
> "Zack" == Zack <[EMAIL PROTECTED]> writes: Zack> Hi, Thanks for your help. Zack> On Sunday 17 September 2006 16:54, John Hunter wrote: >> From code, you can also control the pad with, for example, for >> tick in ax.xaxis.get_major_ticks(): tick.set_pad(6) Zack> And how

[Matplotlib-users] compile error with python2.5

2006-09-17 Thread Achim Gaedke
While compiling matplotlib-0.87.5 with python-2.5 on debian testing some errors occured: gcc: src/agg.cxx cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ src/agg.cxx: In function 'int SWIG_Python_ConvertPtr(PyObject*, void**, swig_type_info*, int

[Matplotlib-users] How do I take off the gray border padding from a figure ?

2006-09-17 Thread Daniel Kornhauser
Hi: Thanks for you last reply John you where right on. Yet another newbie question, how do I take off the frame off ? I have tried frameon=False, and played with the figsize and dpi, and I just can't get rid of the gray (or white) border around my image. I want the image to expand to take on t

Re: [Matplotlib-users] Label & ticks spacing

2006-09-17 Thread Zack
Hi, John! On Sunday 17 September 2006 19:26, John Hunter wrote: > The tick labels are part of the Tick, so this setting will affect > them. The Axis labels are automatically placed to be below (or to the > left of) the tick labels. So it may be enough to simply set the pad. I have found the pa

[Matplotlib-users] C library problems on Windows: Enthought python 2.4.3 and matplotlib 0.87.5

2006-09-17 Thread Don Peterson
For my Windows XP machine, I downloaded enthon-python2.4-1.0.0.exe and matplotlib-0.87.5.win32-py2.4.exe.  I installed python first (it's version 2.4.3) via the Enthought executable; it installed fine with no errors.  Then matplotlib installed fine with no errors. I installed the matplotlib_ex

Re: [Matplotlib-users] Label & ticks spacing

2006-09-17 Thread John Hunter
> "Zack" == Zack <[EMAIL PROTECTED]> writes: Zack> """ Public attributes transData - transform data coords Zack> to display coords transAxis - transform axis coords to Zack> display coords Zack> """ LABELPAD = 5 -- You can use it: ax.xaxis.LABELPAD = 1

Re: [Matplotlib-users] C library problems on Windows: Enthought python 2.4.3 and matplotlib 0.87.5

2006-09-17 Thread Darren Dale
Hi Don, On Sunday 17 September 2006 7:06 pm, Don Peterson wrote: > For my Windows XP machine, I downloaded enthon-python2.4-1.0.0.exe and > matplotlib-0.87.5.win32-py2.4.exe. I installed python first (it's version > 2.4.3) via the Enthought executable; it installed fine with no errors. > Then ma