Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 708 Bytes

File metadata and controls

27 lines (19 loc) · 708 Bytes

3D plot in a PyQt5 GUI

Presentation

This is a simple example code to show how to create a 3D plot in a dedicated Graphical User Interface window.

It has been written in Python to be natively cross plateform and very simple.

This project is published under MIT License to let people do whatever they like with the source code.

Status

This project is finished. Feel free to expand it to any extent you would like to see it.

Notes:

  • The project has been written in Python 3.7 using JetBrains PyCharm.
  • The project uses PyQt5 to create the Graphical User Interface (GUI).
  • The project uses matplotlib to plot the data.