Advertisement
cherurg

Untitled

Jan 27th, 2015
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var container = new PlotContainer("plot");
  2.  
  3. var plotter = container.addPlot({
  4.     left: 1,
  5.     right: 2
  6. });
  7.  
  8. plotter.draw();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement