Skip to content

Commit 61fe6e4

Browse files
committed
parralel plot lemurs
1 parent f9f05f7 commit 61fe6e4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

src/pages/parallel-plot.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,16 @@ export default function Parallel() {
103103
even better, submit a <a href="https://github.com/holtzy/The-Python-Graph-Gallery">Pull Request</a>!
104104
</p>
105105
<Row>
106-
<Col xs={12} md={6}>
106+
<Col xs={12} md={4}>
107107
<Link to={"/web-radar-chart-with-matplotlib"}>
108108
<ChartImage imgName={"web-radar-chart-with-matplotlib-square"} caption={"A radar chart can be an alternative to a parallel coordinate plot."} />
109109
</Link>
110110
</Col>
111+
<Col xs={12} md={4}>
112+
<Link to={"/web-lemurs-parallel-chart"}>
113+
<ChartImage imgName={"web-lemurs-parallel-chart-square"} caption={"A parallel plot or slope chart with groups, legend, title and annotation."} />
114+
</Link>
115+
</Col>
111116
</Row>
112117
</Container>
113118

105 KB
Loading
125 KB
Loading

0 commit comments

Comments
 (0)