# GraphPlotter **Repository Path**: csutjf/GraphPlotter ## Basic Information - **Project Name**: GraphPlotter - **Description**: Python Programs for plotting graphs of various functions including polynomial , trignometric and exponentiation functions using Turtle/Matplotlib along with Tkinter. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-06 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GraphPlotter --- This project/repository contains programs for plotting graphs of various functions including *polynomial* , *trignometric* , *exponentiation* and *logarithmic functions* using **Turtle/Matplotlib** along with **Tkinter**. ## License --- [Licensed under MIT License](https://github.com/YasirAhmad-EccentriX/GraphPlotter/blob/master/LICENSE) ## Brief --- The following project had been initiated as an experimental project to test turtle's feasibility in plotting 2D graphs of various types of functions. Project slowly transposed into a **Graph Plotting Software** which currently(in latest version) uses tkinker and matplotlib . ### Note --- * Written on **python(3.x)** * CLI versions * GraphPlotterI * GraphPlotterII * GraphPlotterIII * GUI versions * GraphPlotterIV * GraphPlotterV (Under Development!) * **Modules Required** * For CLI versions * math * os * turtle * For GUI versions * math * tkinter * matplotlib # Versions --- ## GraphPlotterI --- * Most basic version * For plotting straight line, quadratic functions and trignometric functions. * Link: [GraphPlotterI](https://github.com/EccentricX/GraphPlotter/blob/master/GraphPlotter1.0.py) ## GraphPlotterII --- * For plotting straight line, polynomial functions and trignometric functions. * Link: [GraphPlotterII](https://github.com/EccentricX/GraphPlotter/blob/master/GraphPlotter2.0.py) ## GraphPlotterIII --- * For plotting straight line, quadratic functions and trignometric functions. * Two different graphing planes available. * Help available. * Verification password : `HeisenBerG` * Link: [GraphPlotterIII](https://github.com/EccentricX/GraphPlotter/blob/master/GraphPlotter3.0.py) ## GraphPlotterIV --- * First GUI varient * For plotting polynomial functions and trignometric functions. * Link: * *Python File*: [GraphPlotterIV](https://github.com/EccentricX/GraphPlotter/blob/master/GraphPlotter4.0(GP-IV).py) * *Executable File*: [GraphPlotterIV](https://drive.google.com/file/d/19lc6ELbS0LspHPiy3AOeNnw40f1fcKqT/view) ## GraphPlotterV --- * **[Under Development!!!]** * For plotting polynomial functions , trignometric functions , Bar Garphs and Pie Charts. * Help section addressing FAQs.