Davide Sandonà

Results 59 comments of Davide Sandonà

In the last couple of months I had the chance to really use this module, so I have identified some features that I'm going to implement. Some are relatively easy,...

@asmeurer @oscarbenjamin Since the last message I have: * Removed the dependency on `sympy.plotting.experimental_lambdify` in favor of `lambdify`. * Added support for polar plots, 3D implicit plots and polar discretization...

> Do the necessary backwards incompatible changes first so we can clearly understand what they are before anything else happens. I've looked at the Deprecation Policy, but I have a...

> Can you give an example of an attribute being removed? Is it definitely a public attribute? The following attributes of the current `Plot` class will be removed: * `markers`,...

Hello @TianMingChen , It's been a few months now... I did solve that problem but I'm not sure how. Probably I upgraded tensorlayer to a newer version. In my system...

I installed `pip install ipyvtklink pyvista --no-cache-dir` and tried the [simple demo in the user guide](https://docs.pyvista.org/user-guide/index.html). The plot doesn't appear. Looking at the console I get the following errors: ```...

Dealing with moments: according to the convention of the class, positive moments are in the counterclockwise direction. Negative moments in the clockwise direction. The class doesn't care about assumptions on...

When a negative distributed load is applied, the loads are going to hide the beam: ```python E, I = symbols("E, I") L = symbols("L", positive=True) R1, R2 = symbols("R1, R2")...

@AdvaitPote very nice work on the `Truss` class. In the last few days I have been trying it on different problems, specifically the ones dealing with the principal of virtual...