Short description
deploy(fig, herokuapp)
handle of the figure to export. It can be retrieved simply by getting the current figure (gcf)
the name of the app created on heroku to deploy the plot
Deploy plot through a simple URL
x=[0:0.1:2*%pi]; y=2*sin(x); plot(x,y) f=gcf(); herokuapp=x_dialog('Name of the herokuapp to deploy','plotdeploy') plotdeploy(f,herokuapp)