Drawing Plot for Signal & System designs
We developed 2 version of this app
-
Numpy + Matplotlib App
-
No Dependency App
No differences in functionality tho in app size and speed of running there are much to say.
RECOMMENDED is Second Version
Farsi Version
English Version
Japanese Version
Windows English Version
Windows Japanese Version
Windows Farsi Version
- Python 3.13+
- Install pip and related packages
- Nothing just a full python installation will satisfied
- Matplotlib
- Numpy
You can use pre build macOS farsi version here
If you want other versions and language just use source code and compile them by yourself
pip install pyinstaller
pyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name "Drawplot_FA_macOS" Graphity_fa.py
pyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name "Drawplot_EN_macOS" Graphity_en.py
pyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name "Drawplot_JP_macOS" Graphity_jp.py
on Windows just rename the --name "Drawplot_JP_Win"
Same goes on linux
python3.13 -m venv .env
source .env/bin/activate [UNIX]
.\.env\bin\activate [WINDOWS NT]
pip install -r requirements.txt
pyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name "Drawplot" drawplot.py
Many thanks to users - friends - teachers and who had helped us during development
Hope you have ejoy using this app and learn new things