/plot-manager

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

Primary LanguageJavaScript

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.