1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2006-2010 - DIGITEO - Sylvestre Ledru
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
7 // <-- TEST WITH GRAPHIC -->
8 // <-- Non-regression test for bug 6959 -->
10 // <-- Bugzilla URL -->
11 // http://bugzilla.scilab.org/show_bug.cgi?id=6959
13 // <-- Short Description -->
14 // axis.tics_labels does not accept $..$ LaTeXed labels
16 plot2d(0:1,0:1,rect=[0 0 1 1],nax=[1 6 1 6])
18 p=a.x_ticks.locations;
20 drawaxis(x=a.x_ticks.locations,y=0.5,dir="u",tics="v",val=v0)