Skip to content

CapGuizera/3d-function-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

3d-function-plotter

This Python tool allows users to generate interactive 3D plots of mathematical functions. By leveraging

numpy, matplotlib, and tkinter, the application provides a simple graphical interface for inputting parameters, making it easy to visualize complex surfaces.

Features

  • Interactive graphical user interface for inputting function parameters

  • Generates 3D surface plots using matplotlib

  • Easy to use and customize

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/3d-function-plotter.git
    cd 3d-function-plotter
  2. Install the required dependencies:

    pip install numpy matplotlib

Usage

  1. Run the script:

    python math.py
  2. Enter the desired values for

x_min, x_max, y_min, and y_max

in the input dialogs.

  1. The tool will generate and display a 3D plot based on the provided parameters.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages