Skip to content

Commit

Permalink
Merge pull request #278 from mmore500/multiscale-viz
Browse files Browse the repository at this point in the history
Add multi-scale area and scatter plot examples
  • Loading branch information
holtzy authored Apr 30, 2024
2 parents d6cd55e + 80d2c12 commit c4809a0
Show file tree
Hide file tree
Showing 6 changed files with 1,610 additions and 0 deletions.
994 changes: 994 additions & 0 deletions src/notebooks/web-overlapped-area-chart-with-zoom-outsets.ipynb

Large diffs are not rendered by default.

598 changes: 598 additions & 0 deletions src/notebooks/web-scatterplot-with-categorical-zoom-facets.ipynb

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions src/pages/area-plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,14 @@ export default function AreaPlot() {
/>
</Link>
</Col>
<Col xs={12} md={6}>
<Link to={'/web-overlapped-area-chart-with-zoom-outsets'}>
<ChartImage
imgName={'web-overlapped-area-chart-with-zoom-outsets'}
caption={'An area chart using overlaid fills to co-display two time series and zoom panels to expand areas of interest'}
/>
</Link>
</Col>
</Row>
</Container>

Expand Down
10 changes: 10 additions & 0 deletions src/pages/scatter-plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,16 @@ export default function ScatterPlot() {
/>
</Link>
</Col>
<Col xs={12} md={4}>
<Link to={'/web-scatterplot-with-categorical-zoom-facets'}>
<ChartImage
imgName={'web-scatterplot-with-categorical-zoom-facets'}
caption={
'A lattice of scatter plots, with data excerpted by category from a main joint axes onto faceted zoom grids'
}
/>
</Link>
</Col>
</Row>
</Container>

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4809a0

Please sign in to comment.