Re: [Numpy-discussion] numpy.linalg interference with matplot.lib

2021-01-12 Thread Frederix96
Dear Kevin, Thanks for the suggestion. I do not have those Windows Versions. I have Microsoft Windows 10 Pro with Version 10.0.19041 Build 19041. Anyway I still tried upgrading to 1.19.5 with no changes. Thanks a lot! Best regards, Frederix96 ___

Re: [Numpy-discussion] numpy.linalg interference with matplot.lib

2021-01-11 Thread Kevin Sheppard
Are you using NumPy <= 1.19.3 and WIndows 2004 or 20H2? If so, you should upgrade to NumPy 1.19.5. Kevin On Mon, Jan 11, 2021 at 10:51 AM Frederix96 wrote: > Dear numpy community, > > I am having an issue with numpy.linalg where a matrix inversion of a > complex matrix using numpy.linalg.inv

[Numpy-discussion] numpy.linalg interference with matplot.lib

2021-01-11 Thread Frederix96
Dear numpy community, I am having an issue with numpy.linalg where a matrix inversion of a complex matrix using numpy.linalg.inv results in containing nan values when a plot of any kind was performed beforehand by matplotlib. For the specific details on the problem and what I have tried alread