|
2 | 2 |
|
3 | 3 | Entry-point material for learning the API on synthetic data. |
4 | 4 |
|
| 5 | +<!-- gallery-cards-start --> |
5 | 6 | ::::{grid} 1 2 2 2 |
6 | 7 | :gutter: 3 |
7 | 8 |
|
8 | 9 | :::{grid-item-card} Getting started |
9 | | -:link: getting_started |
| 10 | +:link: /notebooks/tutorials/getting_started |
10 | 11 | :link-type: doc |
11 | | -:img-top: ../_static/img/getting_started.png |
| 12 | +:img-top: /notebooks/_static/img/getting_started.png |
12 | 13 |
|
13 | 14 | The fluent `.pl` API, layering, and styling on the in-memory `blobs` |
14 | 15 | dataset. Ideal first read. |
15 | 16 | ::: |
16 | 17 |
|
17 | 18 | :::{grid-item-card} Colour and palettes |
18 | | -:link: color_and_palette |
| 19 | +:link: /notebooks/tutorials/color_and_palette |
19 | 20 | :link-type: doc |
20 | | -:img-top: ../_static/img/color_and_palette.png |
| 21 | +:img-top: /notebooks/_static/img/color_and_palette.png |
21 | 22 |
|
22 | 23 | How `color=` resolves, the v0.3.0 `groups` behaviour, and building |
23 | 24 | perceptually well-spaced or colourblind-safe palettes with |
24 | 25 | `make_palette` and `make_palette_from_data`. |
25 | 26 | ::: |
26 | 27 |
|
27 | 28 | :::{grid-item-card} Speeding up rendering |
28 | | -:link: performance |
| 29 | +:link: /notebooks/tutorials/performance |
29 | 30 | :link-type: doc |
30 | | -:img-top: ../_static/img/performance.png |
| 31 | +:img-top: /notebooks/_static/img/performance.png |
31 | 32 |
|
32 | 33 | Keep rendering fast on large data: automatic rasterization and scale |
33 | 34 | selection for images, and the `datashader` backend for large collections |
34 | 35 | of shapes and points. |
35 | 36 | ::: |
36 | 37 |
|
37 | 38 | :::: |
| 39 | +<!-- gallery-cards-end --> |
38 | 40 |
|
39 | 41 | ```{toctree} |
40 | 42 | :hidden: |
|
0 commit comments