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)
2 | No.2 Revision |
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)