From: Vincent COUVERT Date: Fri, 8 Mar 2013 16:12:59 +0000 (+0100) Subject: * Bug #12361 fixed - Error fixed in replot() help page examples. X-Git-Tag: 5.4.1~264 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=b16c07121c6b304b5301440399b6715a72b8ad4c * Bug #12361 fixed - Error fixed in replot() help page examples. Change-Id: Iddc62d154dbef1360aba515dd55ae1711bf780c1 --- diff --git a/scilab/CHANGES_5.4.X b/scilab/CHANGES_5.4.X index f98a8bf..fa2bf9e 100644 --- a/scilab/CHANGES_5.4.X +++ b/scilab/CHANGES_5.4.X @@ -515,6 +515,8 @@ Bug fixes * Bug #12354 fixed - In SciNotes, invalid function with a semicolon after args declaration. +* Bug #12361 fixed - Error fixed in replot() help page examples. + * Bug #12373 fixed - pmodulo(n,m<0) returned a negative result. * Bug #12377 fixed - chepol was located in the wrong help section diff --git a/scilab/modules/graphics/help/en_US/axes_operations/replot.xml b/scilab/modules/graphics/help/en_US/axes_operations/replot.xml index a7c4fd9..d4458f7 100644 --- a/scilab/modules/graphics/help/en_US/axes_operations/replot.xml +++ b/scilab/modules/graphics/help/en_US/axes_operations/replot.xml @@ -60,22 +60,17 @@ Examples - backupstyle='?' - x=[0:0.1:2*%pi]'; plot2d(x,sin(x)) replot([-1,-1,10,2]) Exemples - backupstyle='?' - x=[0:0.1:2*%pi]'; plot2d(x,sin(x)) replot([-1,-1,10,2]) diff --git a/scilab/modules/graphics/help/ja_JP/axes_operations/replot.xml b/scilab/modules/graphics/help/ja_JP/axes_operations/replot.xml index c0431f5..0bbc7453 100644 --- a/scilab/modules/graphics/help/ja_JP/axes_operations/replot.xml +++ b/scilab/modules/graphics/help/ja_JP/axes_operations/replot.xml @@ -73,8 +73,6 @@ 例 Exemplos