Ricardo Ryn
Ricardo Ryn
After I use `show()`, an interactive window pops up, which is exactly what I want. However, after I manually close this window, the code continues running. There is my code:...
When I try to create a `Plotter` object and call its `.show()` method, an interactive windos pops up as expected. However, after I mamually close the window, the program hangs...
I noticed that in the latest version of main branch (commit hash: `9d59fa06c941b5ac2a8759b472f5db24883c8a48`), a new `build_axis` function has been introduced for `Plot` object. I really like this new feature, as...