Defining contour levels in plots

Questions related to the scan and plot package SSP
Post Reply
BjHerrmann

Defining contour levels in plots

Post by BjHerrmann » 13. Apr 2016, 19:00

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

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: Defining contour levels in plots

Post by FStaub » 13. Apr 2016, 20:45

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

Post Reply