plotting-data/quickref.tex
changeset 522 d33698326409
parent 521 88a01948450d
child 523 54bdda4aefa5
--- a/plotting-data/quickref.tex	Wed Nov 17 23:24:57 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-Creating a Sequence:\\
-{\ex \lstinline|   L = [0.1, 0.2, 0.3] |}
-
-Squaring a sequence:\\
-{\ex \lstinline|   tsquare=square(t) |}
-
-Plotting two list using small dots:\\
-{\ex \lstinline|    plot(L,tsquare,'.') |}
-
-Plotting two list using big dots:\\
-{\ex \lstinline|    plot(L,tsquare,'o') |}
-
-Plotting an errorbar in blue color:\\
-{\ex \lstinline|    errorbar(L,tsquare,xerr=delta_L, yerr=delta_T, fmt='b.') |}
-