« Return to Thread: where is line after remove?

Re: where is line after remove?

by Federico Ariza-2 :: Rate this Message:

| View in Thread

Ben

Yest It is called remove but not destroy ;)
Given that the relim takes in count the invisible lines, I thougth it was planned that you could "remove" and "add" the lines from its axes.

Thanks
Federico


On Tue, Mar 13, 2012 at 2:44 PM, Benjamin Root <ben.root@...> wrote:


On Tue, Mar 13, 2012 at 1:20 PM, Federico Ariza <ariza.federico@...> 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


Federico,

Why would you think it is kept somewhere?  The method is called "remove", after all.  I am curious because I want to know if improvements are needed to the documentation.

As for relim(), I am thinking the autoscaling system needs another revamp.  I have ran into subtle issues with data limits that could not be easily fixed in the current design.

<rant>
Everything plottable should have a get/set for x and y data, as well as get/set for "data" (which may or may not be the same as the get/set for y.  Note that there might be some confusion regarding scalar mappables.  I think this might be the source of confusion where some collections have set_data() while others have set_array().
Also, not all objects, for some reason, implement remove(), or something else messed up that I am not clear about.
</rant>

Cheers!
Ben Root




--
Y yo que culpa tengo de que ellas se crean todo lo que yo les digo?

-- Antonio Alducin --

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@...
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

 « Return to Thread: where is line after remove?