|
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.
|