Hello,

I would like to known if it is possible to hide a plot from a graph.

For example, I have the following python code:

for i in range(0,len(self.data):
    ..........
    c = np.array(s[i])
    self.axes.plot_date(t[i],c,self.colors[i],label=self.labels[i])
    .........

currently this code "draws" to plots on the canvas. The question is if its
possible to hide/unhide a plot while remains the other.

Thaks a lot.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to