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
/
pt_BR
/
axes_operations
/
replot.xml
diff --git
a/scilab/modules/graphics/help/pt_BR/axes_operations/replot.xml
b/scilab/modules/graphics/help/pt_BR/axes_operations/replot.xml
index
60b6058
..
6d7eb17
100644
(file)
--- a/
scilab/modules/graphics/help/pt_BR/axes_operations/replot.xml
+++ b/
scilab/modules/graphics/help/pt_BR/axes_operations/replot.xml
@@
-63,8
+63,6
@@
<refsection>
<title>Exemplos</title>
<programlisting role="example"><![CDATA[
-backupstyle='?'
-
// primeiro exemplo
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))