Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/img/performance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ perceptually well-spaced or colourblind-safe palettes with
`make_palette` and `make_palette_from_data`.
:::

:::{grid-item-card} Speeding up rendering
:link: performance
:link-type: doc
:img-top: ../_static/img/performance.png

Keep rendering fast on large data: automatic rasterization and scale
selection for images, and the `datashader` backend for large collections
of shapes and points.
:::

::::

```{toctree}
Expand All @@ -32,4 +42,5 @@ perceptually well-spaced or colourblind-safe palettes with

getting_started
color_and_palette
performance
```
908 changes: 908 additions & 0 deletions tutorials/performance.ipynb

Large diffs are not rendered by default.

Loading