1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2008-2008 - INRIA - Jean-Baptiste Silvy
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- TEST WITH GRAPHIC -->
10 // <-- Non-regression test for bug 3753 -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/show_bug.cgi?id=3753
15 // <-- Short Description -->
16 // Using draw axes in range mode ('r') produces labels are completely unreadable and show strange characters.
21 drawaxis(x=[SC,-SC,8],y=-SC,dir='d',tics='r',format_n="%1.1f")
24 if (axis.tics_labels <> ["3.2" "2.4" "1.6" "0.8" "0.0" "-0.8" "-1.6" "-2.4" "-3.2"]) then pause; end