Skip to content

Commit 5524521

Browse files
committed
add medium img
1 parent 9de30b9 commit 5524521

File tree

5 files changed

+172
-192
lines changed

5 files changed

+172
-192
lines changed

src/notebooks/web-highlighted-lineplot-with-faceting.ipynb

Lines changed: 157 additions & 192 deletions
Large diffs are not rendered by default.

src/pages/connected-scatter-plot.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ export default function ConnectedScatter() {
162162
<ChartImage imgName={"web-text-repel-with-matplotlib-square"} caption={"Learn how to use the adjustText library to add many labels with no overlaps."} />
163163
</Link>
164164
</Col>
165+
<Col xs={12} md={6}>
166+
<Link to={"/web-highlighted-lineplot-with-faceting"}>
167+
<ChartImage imgName={"web-highlighted-lineplot-with-faceting"} caption={"A multipanel connected scatterplot, with several groups displayed and one highlighted per panel."} />
168+
</Link>
169+
</Col>
165170
</Row>
166171
</Container>
167172

src/pages/line-chart.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ export default function LinePlot() {
154154
<ChartImage imgName={"web-time-series-and-facetting-with-matplotlib-square"} caption={"Display 2 line charts and fill the area between both. Also uses faceting to split by groups."} />
155155
</Link>
156156
</Col>
157+
<Col xs={12} md={6}>
158+
<Link to={"/web-highlighted-lineplot-with-faceting"}>
159+
<ChartImage imgName={"web-highlighted-lineplot-with-faceting"} caption={"A multipanel connected scatterplot, with several groups displayed and one highlighted per panel."} />
160+
</Link>
161+
</Col>
157162
</Row>
158163
</Container>
159164

src/pages/timeseries.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ export default function Pie() {
161161
caption="A highly customized lollipop chart made with Python and Matplotlib to display a timeseries."
162162
linkTo="/web-lollipop-plot-with-python-the-office"
163163
/>
164+
<ChartImageContainer
165+
imgName="web-highlighted-lineplot-with-faceting-square"
166+
caption="A multipanel connected scatterplot, with several groups displayed and one highlighted per panel."
167+
linkTo="/web-highlighted-lineplot-with-faceting"
168+
/>
164169
</Row>
165170
</Container>
166171

214 KB
Loading

0 commit comments

Comments
 (0)