[Matplotlib-users] Matplotlib + py3 + gtk3

2014-03-01 Thread Jon Roadley-Battin
>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

[Matplotlib-users] Matplotlib + py3 + gtk3 wouws

2014-02-27 Thread Jon Roadley-Battin
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

Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Jon Roadley-Battin
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

Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Jon Roadley-Battin
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

Re: [Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Jon Roadley-Battin
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

[Matplotlib-users] Matplotlib navigation toolbar, save image & image text

2012-09-06 Thread Jon Roadley-Battin
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

Re: [Matplotlib-users] matplotlib-0.98.5.3.win32-py2.6.exe (Stephen George)

2009-07-14 Thread Jon Roadley-Battin
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

Re: [Matplotlib-users] matplotlib, GTK and Threads

2006-09-04 Thread Jon Roadley-Battin
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

Re: [Matplotlib-users] matplotlib, GTK and Threads

2006-09-04 Thread Jon Roadley-Battin
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

[Matplotlib-users] matplotlib, GTK and Threads

2006-09-04 Thread Jon Roadley-Battin
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

[Matplotlib-users] Zooming errors/bugs

2006-08-22 Thread Jon Roadley-Battin
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