Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 556 Bytes

graph

A tool for plotting points using Javascript and the HTML5 Canvas element.

Created for http://plotpoints.net

#Features:

  • Customize the length of the axes and the number of markers on the axes.
  • Graph title and axis labels.
  • Choose to display grid, coordinates, points, and/or connecting lines.
  • Find and graph linear or polynomial functions of best fit.
  • Export to PNG image.

#Limitations:

  • Image size currently restricted to 500x500 pixels.
  • Lower bound of axes restricted to 0.
  • Full functionality only available in Google Chrome.