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 // =============================================================================
7 // <-- TEST WITH GRAPHIC -->
8 // <-- Non-regression test for bug 13213 -->
10 // <-- Bugzilla URL -->
11 // http://bugzilla.scilab.org/13213
13 // <-- Short Description -->
14 // plot2d with logscale and %nan value freezed scilab
15 plot2d("nl", [1:2], [%nan;1]);