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 // =============================================================================
7 // <-- TEST WITH GRAPHIC -->
8 // <-- Non-regression test for bug 3753 -->
10 // <-- Bugzilla URL -->
11 // http://bugzilla.scilab.org/show_bug.cgi?id=3753
13 // <-- Short Description -->
14 // Using draw axes in range mode ('r') produces labels are completely unreadable and show strange characters.
18 drawaxis(x=[SC,-SC,8],y=-SC,dir='d',tics='r',format_n="%1.1f")
20 if (axis.tics_labels <> ["3.2" "2.4" "1.6" "0.8" "0.0" "-0.8" "-1.6" "-2.4" "-3.2"]) then bugmes();quit;end