A short while ago, I wrote about the creation of arbitrary diagrams, as
opposed to plots. Matplotlib was recommended, but I was having
difficulty making it work.
I resolved this problem, and I think it might be of some interest.
Some time ago, Oscar recommended that I use "matplotlib.use("Qt5Agg") in
order to make SymPy plots work - which they now do. However, this trick
still did not permit a Matplotlib program to execute. However, it turns
out that if I do *any *plot using SymPy, e.g. sympy.plot(x**2,show=False)
it connects something that then lets matplotlib execute matplotlib code.
David
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/4dff518f-1616-23e5-c875-051f6db1db51%40dbailey.co.uk.