You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
On Fri, Jan 15, 2016 at 2:06 AM, Aaron Meurer <asme...@gmail.com> wrote:
> You can use matplotlib.pyplot.plot directly to plot a list of points.
One think I tried to in the past was to add a matplotlib.pyplot.plot
created plot to a sympy plot so that I could "mark" a single point.
However, I don't think I succeeded.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sy...@googlegroups.com
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 ?