Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 838 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 838 Bytes

Plot Manager

A JavaScript wrapper library for the CREATE Lab Grapher and the BodyTrack Grapher.

Examples

The Examples illustrate a number of common usage scenarios. Read the source code for the examples and see the API docs for full details on how to use this library.

Documentation

To generate the API docs, first make sure you have the JSDoc Node.js module installed:

$ npm install jsdoc

Then, do the following to generate the JSDocs:

$ ./node_modules/.bin/jsdoc js/org/bodytrack/grapher/PlotManager.js -d docs

You'll find the generated docs in the docs directory.