[sympy] Line width in plots

2021-02-19 Thread Javier Arantegui
Hello, Is there any way to change the line width of a plot made with simply? I couldn't find any in the documentation. 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

[sympy] Best way to import Sympy

2020-06-29 Thread Javier Arantegui
Hi! Most probably, this is a silly question... What is the best way to import Sympy? I usually use: from sympy import * I know that using a wild import should be avoided. Is this a better way: import sympy as sp Best regards, Javier -- You received this message because you are sub

Re: [sympy] Error with inverse_laplace_transform (easy to solve)

2020-05-07 Thread Javier Arantegui
Hello, On Wed, May 6, 2020 at 11:00 PM Oscar Benjamin wrote: > It is usually better not to use floats in sympy. Thank you for the tip. I read it yesterday and today I remembered reading something about this some months ago. It's in the Gotchas webpage: https://docs.sympy.org/latest/tutorial/go

[sympy] Error with inverse_laplace_transform (easy to solve)

2020-05-06 Thread Javier Arantegui
Hello! I'm using Sympy 1.5.1 and Python is 3.7.7. Both installed using Anaconda. I have tried to do an inverse Laplace transform and I got an error: inverse_laplace_transform(0.5/(.5*s+1)*1/s, s, t) The error message is quite long, tell me if you need it. I spent 10 minutes in front of my stud

[sympy] Re: Control Systems package

2020-05-06 Thread Javier Arantegui
Hello, it sounds interesting. What do you have in mind? Something like COMA ? COMA is a control engineering package for Maxima. I have my own script inspired in COMA to do some calculationl. It uses sympy a lot. Honestly it's quite bad, b

Re: [sympy] Re: xscale='log' seems to be broken in v.1.4

2019-05-10 Thread Javier Arantegui
roducing the error in my laptop. I will solve this > > bug as soon as possible or open an issue regarding this and get it merged > to master. > > Cheers > Jogi Miglani > > On Thursday, May 9, 2019 at 8:56:42 PM UTC+5:30, Javier Arantegui wrote: >> >> Hello! >>

Re: [sympy] xscale='log' seems to be broken in v.1.4

2019-05-10 Thread Javier Arantegui
rt any additional bugs at > https://github.com/sympy/sympy/issues (although this clearly also worked > well). > > BR Oscar > > Den tors 9 maj 2019 kl 17:26 skrev Javier Arantegui < > javier.arante...@gmail.com>: > >> Hello! >> >> I'm starting to u

[sympy] xscale='log' seems to be broken in v.1.4

2019-05-09 Thread Javier Arantegui
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