Skip to content

Commit 985c08b

Browse files
authored
Merge pull request #386 from Data-Simply/docs/plot-gallery-scatter
feat: #371 Implemented plot gallery for scatter plot
2 parents 9b45d62 + 5e0b975 commit 985c08b

4 files changed

Lines changed: 192 additions & 5 deletions

File tree

13.5 KB
Loading

docs/gallery/index.md

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

178+
<a href="plots/scatter/" class="glr-thumbcontainer">
179+
<div class="glr-thumb-title">Scatter Plot</div>
180+
<div class="glr-thumb">
181+
<img src="../assets/gallery/scatter_thumbnail.png" alt="Scatter Plot">
182+
</div>
183+
</a>
184+
178185
</div>
179186

180187
### Coming Soon
181188

182189
<div class="glr-gallery">
183190

184-
<div class="glr-thumbcontainer coming-soon-container">
185-
<div class="coming-soon-title">Scatter Plot</div>
186-
<div class="coming-soon-thumb">Preview</div>
187-
</div>
188-
189191
<div class="glr-thumbcontainer coming-soon-container">
190192
<div class="coming-soon-title">Index Plot</div>
191193
<div class="coming-soon-thumb">Preview</div>

docs/gallery/plots/scatter.ipynb

Lines changed: 184 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
@@ -23,6 +23,7 @@ nav:
2323
- Time Plot: gallery/plots/time.ipynb
2424
- Venn Diagram: gallery/plots/venn.ipynb
2525
- Waterfall Plot: gallery/plots/waterfall.ipynb
26+
- Scatter Plot: gallery/plots/scatter.ipynb
2627
- Examples:
2728
- Customer Retention: examples/retention.ipynb
2829
- Gain Loss Analysis: examples/gain_loss.ipynb

0 commit comments

Comments
 (0)