1 | initial version |
I have been able to get most things working with:
list_plot([(r,Pabrf(Ratio=r).n()) for r in srange(-1, 1, 0.1, include_endpoint=True)], plotjoined=True, frame=true).show(ymin=0,axes_labels=('O0/Wnut','Pa->b'),gridlines=None)
I have an additional questions about controlling plot features:
How do I turn off or turn on the lines at the origin(o)?
How do I turn off the minor ticks?
Thank you again for your help.
2 | No.2 Revision |
I have been able to get most things working with:
list_plot([(r,Pabrf(Ratio=r).n()) for r in srange(-1, 1, 0.1, srange(-50, 50, 0.25, include_endpoint=True)], plotjoined=True, frame=true).show(ymin=0,axes_labels=('O0/Wnut','Pa->b'),gridlines=None)frame=true).show(ymin=0,axes_labels=('$\Omega _{0}/\omega _{nut}$',"$ P _{a\Rightarrow b}$"))
I have an additional questions about controlling plot features:
How do I turn off or turn on the lines at the origin(o)?
How do I turn off the minor ticks?
How do I get the \rightarrow to display instead of the \Rightarrow?
Thank you again for your help.
3 | No.3 Revision |
I have been able to get most things working with:
list_plot([(r,Pabrf(Ratio=r).n()) for r in srange(-50, 50, 0.25, srange(-1, 1, 0.1, include_endpoint=True)], plotjoined=True, frame=true).show(ymin=0,axes_labels=('$\Omega _{0}/\omega _{nut}$',"$ P _{a\Rightarrow b}$"))
I have an additional questions about controlling plot features:
How do I turn off or turn on the lines at the origin(o)?
How do I turn off the minor ticks?
How do I get the \rightarrow to display instead of the \Rightarrow?\Rightarrow? Only the \Rightarrow displays properly.
Thank you again for your help.