Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)