Posts by René Fritze
Pycharm interactive plot window breaks labels
- 07 June 2024
Pycharm can hook into matplotlib to show plots in a tool window. However, this can break the (ticks) labels of the plot.
To disable, go to File
-> Settings
search for plot and uncheck “interactive… “.
Pycharm won’t start the debugger with a clean interpreter
- 05 June 2024
You get something like
which means the debugger can’t find the Cython extension. Normally you get asked for that, but apparently sometimes you don’t. In that case, you can manually install it with
Introduction: this is René Fritze
- 08 May 2024
Hi everyone, this is René Fritze. I’m your host for this site, more details in About.
Adding a new author
- 08 May 2024
I just added a new author to the site. This is how I did it
So the steps are: