Skip to content

jackshendrikov/graph-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published