Closed anne-uplevel closed 2 months ago
Hi, this should work ) Try to restart the kernel + clear all outputs + reload the browser window.
I am using PyCharm 2024.1.3 (Professional Edition). I shut down the program entirely and restarted. That did not work.
Are you using a notebook in PyCharm or are you building plots in Python scripts and displaying them using "Lets-Plot in SciView plugin"? If the latter, please make sure to upgrade the plugin to the most recent version (1.1.24.nnn).
Yes! Upgrading the plugin did it. Thank you so much!
Adding custom labels to axes with
xlab
andylab
no longer seem to work with the recent upgrade.The following code works in 4.3.3 but not 4.4.0:
Adding
xlab
andylab
causes the graph to render completely white and show nothing.