libgraph

Converts 2D linear graph coordinates to pixels on screen


Keywords
graph, math, conversion, pixels, coordinates
License
MIT
Install
nimble install libgraph

Documentation

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.

Documentation