Dear forum,
we are producing contour plots with SSP using the function P3D. It seems to select the contour levels (e.g. for the Higgs mass) by itself (in our case it takes 90, 100, 110, 120, …). We would like to adapt the counter levels (e.g. 100, 122, 128, 140) in our plots.
Since we do not know which Mathematica function is behind the P3D (is it ContourPlot ?), can you give us a hint how to do that ?
Cheers,
Björn
Defining contour levels in plots
Re: Defining contour levels in plots
Hi,
SSP uses ListContourPlot. So, you can try the SetOptions command to define the contours globally; but it should also be possible to give them as option in the SSP input for each plot.
Cheers
Florian
SSP uses ListContourPlot. So, you can try the SetOptions command to define the contours globally; but it should also be possible to give them as option in the SSP input for each plot.
Cheers
Florian