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. I believe that the problem started here: https://github.com/sympy/sympy/pull/15607 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 -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/fb120a89-0f63-4181-b942-9ec3666ba3c3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
