From a7d11f49acfdc9a34d1d92eef70dea64377466fb Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Sun, 6 Apr 2025 16:08:11 +0200 Subject: [PATCH 1/2] add gallery to github page --- README.rst | 197 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 196 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7b80d2aee..7d6c35499 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,201 @@ Why UltraPlot? | Write Less, Create More :alt: Comparison of ProPlot and UltraPlot :align: center +Checkout our examples +===================== + +Below is a gallery showing random examples of what UltraPlot can do, refresh the example to show more: + +.. raw:: html + + + + + Documentation ============= @@ -69,6 +264,6 @@ inside the ``ultraplot`` folder. :target: https://results.pre-commit.ci/latest/github/Ultraplot/ultraplot/main :alt: pre-commit.ci status -.. |coverage| image:: https://codecov.io/gh/Ultraplot/ultraplot/graph/badge.svg?token=C6ZB7Q9II4 +.. |coverage| image:: https://codecov.io/gh/Ultraplot/ultraplot/graph/badge.svg?token=C6ZB7Q9II4 :target: https://codecov.io/gh/Ultraplot/ultraplot :alt: coverage From 3d857cab1611ebeb8e787a36aa10db789008f264 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Sun, 6 Apr 2025 18:17:43 +0200 Subject: [PATCH 2/2] show static images --- README.rst | 251 +++++++++++++---------------------------------------- 1 file changed, 60 insertions(+), 191 deletions(-) diff --git a/README.rst b/README.rst index 7d6c35499..af89486a8 100644 --- a/README.rst +++ b/README.rst @@ -19,197 +19,66 @@ Why UltraPlot? | Write Less, Create More Checkout our examples ===================== -Below is a gallery showing random examples of what UltraPlot can do, refresh the example to show more: - -.. raw:: html - - - - +Below is a gallery showing random examples of what UltraPlot can do, for more examples checkout our extensive `docs `_. + +.. list-table:: + :widths: 33 33 33 + :header-rows: 0 + + * - .. image:: https://ultraplot.readthedocs.io/en/latest/_static/example_plots/subplot_example.png + :alt: Subplots & Layouts + :target: https://ultraplot.readthedocs.io/en/latest/subplots.html + :width: 100% + + **Subplots & Layouts** + + Create complex multi-panel layouts effortlessly. + + - .. image:: https://ultraplot.readthedocs.io/en/latest/_static/example_plots/cartesian_example.png + :alt: Cartesian Plots + :target: https://ultraplot.readthedocs.io/en/latest/cartesian.html + :width: 100% + + **Cartesian Plots** + + Easily generate clean, well-formatted plots. + + - .. image:: https://ultraplot.readthedocs.io/en/latest/_static/example_plots/projection_example.png + :alt: Projections & Maps + :target: https://ultraplot.readthedocs.io/en/latest/projections.html + :width: 100% + + **Projections & Maps** + + Built-in support for projections and geographic plots. + + * - .. image:: https://ultraplot.readthedocs.io/en/latest/_static/example_plots/colorbars_legends_example.png + :alt: Colorbars & Legends + :target: https://ultraplot.readthedocs.io/en/latest/colorbars_legends.html + :width: 100% + + **Colorbars & Legends** + + Customize legends and colorbars with ease. + + - .. image:: https://ultraplot.readthedocs.io/en/latest/_static/example_plots/panels_example.png + :alt: Insets & Panels + :target: https://ultraplot.readthedocs.io/en/latest/insets_panels.html + :width: 100% + + **Insets & Panels** + + Add inset plots and panel-based layouts. + + - .. image:: https://ultraplot.readthedocs.io/en/latest/_static/example_plots/colormaps_example.png + :alt: Colormaps & Cycles + :target: https://ultraplot.readthedocs.io/en/latest/colormaps.html + :width: 100% + + **Colormaps & Cycles** + + Visually appealing, perceptually uniform colormaps. + Documentation =============