glue-plotly is a plugin for the glue visualization software which connections glue to Plotly. This consists of three main pieces of functionality:
-
+
+
+
+
Standalone HTML Exporters
Export glue viewers directly to interactive Plotly HTML pages. Exported HTML is completely standalone and can be used with any static file hosting service, to allow easily sharing interactive figures with your audience.
Two experimental Plotly-powered viewers which can be used with glue-jupyter: a scatter viewer and a histogram viewer. See the examples below for guidance on how to use these in your project.
@@ -83,23 +92,46 @@
Quickstart
HTML Exporters
The HTML exporters are exposed as viewer tools in both the Qt and Jupyter versions of glue.
-
For Qt glue, the exporters are located in the "save" tool menu:
-
-
The Jupyter glue viewers don't yet support subtools, so the Plotly exporters are top-level tools in the toolbar:
-
+
+
+
+
For Qt glue, the exporters are located in the "save" tool menu:
+
+
+
+
The Jupyter glue viewers don't yet support subtools, so the Plotly exporters are top-level tools in the toolbar:
+
+
+
+
+
Supported viewers
HTML export is supported for a variety of glue viewers:
All built-in viewers in Qt glue: scatter, histogram, profile, image, dendrogram, and table
Several of the glue-jupyter bqplot viewers: scatter, image, profile, and histogram
+
+
Example
+
The figure below is an example of an interactive Plotly graph that was exported directly from glue!
+
+
+
Chart Studio Exporter
The Chart Studio exporter allows exporting a Qt glue session to Chart Studio, provided that all of the viewers in the session are supported. Currently, we support the following Qt viewers: scatter, histogram, profile, and dendrogram.
-
To access the exporter in Qt glue, navigate to File > Advanced Exporters > Plotly
-
+
+
+
To access the exporter in Qt glue, navigate to File > Advanced Exporters > Plotly:
+
+
+
+
Watch a video demonstrating the Chart Studio exporter in action: