Hi all. A few years ago, I have documented how to create Matplotlib animations from SymPy plots: https://nbviewer.org/github/mgeier/python-audio/blob/master/sympy/sympy-matplotlib-animations.ipynb
This has worked quite well (as can be seen in the link), but in the meantime, the behavior/usage of the MatplotlibBackend seems to have changed and some of the approaches don't work anymore with the latest SymPy/Matplotlib versions. Most notably, the process_series() method doesn't seem to have the desired effect anymore. Note that the approach using get_points() still works perfectly, and the approach using get_segments() is deprecated, and is not expected to work anymore. Does anyone have an idea how to make the approaches using MatplotlibBackend work again? cheers, Matthias -- 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 visit https://groups.google.com/d/msgid/sympy/CAFesC-dx1U1%2BLHDpU4J-SqLs21cszhCaDXSLYSf2dEuTDEjYDg%40mail.gmail.com.
