Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d336812

Browse files
intiate a readme.md file
1 parent 013f2b1 commit d336812

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

‎readme.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Function Plotter
2+
3+
## Overview
4+
5+
This project is a simple function plotter application built using PySide2 for the GUI and Matplotlib for plotting. The application allows users to input a mathematical function and plot its graph over a specified range.
6+
7+
## Features
8+
9+
- Input a mathematical function of `x` (e.g., `5*x^3 + 2*x`).
10+
- Specify the range for `x` (min and max values).
11+
- Validate inputs to ensure correct function syntax and valid range.
12+
- Plot the function using Matplotlib.
13+
14+
## Installation
15+
16+
1. Clone the repository:
17+
```bash
18+
git clone https://github.com/yourusername/FunctionPlotterProject.git
19+
cd FunctionPlotterProject
20+
```
21+
22+
2. Create a virtual environment:
23+
```bash
24+
python -m venv venv
25+
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
26+
```
27+
28+
3. Install the required dependencies:
29+
```bash
30+
pip install -r requirements.txt
31+
```
32+
33+
## Running the Application
34+
35+
To run the application, execute the following command:
36+
```bash
37+
python src/main.py

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /