Javier Arántegui
unread,Jul 6, 2020, 10:34:48 AM7/6/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Hello!
Using Jupyter, when you use ‘plot’, you get the plot and a line saying “<sympy.plotting.plot.Plot at ...>”. I have a couple of questions:
1. What is the reason to put that line? I’m sure there is a reason.
2. Is there an easy way to remove it? I find it quite ugly.
Ah! I have just found one way to remove it:
p = plot(sin(t), show=False)
p.show()
Best regards,
Javier