From b3327c9aec230617567800cc5e4891841014843b Mon Sep 17 00:00:00 2001 From: Alexey Y Date: Fri, 10 Nov 2023 11:00:50 -0800 Subject: [PATCH] Update pandas-backend.md --- doc/python/pandas-backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/pandas-backend.md b/doc/python/pandas-backend.md index b992e0811b4..2ee28762850 100644 --- a/doc/python/pandas-backend.md +++ b/doc/python/pandas-backend.md @@ -48,7 +48,7 @@ fig = df.plot() fig.show() ``` -This functionality wraps [Plotly Express](/python/plotly-express/) and so you can use any of the [styling options available to Plotly Express methods](/python/styling-plotly-expres/). Since what you get back is a regular `Figure` object, you can use any of the update mechanisms supported by these objects to apply [templates](/python/templates/) or further customize [axes](/python/axes/), [colors](/python/colorscales/), [legends](/python/legend/), [fonts](/python/figure-labels/), [hover labels](/python/hover-text-and-formatting/) etc. [Faceting](/python/facet-plots/) is also supported. +This functionality wraps [Plotly Express](/python/plotly-express/) and so you can use any of the [styling options available to Plotly Express methods](/python/styling-plotly-express/). Since what you get back is a regular `Figure` object, you can use any of the update mechanisms supported by these objects to apply [templates](/python/templates/) or further customize [axes](/python/axes/), [colors](/python/colorscales/), [legends](/python/legend/), [fonts](/python/figure-labels/), [hover labels](/python/hover-text-and-formatting/) etc. [Faceting](/python/facet-plots/) is also supported. ```python import pandas as pd