From: Jean-Baptiste C. <Jea...@de...> - 2004-03-12 12:59:22
|
S=E6l ! Is there a way to "turn-off" lines without removing the data ? My goal is to hide some lines in a plot wihtout losing the data so I can sh= ow it again later. I can do=20 # Hide the line x=3Dline.get_xdata() y=3Dline.get_ydata() line.set_data([],[]) # Reset the line line.set_data(x,y) But I would prefer I more elegant way like line.hide() line.show() Would it be possible to get something like that ? Thanks Jean-Baptiste --=20 ----------------------------- Jea...@de... Department of Statistics deCODE genetics Sturlugata,8 570 2993 101 Reykjav=EDk |