Easy draw is a pure JS written plotting tool with draggable cartesian grid. Draw straight lines easily and fast. Finished with your edits? Export them
Live at: Easydraw
Clone this repository
git clone [email protected]:kanurag94/Easydraw.git
and open index.html
This option helps you leave the old set of lines and starts redrawing from new surface.
This option erases the last drawn line and places the point to last drawn point.
Completely erases the latest line set being drawn.
As the name suggests, it resets every thing drawn on the canvas, except the grid ofcourse.
Draws X and Y coordinate axes.
- Option to draw line from input coordinates
- Plot coordinate points.
- Add option to view created linesets in right pane.