Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kinghowler/graph-plotter
This is a Graph Plotter. This tool is designed to make graphs based on raw data. It can take the data from Mathematical Equations, Manually, Programmed Calculation, as well as from a Serial Communication Device such as an Arduino using the function Serial.println(Numeric_Value), however you please and create as many graphs as you want to.
https://github.com/kinghowler/graph-plotter
arduino experimentation graphs maths physics plotter
Last synced: about 2 months ago
JSON representation
This is a Graph Plotter. This tool is designed to make graphs based on raw data. It can take the data from Mathematical Equations, Manually, Programmed Calculation, as well as from a Serial Communication Device such as an Arduino using the function Serial.println(Numeric_Value), however you please and create as many graphs as you want to.
- Host: GitHub
- URL: https://github.com/kinghowler/graph-plotter
- Owner: KingHowler
- License: apache-2.0
- Created: 2024-07-01T19:28:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-07T08:42:41.000Z (4 months ago)
- Last Synced: 2024-09-07T09:49:19.062Z (4 months ago)
- Topics: arduino, experimentation, graphs, maths, physics, plotter
- Language: Processing
- Homepage:
- Size: 836 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graph Plotter
This is a Graph Plotter.
This tool is designed to make graphs based on raw data. It can take the data from Mathematical Equations, Manually, Programmed Calculation, as well as from a Serial Communication Device such as an Arduino using the function ```Serial.println(Numeric_Value)```.
It can take data however you please and create as many graphs as you want with whatever format you wish to. As long as you can provide the data anything is possible.
The tool will then manipulate the data based on user-defined variables to sketch a graph of y against x.
It's a great way to visualize data and analyze trends especially for experimentation where graphs can't be made using math equations which is the only format the traditional graph plotters accept.
### Software : [Processing](https://processing.org/download)
Processing is a free and easy to use software for Visual Arts and Displays. It is an open project initiated by Ben Fry and Casey Reas. With just a little amount of programming knowledge and using the [Reference Guide](https://processing.org/reference/), you can make almost anything.### Latest Revision : Graph Plotter (class version)
> ![Example image](https://github.com/user-attachments/assets/d7f284fe-a1e5-441f-accc-ec9d2f1b469d)> A display of 4 different graphs plotted using the code
> For more information# Navigation
## View [Instructions](/Graph%20Plotter/README.md) for use
## View [code](/Graph%20Plotter)