Correct me if I'm wrong, it seems that matplotlib doesn't have textplot rendering, so there's no solution ?
I don't understand why this limitation: if sympy.plotting.plot can do a plot with a list of points calculated from an expression given by the user, why couldn't it do a plot with a list of points given by the user ? Cheers, Florent 2016-01-14 16:06 GMT+01:00 Aaron Meurer <[email protected]>: > 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. -- 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/CAB9F1cddfA%2B63c_ecNu8B1kEbt2-trBGr3CVZJwip4d3%3DXYFwQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
