diff --git a/docs/airplanes.html b/docs/airplanes.html new file mode 100644 index 0000000..822ed6c --- /dev/null +++ b/docs/airplanes.html @@ -0,0 +1,14 @@ + + + +
+
+ + \ No newline at end of file diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index 7b0a34a..83c4df2 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -3210,6 +3210,44 @@ } } +.highlight-image-container { + width: 100%; + height: 300px; +} + +.highlight-image { + width: 100%; + margin: auto; + position: relative; + top: 50%; + transform: translateY(-50%); +} + +#plotly-text-logo { + aspect-ratio: 1100 / 417; +} + +#chart-studio-logo { + aspect-ratio: 74 / 41; +} + +#histogram-viewer-image { + aspect-ratio: 5 / 3; + max-height: 300px; +} + +#airplanes-container { + overflow: hidden; + width: fit-content; + margin: auto; +} + +#airplanes { + height: 400px; + width: 605px; +} + + /* .img-link img { transition: height 0.25s; diff --git a/docs/assets/img/HistogramViewer.png b/docs/assets/img/HistogramViewer.png new file mode 100644 index 0000000..a03ddc5 Binary files /dev/null and b/docs/assets/img/HistogramViewer.png differ diff --git a/docs/assets/img/chart_studio.svg b/docs/assets/img/chart_studio.svg new file mode 100644 index 0000000..f5e51d0 --- /dev/null +++ b/docs/assets/img/chart_studio.svg @@ -0,0 +1 @@ +Asset 9 \ No newline at end of file diff --git a/docs/assets/img/plotly_text.svg b/docs/assets/img/plotly_text.svg new file mode 100644 index 0000000..3d1f782 --- /dev/null +++ b/docs/assets/img/plotly_text.svg @@ -0,0 +1,3 @@ + + + diff --git a/docs/index.html b/docs/index.html index 39ec9af..b9fa99f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -45,8 +45,11 @@

glue-plotly

Overview

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.

@@ -55,6 +58,9 @@

Standalone HTML Exporters

+
+ +

Chart Studio Exporter

Export a Qt glue session to Plotly's Chart Studio

@@ -62,6 +68,9 @@

Chart Studio Exporter

+
+ +

Viewers

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