@@ -23,7 +23,7 @@ Filters create dynamic URLs with the following format:
2323https://pyplots.ai/{category}/{value}/{category}/{value}/...
2424```
2525
26- ** Ordered categories** : ` lib ` , ` spec ` , ` plot ` , ` data ` , ` dom ` , ` feat `
26+ ** Ordered categories** : ` lib ` , ` spec ` , ` plot ` , ` data ` , ` dom ` , ` feat ` , ` dep ` , ` tech ` , ` pat ` , ` prep ` , ` style `
2727
2828** Examples** :
2929- ` /?lib=matplotlib ` → ` https://pyplots.ai/lib/matplotlib `
@@ -213,17 +213,23 @@ To see event properties in Plausible dashboard, you **MUST** register them as cu
213213| ` method ` | Action method (card, image, tab, click, space, doubletap) | ` copy_code ` , ` random ` |
214214| ` page ` | Page context (home, catalog, spec_overview, spec_detail) | ` copy_code ` , ` download_image ` , ` og_image_view ` |
215215| ` platform ` | Bot/platform name (twitter, whatsapp, teams, etc.) | ` og_image_view ` |
216- | ` category ` | Filter category (lib, plot, dom, feat, data, spec ) | ` search ` , ` random ` , ` filter_remove ` |
216+ | ` category ` | Filter category (lib, spec, plot, data, dom, feat, dep, tech, pat, prep, style ) | ` search ` , ` random ` , ` filter_remove ` |
217217| ` value ` | Filter value | ` random ` , ` filter_remove ` |
218218| ` query ` | Search query text | ` search ` , ` search_no_results ` |
219219| ` destination ` | External link target (linkedin, github, stats) | ` external_link ` |
220220| ` tab ` | Tab name (code, specification, implementation, quality) | ` tab_click ` |
221221| ` size ` | Grid size (normal, compact) | ` toggle_grid_size ` |
222222| ` filter_lib ` | Library filter value (for og: image ) | ` og_image_view ` |
223- | ` filter_dom ` | Domain filter value (for og: image ) | ` og_image_view ` |
223+ | ` filter_spec ` | Specification filter value (for og: image ) | ` og_image_view ` |
224224| ` filter_plot ` | Plot type filter value (for og: image ) | ` og_image_view ` |
225- | ` filter_feat ` | Features filter value (for og: image ) | ` og_image_view ` |
226225| ` filter_data ` | Data type filter value (for og: image ) | ` og_image_view ` |
226+ | ` filter_dom ` | Domain filter value (for og: image ) | ` og_image_view ` |
227+ | ` filter_feat ` | Features filter value (for og: image ) | ` og_image_view ` |
228+ | ` filter_dep ` | Dependencies filter value (for og: image ) | ` og_image_view ` |
229+ | ` filter_tech ` | Techniques filter value (for og: image ) | ` og_image_view ` |
230+ | ` filter_pat ` | Patterns filter value (for og: image ) | ` og_image_view ` |
231+ | ` filter_prep ` | Dataprep filter value (for og: image ) | ` og_image_view ` |
232+ | ` filter_style ` | Styling filter value (for og: image ) | ` og_image_view ` |
227233
228234### Goals Configuration
229235
@@ -378,12 +384,20 @@ unknown
378384
379385### ` category ` Values
380386```
387+ # Spec-level (WHAT is visualized)
381388lib # library filter
389+ spec # specification filter
382390plot # plot_type filter
391+ data # data_type filter
383392dom # domain filter
384393feat # features filter
385- data # data_type filter
386- spec # specification filter
394+
395+ # Impl-level (HOW it is implemented)
396+ dep # dependencies filter
397+ tech # techniques filter
398+ pat # patterns filter
399+ prep # dataprep filter
400+ style # styling filter
387401```
388402
389403### ` tab ` Values
0 commit comments