Advertisement
cherurg

Untitled

Jan 30th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var c = new PlotContainer("plot");
  2. c.addPlot({
  3. height: 400,
  4. width: 400
  5. });
  6.  
  7. c.addPlot({
  8. height: 400,
  9. width: 400
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement