From 95669c6bcf99407429f139237f18612a15445e3a Mon Sep 17 00:00:00 2001 From: MarcSkovMadsen Date: Tue, 28 Nov 2023 06:25:29 +0000 Subject: [PATCH] change width to 125px --- doc/how_to/styling/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/how_to/styling/index.md b/doc/how_to/styling/index.md index 9a3dcd6779..ff2131f900 100644 --- a/doc/how_to/styling/index.md +++ b/doc/how_to/styling/index.md @@ -60,7 +60,7 @@ This section will show you how to style the most common plotting libraries for u :link-type: doc ```{image} ../../_static/logos/altair-logo.png -:width: 80% +:width: 125px :align: center :name: Altair ``` @@ -73,7 +73,7 @@ How to style an Altair plot :link-type: doc ```{image} ../../_static/logos/echarts-logo.png -:width: 80% +:width: 125px :align: center :name: ECharts ``` @@ -86,7 +86,7 @@ How to style an ECharts plot :link-type: doc ```{image} ../../_static/logos/matplotlib-logo.png -:width: 80% +:width: 125px :align: center :name: Matplotlib ``` @@ -99,7 +99,7 @@ How to style a Matplotlib plot :link-type: doc ```{image} ../../_static/logos/plotly-logo.png -:width: 80% +:width: 125px :align: center :name: Plotly ``` @@ -112,7 +112,7 @@ How to style a Plotly plot :link-type: doc ```{image} ../../_static/logos/vegalite-logo.png -:width: 80% +:width: 125px :align: center :name: Vega ```