.. _visualisation: ============= Visualisation ============= .. toctree:: :hidden: plot_gallery/sunburst plot_gallery/frequency plot_gallery/table plot_gallery/dual-stack-pyramid plot_gallery/upset plot_gallery/sankey A variety of figures / plots can be generated using functions in the :py:mod:`~isaricanalytics.visualisation` library. All functions return a :py:class:`Plotly Go Figure ` object. Click on the plot panels below for more details - not every function has a plot panel, but more functions will be added over time. .. grid:: :gutter: 2 .. grid-item:: :columns: 6 .. figure:: ../_static/plot_gallery/fig_sunburst.png :target: plot_gallery/sunburst.html :alt: Sunburst Plots Sunburst Plots .. grid-item:: :columns: 6 .. figure:: ../_static/plot_gallery/fig_frequency.png :target: plot_gallery/frequency.html :alt: Frequency Plots Frequency Plots .. grid-item:: :columns: 6 .. figure:: ../_static/plot_gallery/fig_dual_stack_pyramid.png :target: plot_gallery/dual-stack-pyramid.html :alt: Dual Stack Pyramid Plots Dual Stack Pyramid Plots .. grid-item:: :columns: 6 .. figure:: ../_static/plot_gallery/fig_upset.png :target: plot_gallery/upset.html :alt: Upset Plots Upset Plots .. grid-item:: :columns: 6 .. figure:: ../_static/plot_gallery/fig_table.png :target: plot_gallery/table.html :alt: Table Plots Table Plots .. grid-item:: :columns: 6 .. figure:: ../_static/plot_gallery/fig_sankey.png :target: plot_gallery/sankey.html :alt: Sankey Plots Sankey Plots