What Inexpensive Graphing Package Can Plot a Vector Field in Polar Coordinates?

  • Thread starter Thread starter member 428835
  • Start date Start date
  • Tags Tags
    Graphing
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
member 428835
hey pf!

i have a vector field i would like to plot. it's in polar coordinates. specifically, it's simple like $$v_\theta=r+\theta$$ and $$v_\theta=r^{-1}+\theta$$
i don't have any nice software other than the macbook GRAPHER. can anyone help me or give me advice to an inexpensive package i could use to graph this? ultimately i would like to import the graph into a pdflatex file.

thanks!

josh
 
Physics news on Phys.org
there must be quite a few you can use, here are some examples:
matplotlib
octave
maxima
 
have you used all of these? if so, which do you prefer? also, can i import them into pdflatex?
 
I currently use matplotlib. With matplotlib, you can export the figure directly from the figure window into various formats, I typically prefer png, which can them be included into latex.