Contour plot, set X and Y ranges in JSL
When creating a contour plot in JSL, is there a way to set fixed (pre-determined) values for the X and Y maximum and minimum? I.e. to define the area the contour plot will cover, as can be done manually in the X / Y Axis Settings dialogue? My datasets cover different ranges in x and y, but I would like all contour plots to have the same x and y extents. Something like:Contour Plot(
X( :X_col, :Y_...
gandi2223