rudimk / juliadroid-backend

Backend for the JuliaDroid app for Android.
MIT License
0 stars 0 forks source link

Gadfly plots #1

Open rudimk opened 9 years ago

rudimk commented 9 years ago

The idea is to create a separate route for generating Gadfly plots through a client app. A user enters a Julia expression that uses Gadfly to draw a plot, and this expression is then POSTed to this new route, which then runs the Julia parser, to execute the code. The plot itself is rendered to an SVGJS file, which can then be posted back to the client and displayed inside an <img> element.

rudimk commented 9 years ago

https://github.com/dcjones/Gadfly.jl#using-the-svgjs-backend

rudimk commented 9 years ago

https://github.com/rudimk/juliadroid-app/issues/2