Skip to content

Commit d6dcd6f

Browse files
authored
Merge pull request #382 from Data-Simply/docs/plot-gallery-line
feat: #371 Implemented plot gallery for line plot
2 parents bf2313c + 988ff24 commit d6dcd6f

4 files changed

Lines changed: 436 additions & 5 deletions

File tree

25.8 KB
Loading

docs/gallery/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,19 @@ use a consistent API and come pre-styled with retail-friendly color schemes and
141141
</div>
142142
</a>
143143

144+
<a href="plots/line/" class="glr-thumbcontainer">
145+
<div class="glr-thumb-title">Line Plot</div>
146+
<div class="glr-thumb">
147+
<img src="../assets/gallery/line_thumbnail.png" alt="Line Plot">
148+
</div>
149+
</a>
150+
144151
</div>
145152

146153
### Coming Soon
147154

148155
<div class="glr-gallery">
149156

150-
<div class="glr-thumbcontainer coming-soon-container">
151-
<div class="coming-soon-title">Line Plot</div>
152-
<div class="coming-soon-thumb">Preview</div>
153-
</div>
154-
155157
<div class="glr-thumbcontainer coming-soon-container">
156158
<div class="coming-soon-title">Scatter Plot</div>
157159
<div class="coming-soon-thumb">Preview</div>

docs/gallery/plots/line.ipynb

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

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ nav:
1818
- Cohort Plot: gallery/plots/cohort.ipynb
1919
- Heatmap Plot: gallery/plots/heatmap.ipynb
2020
- Histogram Plot: gallery/plots/histogram.ipynb
21+
- Line Plot: gallery/plots/line.ipynb
2122
- Examples:
2223
- Customer Retention: examples/retention.ipynb
2324
- Gain Loss Analysis: examples/gain_loss.ipynb

0 commit comments

Comments
 (0)