calculix / beso

Python code for topology optimization using CalculiX FEM solver.
GNU Lesser General Public License v3.0
303 stars 47 forks source link

matplotlib Python figures are empty #36

Closed Megidd closed 8 months ago

Megidd commented 8 months ago

I have described the problem here: https://stackoverflow.com/q/77758924/3405291

I'd appreciate if you take a look. Thanks.

fandaL commented 8 months ago

That is the older problem with visibility of figures which behave differently on my windows and linux computer. If this happens, close the figure (or more which appear) and program will continue. If you want to look at progress graphs, they should be in png files in the working directory.

Megidd commented 8 months ago

Thanks @fandaL 👍 I'm developing this Rhino3D plugin: https://github.com/Megidd/BESO

The problem is that the user must close the figures so that the BESO could continue. But it might not be intuitive. The user might not know that they should close the figures.

What code statements should I change so that the figure popups are avoided altogether? So, no figure dialog will be displayed.

By the way, user can search, download, and install this plugin through the PackageManager command of Rhino3D:

2024-01-04 05_39_16-Untitled - Rhino 7 Not For Resale

fandaL commented 8 months ago

I have added a commit, which should fix it https://github.com/calculix/beso/commit/5a15f187f6cc81b2d979a1ff721ff3e58169a208

Megidd commented 8 months ago

Thanks @fandaL 🙂 The problem is fixed now:

2024-01-07 23_03_33-