# HG changeset patch # User amit@thunder # Date 1270216817 -19800 # Node ID 847f9aefa7d40d797089374e23ad67d59f5ea132 # Parent a1bf4c1dc3e08c8c99729543674bceb97659efed Changes in the end some problem with continuity of commands . Fixed it . diff -r a1bf4c1dc3e0 -r 847f9aefa7d4 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?