natter1
natter1
### Describe the bug, what's wrong, and what you expected. In `plotting.py` `Plotter.show()` is a bug preventing the `return_img` parameter from working when `return_cpos` is `False`: ``` # If user...
I wanted to plot deformation, but the only way I found to do this was using plot_nodal_solution(). But this allways uses a colorcoded overlay to show additional information (e.g. UX...
### Before submitting the issue - [X] I have searched among the existing issues - [X] I am using a Python virtual environment ### Description of the bug `tbplot()` does...
**Edit: Progress** - [x] basic pyvista Theme functionallity (PR #477) - [ ] discuss/add additional values for MapdlTheme class (numbering, etc.) - [ ] consider `plot_nodal...` -> `plot(solution: NodalSolution)` It...
Not sure if this is a good idea. I find the handling of real constants and keyopts a big hassle, esp. as they are different for each element type. So...
`title` is not a valid parameter when calling plot_nodal_...() methods (crashes, when calling `_add_mesh()`), which differs from the behaviour of `general_plotter()` (as is used e.g. for `nplot()`). Same is true...
This issue is meant as a summary issue for all the issues regarding plot functions and for discussions about the big picture (if needed). - [x] return Plotter object instead...
I was looking for an easy way to get an `pymapdl` result into `dpf` (see [issue](https://github.com/pyansys/DPF-Core/issues/84)). A possible solution would be `mapdl.result.filename`, but it seems somewhat broken. I get something...