No description
Find a file
2020-02-01 01:15:21 -05:00
doc Added math operators for Coordinate, Point, and Dimension 2017-11-20 18:22:51 -05:00
src Update libgraph.nim 2020-02-01 01:15:21 -05:00
test Everything else 2017-11-15 19:04:48 -05:00
.gitattributes Important stuff first 2017-11-15 19:03:45 -05:00
.gitignore Important stuff first 2017-11-15 19:03:45 -05:00
libgraph.nimble Added math operators for Coordinate, Point, and Dimension 2017-11-20 18:22:51 -05:00
LICENSE Everything else 2017-11-15 19:04:48 -05:00
README.md Update README.md 2020-02-01 01:15:06 -05:00

Libgraph implemented in Nim

Allows the user to plot points on screen using coordinates instead of pixels. Users define the screen size and the max/min for the graph. The library converts the coordinate points to pixels on the screen.