<< plotdeploy plotdeploy

plotdeploy >> plotdeploy > plotdeploy

plotdeploy

Short description

Syntax

deploy(fig, herokuapp)

Arguments

fig

handle of the figure to export. It can be retrieved simply by getting the current figure (gcf)

herokuapp

the name of the app created on heroku to deploy the plot

Description

Deploy plot through a simple URL

Examples

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)

See also


Report an issue
<< plotdeploy plotdeploy