Skip to content

Commit f2473db

Browse files
committed
Update pattern-hatching-texture.md
1 parent 507b25f commit f2473db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/python/pattern-hatching-texture.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupyter:
66
extension: .md
77
format_name: markdown
88
format_version: '1.3'
9-
jupytext_version: 1.13.7
9+
jupytext_version: 1.14.6
1010
kernelspec:
1111
display_name: Python 3 (ipykernel)
1212
language: python
@@ -20,7 +20,7 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.9.7
23+
version: 3.10.11
2424
plotly:
2525
description: How to use patterns (also known as hatching or texture) with bar
2626
charts.
@@ -36,7 +36,7 @@ jupyter:
3636

3737
*New in v5.0*
3838

39-
[Bar charts](/python/bar-charts/), [histograms](/python/histograms/), [polar bar charts](/python/wind-rose-charts/) and [area charts](/python/filled-area-plots/) have large markers or areas which support not only a fill color, but also an optional **pattern** (also known as "hatching" or "texture"). This can be used for a variety of reasons:
39+
[Bar charts](/python/bar-charts/), [histograms](/python/histograms/), [polar bar charts](/python/wind-rose-charts/), [area charts](/python/filled-area-plots/), [pie charts](/python/pie-charts), and [funnel charts](/python/funnel-charts) have large markers or areas which support not only a fill color, but also an optional **pattern** (also known as "hatching" or "texture"). This can be used for a variety of reasons:
4040

4141
* to double-encode variables (i.e. using both color and pattern) to improve accessibility for visually-impaired end-users
4242
* to encode an additional variable beyond just using color
@@ -79,7 +79,7 @@ In the charts above, the first value of the variable assigned `pattern_shape` ge
7979

8080
Here we use `pattern_shape_sequence` to replace the defaults and include a pattern-shape for the first variable:
8181

82-
```python tags=[]
82+
```python
8383
import plotly.express as px
8484
df = px.data.medals_long()
8585

0 commit comments

Comments
 (0)