1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2014 - Scilab Enterprises - Calixte DENIZET
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- TEST WITH GRAPHIC -->
10 // <-- Non-regression test for bug 13213 -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/13213
15 // <-- Short Description -->
16 // plot2d with logscale and %nan value freezed scilab
18 plot2d("nl", [1:2], [%nan;1]);