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.
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
> "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
> "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 .
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
> "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
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
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
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
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
> "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
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
12 matches
Mail list logo