Hello!
I'm starting to use Sympy (and Python, in fact) and I have just subscribed to the list. Please, forgive me if I say something not particularly smart.
I think that logarithm scales in plots are broken in v. 1.4.
If I try something very simple like this:
plot(x, (x, .001,100), xscale='log')
In version 1.3, the x axis goes from 1e-3 to 1e2 as expected. But, in version 1.4, it goes from 9e-1 to 2e0.
This problem has driven me crazy for one hour until I tried my code in a different computer with an older version of sympy.
Best regards,
Javier