Skip to content

Commit c7120a3

Browse files
committed
add astronaut scatterplot
1 parent c93ff77 commit c7120a3

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

src/pages/bubble-plot.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,16 +165,21 @@ export default function BubblePlot() {
165165
even better, submit a <a href="https://github.com/holtzy/The-Python-Graph-Gallery">Pull Request</a>!
166166
</p>
167167
<Row>
168-
<Col xs={12} md={6}>
168+
<Col xs={12} md={4}>
169169
<Link to={"/web-text-repel-with-matplotlib"}>
170170
<ChartImage imgName={"web-text-repel-with-matplotlib-square"} caption={"Learn how to use the adjustText library to add many labels with no overlaps."} />
171171
</Link>
172172
</Col>
173-
<Col xs={12} md={6}>
173+
<Col xs={12} md={4}>
174174
<Link to={"/web-scatterplot-text-annotation-and-regression-matplotlib"}>
175175
<ChartImage imgName={"web-scatterplot-text-annotation-and-regression-matplotlib-square"} caption={"Scatterplot with regression fit, group colors and non-overlapping labels."} />
176176
</Link>
177177
</Col>
178+
<Col xs={12} md={4}>
179+
<Link to={"/web-scatterplot-astronaut"}>
180+
<ChartImage imgName={"web-scatterplot-astronaut-square"} caption={"Dark mode scatterplot with custom annotations, title and explanations. All of that with a very good appearance!"} />
181+
</Link>
182+
</Col>
178183
</Row>
179184
</Container>
180185

src/pages/scatter-plot.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,21 @@ export default function ViolinPlot() {
277277
even better, submit a <a href="https://github.com/holtzy/The-Python-Graph-Gallery">Pull Request</a>!
278278
</p>
279279
<Row>
280-
<Col xs={12} md={6}>
280+
<Col xs={12} md={4}>
281281
<Link to={"/web-text-repel-with-matplotlib"}>
282282
<ChartImage imgName={"web-text-repel-with-matplotlib-square"} caption={"Learn how to use the adjustText library to add many labels with no overlaps."} />
283283
</Link>
284284
</Col>
285-
<Col xs={12} md={6}>
285+
<Col xs={12} md={4}>
286286
<Link to={"/web-scatterplot-text-annotation-and-regression-matplotlib"}>
287287
<ChartImage imgName={"web-scatterplot-text-annotation-and-regression-matplotlib-square"} caption={"Scatterplot with regression fit, group colors and non-overlapping labels."} />
288288
</Link>
289289
</Col>
290+
<Col xs={12} md={4}>
291+
<Link to={"/web-scatterplot-astronaut"}>
292+
<ChartImage imgName={"web-scatterplot-astronaut-square"} caption={"Dark mode scatterplot with custom annotations, title and explanations. All of that with a very good appearance!"} />
293+
</Link>
294+
</Col>
290295
</Row>
291296
</Container>
292297

120 KB
Loading
309 KB
Loading

0 commit comments

Comments
 (0)