>On 02/27/2014 06:58 PM, Jon Roadley-Battin wrote:
>> Good evening,
>>
>> I am at present migrating an application of mine from py27+pygtk (with
>> mpl) to py33+pygobject (gtk3)
>>
>> Unfortunately I am unable to use
>>
>> from matplotlib.backen
Good evening,
I am at present migrating an application of mine from py27+pygtk (with mpl)
to py33+pygobject (gtk3)
Unfortunately I am unable to use
from matplotlib.backends.backend_gtk3agg import FigureCanvasGTK3Agg as
FigureCanvasfrom matplotlib.backends.backend_gtk3 import
NavigationToolbar2GT
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 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
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 navi
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
Question is however, are you using the GTK backend?
ie
from matplotlib.backends.backend_gtkagg import FigureCanvasGTKAgg as
FigureCanvas
from matplotlib.backends.backend_gtkagg import NavigationToolbar2GTKAgg as
NavigationToolbar
backend_gtkagg then imports matplotlib.backends._gtkagg
For matplot
themselves are called within a gtk-idle call, this stops the GUI from hard-locking.
I don't know if it is the best solution, but it is a solution. thanksOn 9/5/06, John Hunter <
[EMAIL PROTECTED]> wrote:>>>>> "Jon" == Jon Roadley-Battin <
[EMAIL PROTECTED]> w
Message: 2Date: Mon, 04 Sep 2006 09:56:22 -0700From: Andrew Straw <
[EMAIL PROTECTED]>Subject: Re: [Matplotlib-users] matplotlib, GTK and ThreadsTo: Jon Roadley-Battin <[EMAIL PROTECTED]>,
matplotlib-users@lists.sourceforge.netMessage-ID: <[EMAIL PROTECTED]>Conten
I have run into a problem with matplotlib, GTK and Threading.The program basically gets data over RS232 and if a certain command is sent the data is plottedSo far the program is pretty mature and data can be read via RS232 and written to RS232 and the
GUI is updated (text-widgets) accordinglyThe p
Hi,I have come across a couple of bugs when zooming into a plot1) if you goto draw a box (to where you are going to zoom) it will zoom in finebut if while drawing the box you release the mouse button BUT continue to move the mouse the zoom does not function (when mouse stops) and a black box is dra
11 matches
Mail list logo