ogallagher / fxgraph

A JavaFX graph editor
Do What The F*ck You Want To Public License
2 stars 0 forks source link

Create classes for a Cartesian graph #14

Open ogallagher opened 2 years ago

ogallagher commented 2 years ago

I originally found this graphing library looking to use it for Cartesian graphs/plots and not for making a a diagramming editor, but it has enough functionality to have my purposes in mind as well.

In order to follow the current direction of the project, I'll incorporate optional interaction (editing) features as I go.

Below are classes to be created to enable basic Cartesian graphs:

ogallagher commented 2 years ago

As of now most required classes for a cartesian graph are implemented at a basic level. Here’s what the demo looks like:

https://user-images.githubusercontent.com/17031438/129909996-56a4deeb-2146-4454-a4cc-89b35b30133d.mp4

In following comments I’ll be listing bugs and improvements.

ogallagher commented 2 years ago
ogallagher commented 2 years ago
ogallagher commented 2 years ago
ogallagher commented 2 years ago