Skip to content

Dynamic GUI Application to visualize rotatable 3D Surface Plot πŸ“Š

Notifications You must be signed in to change notification settings

SaadARazzaq/U-Shaped-Surface-Plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

U-Shaped-Surface-PlotπŸ“ŠπŸŒˆ

A simple GUI application that creates interactive 3D U-shaped surface plots using matplotlib and tkinter. Select from a variety of colormaps to visualize data with vibrant colors. 🎨

Getting Started πŸ› οΈ

  1. Ensure you have Python installed.

  2. Clone this repository.

  3. Install required packages:

    pip install numpy matplotlib tkinter
    
  4. Run the Script

How it Works πŸ’‘

  1. The GUI opens with a colormap dropdown and "Plot Surface" button.
  2. Choose a colormap and click "Plot Surface" to generate the 3D plot with the selected colors.
  3. The color bar updates accordingly. 🌈

Screenshots πŸ“Έ

image image image image image

Notes πŸ“

  • The script uses matplotlib for plotting and tkinter for GUI components.

  • The mpl_toolkits.mplot3d module is used for the 3D surface plot.

  • The Plot is freely rotatable.

    Made with πŸ’– by Saad

About

Dynamic GUI Application to visualize rotatable 3D Surface Plot πŸ“Š

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages