Deploy plot through a simple URL
Prerequisites:
* Git installed on your PC
* Heroku account with Heroku CLI installed on your PC
* Make sure you have both heroku and git accessible in your PATH
Setup:
Login to heroku
$ heroku login
Create an app
$ heroku create
(keep the app name to deploy your plot)