On 2-Oct-09, at 2:54 PM, Jae-Joon Lee wrote:
> I just noticed that there IS a public method.
> You may use
>
> leg.draw_frame(False)
Great!
On a related note, I just submitted a patch to fix the box() command
in pyplot to accept the 'off' argument like axis() does. I thought I
was going a l
Is there a simple way to turn off the border of an inset legend?
Regards,
David
--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart yo
Hmm, that's odd, I still haven't seen my question go up.
I suppose I will re-ask it, then: turning the border off of the
legend. Is there an easy way, like MATLAB's legend('boxoff')?
David
Begin forwarded message:
> Is there a simple way to turn off the border of an inset legend?
>
> Regards
On 10-Dec-08, at 3:11 PM, Ryan Wagner wrote:
> Hi Everyone,
> Does anyone know the long term plans of fixing Axes3d / Mplot3D
> in MPL? Is this ever going to be re-incorporated in this library in
> the future? Just wondering…
> -Ryan Wagner
Oddly, this hasn't been answered, so I will, bu
On 23-Oct-08, at 4:43 PM, David Warde-Farley wrote:
> Sure; see http://morrislab.med.utoronto.ca/~dwf/bin.png
>
> In [12]: x = imread('bin.png'); imshow(x)
>
> produces a colourful plot that bears no resemblance to the original.
Two other things:
a) PIL
On 23-Oct-08, at 8:50 AM, Michael Droettboom wrote:
> I'm not aware of that problem. It should convert any PNG implicitly
> to our native RGBA format. Can you provide a PNG file that
> illustrates the breakage?
Sure; see http://morrislab.med.utoronto.ca/~dwf/bin.png
In [12]: x = imread('b
Howdy,
I noticed that MPL's imread() command, when applied to binary (1-bit
grayscale) PNGs does some serious mangling.
Anyone know what's going on, or is it just that only RGBA PNG's are
supported?
Thanks,
David
-
Thi
On 4-Sep-08, at 10:03 PM, Josh Lawrence wrote:
> Hey all,
>
> When I plot using python 2.5.2 and matplotlib 0.98.3 (and 0.98.1) I
> have the following problem. If I run a script from the command line
> that plots and saves the figure, I get the default aspect ratio of (8,
> 6). If, however, I clos
This comes up every so often, and there really should be more
instructions on the website; suffice it to say, it's trying to
resolve dependencies that are actually satisfied by the package yoiu
downloaded (it is a "fat" binary, universal - both PPC and Intel) but
distutils is being somewha
Compiling some packages as fat binaries is a bit tricky. For some
reason the double arch flag is messing it up. Are you set up using gcc
3.x or 4.x?
If I recall correctly there has been some discussion of problems
building matplotlib on the pythonmac-sig list, you might want to try
looking
On 26-Jun-08, at 11:37 PM, David Goldsmith wrote:
> Hi! Does matplotlib have already implemented a method to return
> true/false according as a provided point is inside a provided
> polygon? Thanks!
In [15]: help matplotlib.nxutils
---> help(matplotlib.nxutils)
Help on module matplotli
On 26-Jun-08, at 4:13 AM, David Warde-Farley wrote:
> Hi all,
>
> I'm making multiple calls to the plot() command, actually plotting
> parallel horizontal lines, and using a consistent 'linewidth'
> parameter, but for some reason I get different line widths each ti
Hi all,
I'm making multiple calls to the plot() command, actually plotting
parallel horizontal lines, and using a consistent 'linewidth'
parameter, but for some reason I get different line widths each time
(or the same for a couple). I assumed it was some sort of wonky
behaviour caused by
On 19-Jun-08, at 11:30 AM, John Hunter wrote:
> On Wed, Jun 18, 2008 at 2:42 PM, David Warde-Farley <[EMAIL PROTECTED]
> > wrote:
>
>> One more related thing: is there any way to retrieve the size of a
>> textbox
>> in figure coordinates, something like
>&g
On 18-Jun-08, at 3:17 PM, John Hunter wrote:
> If you are using subplots, you can move them over using
>
> fig = figure()
> fig.subplots_adjust(left=0.2)
Works like a charm! Thanks.
One more related thing: is there any way to retrieve the size of a
textbox in figure coordinates, something
Hi folks,
I'm using 'yticks' to set labels on the y axis, unfortunately they're
rather long strings occasionally. I was wondering if there's a way to
tweak the position of the axes within the plot, or better yet to have
it automatically push the axes over so that the entire labels fit (I
r
Hi Chris,
This just came up I think a day or so ago. Are you using TkAgg as
your backend, and are you closing the plot window in between the two
histograms?
Try updating from svn, Andrew just fixed a bug.
David
On 14-Jul-07, at 2:05 PM, Chris Fonnesbeck wrote:
> I get a repeatable bus erro
17 matches
Mail list logo