UNPKG

@nulven/nodeplotlib

Version:

NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib

4 lines (3 loc) 153 B
export { Plot, Layout } from './lib/interfaces/plot'; export { plot, clear } from './lib/nodeplotlib'; export { PlotData } from './lib/interfaces/plot';