Skip to content

Add Altair demo tab to landing page - #16

Merged
drbenvincent merged 3 commits into
mainfrom
feat/altair-demo
Jul 4, 2026
Merged

Add Altair demo tab to landing page#16
drbenvincent merged 3 commits into
mainfrom
feat/altair-demo

Conversation

@drbenvincent

Copy link
Copy Markdown
Owner

Adds an Altair tab to the index page panel-tabset, alongside the existing lets-plot, plotnine, and seaborn backends.

Demonstrates the four canonical plots via Altair's declarative API:

  • Forest plot: mark_errorbar + mark_point + mark_rule
  • Density: transform_density + mark_area
  • Prior vs posterior: faceted densities via .facet()
  • Predictive fit: mark_area ribbon + mark_line

Also adds altair as a dev dependency and optional dependency group.

@drbenvincent
drbenvincent merged commit ba3ffd9 into main Jul 4, 2026
7 checks passed
@drbenvincent
drbenvincent deleted the feat/altair-demo branch July 4, 2026 21:37
@drbenvincent drbenvincent added the documentation Improvements or additions to documentation label Jul 4, 2026
drbenvincent added a commit that referenced this pull request Jul 5, 2026
* Add Altair demo tab to landing page

* Enable vegafusion data transformer for large Altair datasets

* Fix Altair rendering: vegafusion, vl-convert, and faceted chart sizing
drbenvincent added a commit that referenced this pull request Jul 5, 2026
* Add Altair demo tab to landing page

* Enable vegafusion data transformer for large Altair datasets

* Fix Altair rendering: vegafusion, vl-convert, and faceted chart sizing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant