View Single Post
Feb5-08, 05:57 PM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

plotting data in mathematica


If you go to Math'ca help (F1 on the keyboard) then type "polar" as the search term, you'll see (among others):

ListPolarPlot[{r1, r2, ...}]
plots points equally spaced in angle at radii ri.

ListPolarPlot[{list1, list2, ...}]
plots several lists of values.