How to set X axis range in JSL
I am doing a non linear fit model that has 7 data points that always range from 500 to 1700. The plots show up with the X axis as being from -250 to 1750. How can I set the x axis to be 540 to 1750? I have tried by accessing the axis box(2) and ScaleBox but the log always says that it cannot find it. Here is what I currently have.dt << New Column( "Model", formula( Parameter( {L = 850, D = 400...
