Skip to content

Commit 089d5b5

Browse files
authored
Merge pull request #377 from Data-Simply/docs/plot-gallery-heatmap
feat:#371 implemented plot gallery for heatmap
2 parents c280580 + f2c50ad commit 089d5b5

4 files changed

Lines changed: 162 additions & 6 deletions

File tree

55.2 KB
Loading

docs/gallery/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ use a consistent API and come pre-styled with retail-friendly color schemes and
128128
<img src="../assets/gallery/cohort_thumbnail.png" alt="Cohort Plot">
129129
</div>
130130
</a>
131+
<a href="plots/heatmap/" class="glr-thumbcontainer">
132+
<div class="glr-thumb-title">Heatmap Plot</div>
133+
<div class="glr-thumb">
134+
<img src="../assets/gallery/heatmap_thumbnail.png" alt="Heatmap Plot">
135+
</div>
136+
</a>
131137

132138
</div>
133139

@@ -150,11 +156,6 @@ use a consistent API and come pre-styled with retail-friendly color schemes and
150156
<div class="coming-soon-thumb">Preview</div>
151157
</div>
152158

153-
<div class="glr-thumbcontainer coming-soon-container">
154-
<div class="coming-soon-title">Heatmap Plot</div>
155-
<div class="coming-soon-thumb">Preview</div>
156-
</div>
157-
158159
<div class="glr-thumbcontainer coming-soon-container">
159160
<div class="coming-soon-title">Time Plot</div>
160161
<div class="coming-soon-thumb">Preview</div>

docs/gallery/plots/heatmap.ipynb

Lines changed: 155 additions & 0 deletions
Large diffs are not rendered by default.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ nav:
1616
- Bar Plot: gallery/plots/bar.ipynb
1717
- Broken Timeline Plot: gallery/plots/broken_timeline.ipynb
1818
- Cohort Plot: gallery/plots/cohort.ipynb
19+
- Heatmap Plot: gallery/plots/heatmap.ipynb
1920
- Examples:
2021
- Customer Retention: examples/retention.ipynb
2122
- Gain Loss Analysis: examples/gain_loss.ipynb
@@ -63,7 +64,6 @@ nav:
6364
- Styling Helpers: api/plots/styles/styling_helpers.md
6465
- Utils:
6566
- Date Utils: api/utils/date.md
66-
- Columns Utils: api/utils/columns.md
6767
- Filter & Label Utils: api/utils/filter_and_label.md
6868
- Label Utils: api/utils/label.md
6969

0 commit comments

Comments
 (0)