Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Thank you this works for me. I was able to simplify it further to list_plot([(r,Pabrf(Ratio=r).n()) for r in srange(-1, 1, 0.1, include_endpoint=True)], plotjoined=True)

Thank you this works for me. I was able to simplify it further to to:

list_plot([(r,Pabrf(Ratio=r).n()) for r in srange(-1, 1, 0.1, include_endpoint=True)], plotjoined=True)