https://bugs.kde.org/show_bug.cgi?id=469939

Alexander Semke <alexander.se...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #2 from Alexander Semke <alexander.se...@web.de> ---
The problem with not showing plot results in Python was fixed recently in
Cantor that is being used in LabPlot for the notebook interface. As discussed
in the Matrix chat, you don't need to use that "inline" command. Just specify
in the application settings whether you want the plot results to be
integrated/embedded into the notebook or to be shown in an external window.

A minimal example for a working matplotlib session:
import matplotlib.pyplot as plt
plt.plot([1,2,3])
plt.show()

Just try it out with and without integrating the plots option in the settings
to see how it works in LabPlot. You'll need a newer version of Cantor  (current
nightly build or 23.12 to be released later).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to