You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setup options for contours do not play nicely.
Consider the following sequence of events:
Default contour map. Plot.
Change number of contour intervals to 6 (setup/contours). Plot.
Change to user set contour levels (e.g min, max, step in setup/contour_levels). Plot.
at this point you get six contour intervals rather than than (max-min)/step +1 ... and the maximum chosen is not obvious, although the minimum is honoured.
You can go back and reset the number of contour intervals, and then plot, and you get the user set contour levels honoured.
These menus should be combined in some way so that odd results are not obtained.
The text was updated successfully, but these errors were encountered:
The setup options for contours do not play nicely.
Consider the following sequence of events:
These menus should be combined in some way so that odd results are not obtained.
The text was updated successfully, but these errors were encountered: