Is there any other way to display graphs other than python atmatplotlib+jupyter 以外?

Asked 1 years ago, Updated 1 years ago, 437 views

Is there any other way to display the graph on the screen other than matplotlib+jupyter?

I have the same question for the original method, but is it possible to complete it with the description in the .py file that you are trying to exe with pyinstaller etc.?

python jupyter-notebook

2022-10-05 01:00

1 Answers

For Matplotlib

Backends describes the UI backend.There are PyQt/PySide, PyGOobject, Tkinter, wxPython, macOS/Cocoa, etc.

In the first place, I think the method of using Jupiter is an option or an advanced method of use.If you follow the tutorial or Quick start guide, you will use Qt and Tk as the default backend.

Integration into your own UI is described in Embedding Matplotlib in graphical user interfaces.

The ease of exeging with PyInstaller may vary depending on the UI library, but you can find explanations for each major toolkit.


2022-10-05 01:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.