Plot Data in Plotly Chart Studio
This tutorial illustrates how Tiled can be used to get data into a browser-based data visualization tool.
Start the server in a way that accepts requests from the chart-studio frontend.
TILED_ALLOW_ORIGINS="https://chart-studio.plotly.com" tiled serve pyobject --public tiled.examples.generated:tree
Navigate your browser to https://chart-studio.plotly.com.
Log in. You can log in with your GitHub account or your Google account, among others. (It’s free.)
Click the menu “Create” and the option “Chart”.
Use the “Import” menu to import data by URL. Enter a URL such as
http://localhost:8000/api/v1/table/full/short_table?format=text/csv
or, to load only certain columns,
http://localhost:8000/api/v1/table/full/short_table?format=text/csv&field=A&field=B