Skip to content

Commit 3d4854f

Browse files
authored
Update bar-charts.md
1 parent cb03163 commit 3d4854f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/bar-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ fig.update_layout(barmode='relative', title_text='Relative Barmode')
326326
fig.show()
327327
```
328328

329-
### Ordering Categorical Variables
329+
### Bar Chart Sorting
330330

331331
Set `categoryorder` to "category ascending/descending" for the alphanumerical order of the category names or "total ascending/descending" for numerical order of values. [categoryorder](https://plot.ly/python/reference/#layout-xaxis-categoryorder) for more information.
332332

0 commit comments

Comments
 (0)