Skip to content

Commit 5f48235

Browse files
authored
Add rendering performance example notebook (#8)
1 parent 7af5200 commit 5f48235

3 files changed

Lines changed: 919 additions & 0 deletions

File tree

_static/img/performance.png

31 KB
Loading

tutorials/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ perceptually well-spaced or colourblind-safe palettes with
2424
`make_palette` and `make_palette_from_data`.
2525
:::
2626

27+
:::{grid-item-card} Speeding up rendering
28+
:link: performance
29+
:link-type: doc
30+
:img-top: ../_static/img/performance.png
31+
32+
Keep rendering fast on large data: automatic rasterization and scale
33+
selection for images, and the `datashader` backend for large collections
34+
of shapes and points.
35+
:::
36+
2737
::::
2838

2939
```{toctree}
@@ -32,4 +42,5 @@ perceptually well-spaced or colourblind-safe palettes with
3242
3343
getting_started
3444
color_and_palette
45+
performance
3546
```

tutorials/performance.ipynb

Lines changed: 908 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)