This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
playground:plot [2010/09/27 14:09] – created wedge | playground:plot [2010/09/28 03:09] (current) – mcooper6 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | Documentation here: http:// | ||
+ | |||
+ | Sample graph: | ||
+ | |||
+ | < | ||
+ | < | ||
+ | plot [-2:20] 2*cos(x) | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | plot [-2:20] 2*cos(x) | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | set contour base | ||
+ | set cntrparam levels incremental -20,5,10 | ||
+ | set title "9 incremental contours starting at -20, stepping by 5" 0.000000, | ||
+ | splot x*y | ||
+ | </ | ||