Re: [Matplotlib-users] Problem with event handling in matplotlib in tkinter

2014-11-07 Thread Federico Ariza
Sorry I'm lost in the discussion. What is the relation between the weak references in callback registry and moving stuff to the figure manager? Federico On 7 Nov 2014 14:13, "Thomas Caswell" wrote: > I am also beginning to like the idea of hanging all of these things off of > FigureManager objec

Re: [Matplotlib-users] where is line after remove?

2013-09-14 Thread Federico Ariza
Hello Finally (after long time) I managed to get time and courage to make my first PR with this little modification https://github.com/matplotlib/matplotlib/pull/2417 Federico On Tue, Mar 13, 2012 at 3:17 PM, John Hunter wrote: > > > On Tue, Mar 13, 2012 at 1:20 PM, Federico Ariza

[Matplotlib-users] Tabbed backend

2012-11-27 Thread Federico Ariza
Hi I just wanted to let you know that I did some work on tkinter to have a tabbed backend, It is in early stages but "it works" If you want to give it a try it is available on https://github.com/fariza/MPL-Experimental-Backend Let me know if you have any comments. Cheers Federico -- Y yo que cu

Re: [Matplotlib-users] where is line after remove?

2012-03-13 Thread Federico Ariza
gt; On Tue, Mar 13, 2012 at 1:20 PM, Federico Ariza > wrote: > >> Hi >> >> That is exactly what I am doing, but I thought it was kept somewhere. >> >> I like the idea of upstream modification of relim. >> >> Thanks >> Federico >> >> &g

Re: [Matplotlib-users] where is line after remove?

2012-03-13 Thread Federico Ariza
Hi That is exactly what I am doing, but I thought it was kept somewhere. I like the idea of upstream modification of relim. Thanks Federico On Tue, Mar 13, 2012 at 2:13 PM, Goyo wrote: > El día 13 de marzo de 2012 00:25, Federico Ariza > escribió: > > [...] > > I want to

[Matplotlib-users] where is line after remove?

2012-03-12 Thread Federico Ariza
Hi Working on my little experiment (backend with edition capabilities https://github.com/fariza/MPL-Experimental-Backend) I want to turn visibility on and off for lines. I can not use the visible property, using it the autolimits "relim" keeps considering the lines as being there. As consequence

Re: [Matplotlib-users] backend with edition capabilities

2012-03-05 Thread Federico Ariza
adding a "shell" with all the figure and line instances ready to be modified by hand. On Wed, Feb 29, 2012 at 5:02 PM, Federico Ariza wrote: > Dear all > > I am a long time matplotlib user (under linux) but new to the list > (second post). > > On of the things tha

[Matplotlib-users] impossible to deactivate minor grid in logscale

2012-02-29 Thread Federico Ariza
Hi If I set the scale to log and set the grid to minor then, it is impossible to deactivate the grid It does not happen with major or without the logscale The code to reproduce the problem import matplotlib.pyplot as plt fig = plt.figure() ax = fig.add_subplot(111) ax.plot(range(100), range(10

[Matplotlib-users] backend with edition capabilities

2012-02-29 Thread Federico Ariza
Dear all I am a long time matplotlib user (under linux) but new to the list (second post). On of the things that bothers me the most is the inability of the standard backend to change simple things (line color, labels, etc...). I resorted to create a simple FrankeinBackend (based on the GtkAgg)

[Matplotlib-users] get parent or child from twinx() or twiny()

2012-02-28 Thread Federico Ariza
Hello everybody This is my first post to the list. To the point. I want to access the all the axes located where a mouse event occurred. My first try is with button_release_event The event will include inaxes, so I know the axes where the mouse event occurred. This is fine if at that location I