On 2012/09/06 8:35 PM, jonasr wrote:
> That seems to work, thank you.
>
> I would have thought that the add_patch function creates two seperate
> objects independent of the defined Rectangle.
add_patch doesn't create any objects; it just attaches the axes to the
patch in both directions: a refere
That seems to work, thank you.
I would have thought that the add_patch function creates two seperate
objects independent of the defined Rectangle.
greets jonas
--
View this message in context:
http://matplotlib.1069221.n5.nabble.com/Rectangle-Bug-tp38825p38828.html
Sent from the matplotlib -
On Thursday, September 6, 2012, jonasr wrote:
> Hello,
>
> i spotted a bug in the Rectangle function when plotting with multiple
> subplot, here is a source code example:
>
> #!/usr/bin/env python
> # -*- coding: utf-8 -*-
>
> from matplotlib.pyplot import *
> from numpy import *
> import sys, os
On closer inspection the problem isn't calling it from another file,
it is calling it from wxpython. Not exactly sure how to copy code...
lasso_test.py
-
from matplotlib.widgets import Lasso
from matplotlib.nxutils import points_inside_poly
from matplotlib.colors import colorConverter
from mat
Hello,
i spotted a bug in the Rectangle function when plotting with multiple
subplot, here is a source code example:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from matplotlib.pyplot import *
from numpy import *
import sys, os
def main():
f, axs = subplots(1,2)
x=ar
Thats the plan.
The problem is clicking on a plot calls both onpick and onpress (hence
the additional fig.canvas.draw() to work around this).
ill put a flag in and do an if/else on that as well
--
Live Security Virtual Co
On Thu, Sep 6, 2012 at 4:37 PM, Jon Roadley-Battin <
jon.roadleybat...@gmail.com> wrote:
> On 6 September 2012 14:55, Jon Roadley-Battin
> wrote:
> > On 6 September 2012 14:20, Benjamin Root wrote:
> >>
> >>
> >> On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin
> >> wrote:
> >>>
> >>> Good mo
On 6 September 2012 14:55, Jon Roadley-Battin
wrote:
> On 6 September 2012 14:20, Benjamin Root wrote:
>>
>>
>> On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin
>> wrote:
>>>
>>> Good morning,
>>>
>>> I have an odd problem with saving plot images via the navigation bar
>>> (unsure if it is uni
I build from github.
On Thu, Sep 6, 2012 at 10:35 AM, James Morrison wrote:
> Hi, I downloaded a zip from the master on the github matplotlib
> repository, when I run: python3 setup.py install
>
> I get several 'SyntaxError: invalid syntax' errors which appear to
> highlight quotes
> ...
>
> byt
On 06/09/2012 14:49, Benjamin Root
wrote:
On Thu, Sep 6, 2012 at 6:54 AM, Mogliii
wrote:
Hi,
I am preparing figures with the following matplotlib
preamble:
Hi, I downloaded a zip from the master on the github matplotlib repository,
when I run: python3 setup.py install
I get several 'SyntaxError: invalid syntax' errors which appear to
highlight quotes
...
byte-compiling
/usr/local/lib/python3.2/site-packages/matplotlib/sphinxext/plot_directive.py
to
Hello everyone,
I have a problem with a colorbar:
I have a stackedbar and a colorbar that I want to create or delete by clicking
on a button.. but when the colorbar is deleted I want to change the dimension
of the axes, resizing it even in the place occupied by the colorbar..
I need to create t
On 6 September 2012 14:20, Benjamin Root wrote:
>
>
> On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin
> wrote:
>>
>> Good morning,
>>
>> I have an odd problem with saving plot images via the navigation bar
>> (unsure if it is unique to the navigation bar) if I have added custom
>> text.
>>
>>
On Thu, Sep 6, 2012 at 6:54 AM, Mogliii wrote:
> Hi,
>
> I am preparing figures with the following matplotlib preamble:
>
> plt.rc('font', **{'family':'serif', 'serif':['Computer Modern Roman'],
> 'monospace':['Computer Modern Typewriter']})
> params = {'backend': 'ps',
>
On Thu, Sep 6, 2012 at 5:29 AM, Jon Roadley-Battin <
jon.roadleybat...@gmail.com> wrote:
> Good morning,
>
> I have an odd problem with saving plot images via the navigation bar
> (unsure if it is unique to the navigation bar) if I have added custom
> text.
>
> BACKGROUND.
> I have a python gui wh
On Thu, Sep 6, 2012 at 2:24 AM, Eric Firing wrote:
> On 2012/09/05 6:17 PM, Paul Tremblay wrote:
> > Hmm. I found that mpl handled my datetime objects just fine:
>
> Right, mpl has handled python datetime objects for a long time, but the
> numpy array with a datetime dtype is a new and different
Hi,
I am preparing figures with the following matplotlib preamble:
plt.rc('font', **{'family':'serif', 'serif':['Computer Modern Roman'],
'monospace':['Computer Modern Typewriter']})
params = {'backend': 'ps',
'text.latex.preamble': [r"\usepackage{upgreek}",
Good morning,
I have an odd problem with saving plot images via the navigation bar
(unsure if it is unique to the navigation bar) if I have added custom
text.
BACKGROUND.
I have a python gui which is used to connect to some hardware as a
diagnosis tool. Its a pyGTK program and on one ui tab there
18 matches
Mail list logo