Getting Started Here are a few easy steps to create a simple timeplot. Open up your favorite text or HTML editor and start creating an HTML file. Step 1. Link to the API In your HTML code, link to Timeplot's Javascript API code as follows: <html> <head> ... <script src="http://static.simile.mit.edu/timeplot/api/1.0/timeplot-api.js" type="text/javascript"></script> ... </head> <body> ... </body> </