Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
/ plot.js Public archive

📈 An optimized function plotting library for browsers.

License

Notifications You must be signed in to change notification settings

f1yn/plot.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plot.js

Plot.js is a EcmaScript 2015 compliant port of a minimal and performant function plotting library for JavaScript. This project is intended to be a major part of an upcoming application I am developing.

How to use

A prebuilt plot.js file (that is compatible with older browsers) can be downloaded from the dist directory of this repository or from here;

In order to use plot.js you must create a Plot object to manipulate the canvas element, as well as bind it's canvas to the surrounding container.

Building from source

Clone this repo (or include inside of your package.json), and install build dependencies vis npm i or npm install. The project can then be built via npm run build. Updated versions should become avaliable in the dist directory.

Documentation

Documentation can be built via esdocs once all dependencies are installed. Once built, docs can be found within the generated docs directory. Open the docs/index.html file in your browser to view the docs.

Better README documentation is yet to come!

About

📈 An optimized function plotting library for browsers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published