NetsBlox / services

Official NetsBlox services
0 stars 0 forks source link

Supporting additional type(s) of custom plot with GNUplot #30

Open NYZhang opened 5 years ago

NYZhang commented 5 years ago

NetsBlox/NetsBlox#1514 supported the line plot in a RPC. Is that possible to support other types of plots (e.g, bar graphs, histograms) as well?

hamidzr commented 5 years ago

If Gnuplot supports it then it's doable but it's the matter of how much work it is and how simple we can make the final interface be for novice users. src/server/rpc/procedures/chart is the place to look to see how the service can be extended.