Various Javascript scripts used on my webpage
A Javascript script that, given a text file in format"x0 y0,x1 y1,x2 y2,...,xn yn,;!"
creates a line plot with data points (x0, y0), ..., (xn, yn).
Optionally accepts axes labels, can switch between scientific and non-scientific notation (and vary precision), checks for label overlaps.
Examples: Used for the plots on my webpages
Front-end for the Tic-Tac-Toe game Front-end for the hand-drawing classifier