jackshendrikov / graph-plotter

Simple implementation of graph plotter on JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Plotter

This project was developed as a laboratory work on Software Engineering, but later grew into a unique project that contains a primitive implementation of a graph plotter, that developed using JavaFX.

Prerequisites

  1. IntelliJ IDEA
  2. Basic knowledge in Design Patterns

Functionality

The graph plotter contains the following features:

  • Add and display graphs given relative to y.
  • Ability to add, remove and display multiple graphs
  • Specify the interval of the graph
  • Error display

In general, everything is based on the Decorator, Prototype and Visitor patterns.

Class Diagram

Class Diagram

Example of project performance

Example 1

Example 2

Example 3

About

Simple implementation of graph plotter on JavaFX

License:MIT License


Languages

Language:Java 91.0%Language:CSS 9.0%