Examples ========= Scatter ^^^^^^^ Scatter 1 --------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "scatter_1 :end-before: elif .. image:: examples/scatter_1.png Scatter 2 --------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "scatter_2 :end-before: elif .. image:: examples/scatter_2.png Scatter size color column ------------------------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "scatter_size_color_column :end-before: elif .. image:: examples/scatter_size_color_column.png Scatter facetting ----------------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "scatter_facetting :end-before: elif .. image:: examples/scatter_facetting.png Line 1 ------ .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "line_1 :end-before: elif .. image:: examples/line_1.png Line 2 ------ .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "line_2 :end-before: return fig .. image:: examples/line_2.png log ^^^ Log 1 ----- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "log_1 :end-before: elif .. image:: examples/log_1.png Log 2 ----- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "log_2 :end-before: return fig .. image:: examples/log_2.png Multiple axes ^^^^^^^^^^^^^ Two y axes ---------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "two_y_axes :end-before: elif .. image:: examples/two_y_axes.png Multiple y axes subplots ------------------------ .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "multiple_y_axes_subplots :end-before: elif .. image:: examples/multiple_y_axes_subplots.png Multiple axes ------------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "multiple_axes :end-before: elif .. image:: examples/multiple_axes.png Autoshift --------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "autoshift :end-before: elif .. image:: examples/autoshift.png Shift by pixels --------------- .. literalinclude:: ../../src/plotly_gtk/demo.py :start-after: = "shift_by_pixels :end-before: return fig .. image:: examples/shift_by_pixels.png