Skip to content

Merge recent docs changes to master #4711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions doc/python/axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
21 changes: 11 additions & 10 deletions doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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