Hello, Mr. Stefan, Thanks. Could you please tell me how to se it? I tried the following code. My intention is to define X: from -0.5 to +0,5 and Y from -2 to +2. However, plot command didn't work as I expected. Any idea?
cafix.data_bounds = [-0.5,-2;0.5,2]; cafix.tight_limits="on"; cafix.auto_scale="off"; set(gca(),"data_bounds", cafix.data_bounds); Thanks -- Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html _______________________________________________ users mailing list [email protected] http://lists.scilab.org/mailman/listinfo/users
