> 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,
Hi,
For a contour plot I use the option 'manual=True' in clabel
to set the location of the labels manually.
Before the plotting command I set some figure properties using
rcParams as explained on this site:
http://www.scipy.org/Cookbook/Matplotlib/LaTeX_Examples
My Problem is, that the manual-o