Skip to content

Commit e8397d2

Browse files
authored
Merge pull request #4711 from plotly/merge-recent-docs-changes-to-master
Merge recent docs changes to master
2 parents 50e31d3 + 507d7f2 commit e8397d2

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
docker:
464464
# specify the version you desire here
465465
# use `-browsers` prefix for selenium tests, for example, `3.9-browsers`
466-
- image: cimg/python:3.10-browsers
466+
- image: cimg/python:3.9-browsers
467467

468468
steps:
469469
- add_ssh_keys:

doc/python/axes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,10 +453,10 @@ fig.show()
453453
*New in 5.23*
454454

455455
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`.
456-
456+
457457
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`).
458458

459-
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.
459+
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.
460460

461461
```python
462462
import plotly.express as px
@@ -483,7 +483,7 @@ fig.show()
483483

484484
On date or linear axes, use `ticklabelindex` to draw a label for a minor tick instead of a major tick.
485485

486-
To draw the label for the minor tick before each major tick, set `ticklabelindex` -1, like in the following example.
486+
To draw the label for the minor tick before each major tick, set `ticklabelindex=-1`, like in the following example.
487487

488488
```python
489489
import plotly.express as px

doc/requirements.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ ipywidgets==7.7.2
44
jupyter-client<7
55
jupyter
66
notebook
7-
pandas==2.2.2
7+
pandas==1.4.0
88
statsmodels==0.14.2
9-
scipy==1.13.0
9+
scipy==1.9.1
1010
patsy==0.5.6
11-
numpy==1.26.4
11+
numpy==1.22.4
1212
plotly-geo
1313
igraph
14-
geopandas==0.14.3
15-
pyshp==2.3.1
16-
shapely==2.0.4
14+
geopandas==0.8.1
15+
pyshp==2.1.2
16+
shapely==2.0.5
1717
psutil
1818
requests
19-
networkx==3.3
19+
networkx==2.8.0
2020
squarify
21-
scikit-image==0.23.2
21+
scikit-image==0.20.0
2222
scikit-learn
2323
sphinx==3.5.4
2424
sphinxcontrib-applehelp==1.0.2
@@ -31,7 +31,7 @@ sphinx_bootstrap_theme
3131
recommonmark
3232
pathlib
3333
python-frontmatter
34-
datashader==0.16.1
34+
datashader==0.14.4
3535
pyarrow
3636
cufflinks==0.17.3
3737
kaleido
@@ -42,6 +42,7 @@ nbconvert==5.6.1
4242
orjson
4343
dash-bio
4444
jinja2<3.1
45-
dask==2024.4.2
45+
dask==2022.2.0
4646
polars
47+
geoparse<=2.0.3
4748
xarray==2022.9.0

0 commit comments

Comments
 (0)