* Bug #7684 fixed - Introduction demo splitted in subsections.
+* Bug #7828 fixed - Slight improvements in nicholschart.
+
* Bug #7927 fixed - Output "flag" in qmr function was not well documented.
* Bug #8667 fixed - Handling of %nan in functions min,max,median is not correctly documented.
</refnamediv>
<refsynopsisdiv>
<title>Calling Sequence</title>
- <synopsis>nicholschart([ modules [,args [,colors]]])</synopsis>
+ <synopsis>nicholschart([modules] [,args] [,colors])</synopsis>
<synopsis/>
</refsynopsisdiv>
<refsection>
mod_min=ax.data_bounds(1,2)
mod_max=ax.data_bounds(2,2)
- defaultArgs = [1 5 10 20 30 50 90 120 150 180]
- defaultModules=[mod_min:20:-40 -12 -6 -3 -1 0 0.25 0.5 1 2.3 4 6 12];
+ defaultArgs = [1 2 5 10 20 30 50 70 90 120 140 160 180];
+ defaultModules=[mod_min:20:-35 -30 -25 -20 -15 -12 -9 -6 -3 -2 -1 -0.5 -0.25 -0.1 0 0.1 0.25 0.5 1 2.3 4 6 12];
if exists("modules","local")==0 then
--- /dev/null
+// =============================================================================
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2013 - Scilab Enterprises - Charlotte HECQUET
+//
+// This file is distributed under the same license as the Scilab package.
+// =============================================================================
+//
+// <-- Non-regression test for bug 7828 -->
+//
+// <-- TEST WITH GRAPHIC -->
+//
+// <-- Bugzilla URL -->
+// http://bugzilla.scilab.org/show_bug.cgi?id=7828
+//
+// <-- Short Description -->
+// slight improvements in nicholschart.
+assert_checktrue(execstr("nicholschart()","errcatch")==0);
--- /dev/null
+// =============================================================================
+// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
+// Copyright (C) 2013 - Scilab Enterprises - Charlotte HECQUET
+//
+// This file is distributed under the same license as the Scilab package.
+// =============================================================================
+//
+// <-- Non-regression test for bug 7828 -->
+//
+// <-- TEST WITH GRAPHIC -->
+//
+// <-- Bugzilla URL -->
+// http://bugzilla.scilab.org/show_bug.cgi?id=7828
+//
+// <-- Short Description -->
+// slight improvements in nicholschart.
+
+assert_checktrue(execstr("nicholschart()","errcatch")==0);