> Is there some way to prevent this or alternatively set the 
> properties after manually setting the labels?

Hi,

I just found out how to restore the old settings:

save = pl.rcParams.copy()
pl.clabel(cs, manual=True)
pl.rcParams.update(save)

Maybe this should be the default behaviour?

Regards,
Valentin

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to