Changes in the end some problem with continuity of commands . Fixed it .
authoramit@thunder
Fri, 02 Apr 2010 19:30:17 +0530
changeset 13 847f9aefa7d4
parent 12 a1bf4c1dc3e0
child 15 2cc1ced38504
Changes in the end some problem with continuity of commands . Fixed it .
basic-plot.txt
--- a/basic-plot.txt	Fri Apr 02 19:23:13 2010 +0530
+++ b/basic-plot.txt	Fri Apr 02 19:30:17 2010 +0530
@@ -157,7 +157,7 @@
 In []: clf()
 
 A plot using dashed lines can be generated by passing the '--' parameter
-In []: plot(x, y, '--')
+In []: plot(x, sin(x), '--')
 
 You may look at more options related to colors and type of lines using plot?