Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 14 years ago

mhfrey gravatar image

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:

  1. How do I turn off or turn on the lines at the origin(o)?

  2. How do I turn off the minor ticks?

Thank you again for your help.

click to hide/show revision 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=('Ω0/ωnut',"Pab"))

I have an additional questions about controlling plot features:

  1. How do I turn off or turn on the lines at the origin(o)?

  2. How do I turn off the minor ticks?

  3. How do I get the \rightarrow to display instead of the \Rightarrow?

Thank you again for your help.

click to hide/show revision 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=('Ω0/ωnut',"Pab"))

I have an additional questions about controlling plot features:

  1. How do I turn off or turn on the lines at the origin(o)?

  2. How do I turn off the minor ticks?

  3. How do I get the \rightarrow to display instead of the \Rightarrow?\Rightarrow? Only the \Rightarrow displays properly.

Thank you again for your help.