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
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
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
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
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
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
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
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
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)
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
10 matches
Mail list logo