diff --git a/.circleci/config.yml b/.circleci/config.yml index e16e0e9fd7b..913d3b6d40f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -448,7 +448,7 @@ jobs: docker: # specify the version you desire here # use `-browsers` prefix for selenium tests, for example, `3.9-browsers` - - image: cimg/python:3.10-browsers + - image: cimg/python:3.9-browsers steps: - add_ssh_keys: diff --git a/doc/python/axes.md b/doc/python/axes.md index 069db7b63b2..2ade3a47213 100644 --- a/doc/python/axes.md +++ b/doc/python/axes.md @@ -453,10 +453,10 @@ fig.show() *New in 5.23* You can adjust tick label positions by moving them a number of pixels away from the axis using `ticklabelstandoff` or along the axis using `ticklabelshift`. - + In this example, `ticklabelshift=25` shifts the labels 25 pixels to the right along the x-axis. By providing a negative value, we could move the labels 25 pixels to the left, (`ticklabelshift=-25`). -Here, `ticklabelstandoff=15` moves the labels further 15 pixels away from the x-axis. A negative value here would move them close to the axis. +Here, `ticklabelstandoff=15` moves the labels 15 pixels further away from the x-axis. A negative value here would move them closer to the axis. ```python import plotly.express as px @@ -483,7 +483,7 @@ fig.show() On date or linear axes, use `ticklabelindex` to draw a label for a minor tick instead of a major tick. -To draw the label for the minor tick before each major tick, set `ticklabelindex` -1, like in the following example. +To draw the label for the minor tick before each major tick, set `ticklabelindex=-1`, like in the following example. ```python import plotly.express as px diff --git a/doc/requirements.txt b/doc/requirements.txt index f06897f02c3..16d08aaa12c 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,21 +4,21 @@ ipywidgets==7.7.2 jupyter-client<7 jupyter notebook -pandas==2.2.2 +pandas==1.4.0 statsmodels==0.14.2 -scipy==1.13.0 +scipy==1.9.1 patsy==0.5.6 -numpy==1.26.4 +numpy==1.22.4 plotly-geo igraph -geopandas==0.14.3 -pyshp==2.3.1 -shapely==2.0.4 +geopandas==0.8.1 +pyshp==2.1.2 +shapely==2.0.5 psutil requests -networkx==3.3 +networkx==2.8.0 squarify -scikit-image==0.23.2 +scikit-image==0.20.0 scikit-learn sphinx==3.5.4 sphinxcontrib-applehelp==1.0.2 @@ -31,7 +31,7 @@ sphinx_bootstrap_theme recommonmark pathlib python-frontmatter -datashader==0.16.1 +datashader==0.14.4 pyarrow cufflinks==0.17.3 kaleido @@ -42,6 +42,7 @@ nbconvert==5.6.1 orjson dash-bio jinja2<3.1 -dask==2024.4.2 +dask==2022.2.0 polars +geoparse<=2.0.3 xarray==2022.9.0