Fork me on GitHub
#data-science
<
2017-11-25
>
didiercrunch15:11:57

Someone has experience using plotly api. I have been trying for a while now without success. I would like to create a chart in a single api request. The description of the api is https://api.plot.ly/v2/plot-schema?sha1=%27%27 but I cannot figure out where to POST the data too.

gonewest81817:11:23

Looks like the “grids” endpoint is for posting data. But I do not have actual experience with http://plot.ly

didiercrunch18:11:55

my understanding is that you post your data into a speadsheet like endpoint "/grids" and then you can plot data out of it using the "plots" endpoint. I understand the use case but they must provide a more "user friendly" endpont