projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
* Bug #12361 fixed - Error fixed in replot() help page examples.
[scilab.git]
/
scilab
/
modules
/
graphics
/
help
/
ja_JP
/
axes_operations
/
replot.xml
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
..
0bbc745
100644
(file)
--- 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
@@
<refsection>
<title>例</title>
<programlisting role="example"><![CDATA[
-backupstyle='?'
-
// 最初の例
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))