You can use matplotlib.pyplot.plot directly to plot a list of points. Aaron Meurer
On Wed, Jan 13, 2016 at 8:32 PM, Florent Gallaire <[email protected]> wrote: > Hello, > > How to plot a list of coordinates of points ? > > singlets asks the question here with no anwser: > https://groups.google.com/forum/#!msg/sympy/IwLbqprxuIU/U9neBPaHnCQJ > > In the documentation we have: > "lists of coordinates of points" > http://docs.sympy.org/dev/modules/plotting.html > and "plot(list_x, list_y)" from > https://github.com/sympy/sympy/wiki/Plotting-capabilities > > Is this feature really existing ? And if not, why ? > > Cheers, > > Florent Gallaire > > -- > FLOSS Engineer & Lawyer > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/CAB9F1cfxZz7pySHKywSsQMx8yLrUdohwKCnpNkjxBOuSvx_%3D8g%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2B0jnLuj6Sk6mn23k-5dpZDAx%2BgYu%3DzqQRJL9_jgneRrQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
