Davide Sandonà
Davide Sandonà
When creating multiple cplots in Jupyter Notebook with `ipympl` and `%matplotlib widget`, the first plot looks good. The second will be overlayed to the first, and so on, making the...
When creating multiple plots inside a Jupyter Notebook with `ipympl` and `%matplotlib widget`, the first plot look ok, the second will be overlay-ed to the first and so on... ```python...
A few months ago NumFocus selected my proposal to implement a new plotting module for SymPy. Now that the development is done, @oscarbenjamin and @asmeurer suggested to open this issue...
I have a complicated expression that needs to be evaluated. If the evaluation fails with numpy, than it switches to sympy. My symbols contains latex syntax. This is the simplest...
I'm trying this implementation, but I'm having an error running the command `python3 test.py`. I never used tensorlayer, so I think I need help. This is the traceback: ``` Traceback...
I'm running Kubuntu 19.10 where I'm using [this Apex Steelseries keyboard](https://www.uagna.it/wp-content/uploads/2013/10/tastiera-steelseries.jpg). After building and installing this utility, it seems like the keys MX6 through MX10 share the same keycode as...
## Description Does pyvista supports interactivity within Jupyter Notebook? ## Example Data I'm trying both: * [ipyvtk-simple](https://docs.pyvista.org/plotting/notebook_plotting/ipyvtk_plotting.html). For example: ``` import pyvista as pv sphere = pv.Sphere() # short example...
#### References to other Issues or PRs Fixes #24043 #### Brief description of what is fixed or changed This PR is fixing the inconsistencies mentioned on Issue #24043 , thus...
The `draw()` method of the `Beam` class is used to plot a schematic view of the loads applied on the beam. I mainly use it to verify that I have...
(Sympy 1.11.1) I'm playing with the `Beam` class from the `sympy.physics.continuum_mechanics` module. I'm attempting to solve a simple beam with symbolic length and loads: ```python from sympy import * from...