Skip to content

Commit cf3f744

Browse files
committedJun 3, 2020
remove order:5 gap
1 parent 7e1ee0b commit cf3f744

File tree

113 files changed

+260
-281
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+260
-281
lines changed
 

Diff for: ‎doc/python/2D-Histogram.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 2D Histograms
30-
order: 6
30+
order: 5
3131
page_type: u-guide
3232
permalink: python/2D-Histogram/
3333
redirect_from:
34-
- python/2d-histogram/
35-
- python/2d-histograms/
34+
- python/2d-histogram/
35+
- python/2d-histograms/
3636
thumbnail: thumbnail/histogram2d.jpg
3737
---
3838

@@ -236,4 +236,4 @@ fig.show()
236236
```
237237

238238
#### Reference
239-
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!
239+
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!

Diff for: ‎doc/python/2d-histogram-contour.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jupyter:
2727
language: python
2828
layout: base
2929
name: 2D Histogram Contour
30-
order: 12
30+
order: 11
3131
page_type: u-guide
3232
permalink: python/2d-histogram-contour/
3333
redirect_from: python/2d-density-plots/
@@ -249,4 +249,4 @@ fig.show()
249249
```
250250

251251
#### Reference
252-
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!
252+
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!

0 commit comments

Comments
 (0)
Please sign in to comment.