Skip to content

Releases: Burton-David/cinematic-matplotlib

cinestyle 3.0.0

14 Jun 17:25
3a99726

Choose a tag to compare

A cinematic plotting toolkit: themes, chart idioms, and motion. The styling core stays pure; nothing public was removed.

Added

  • cinestyle.charts: beeswarm, dumbbell, lollipop, ridgeline, slope, bump, underwater, streamgraph, hexbin_density, rolling_corr_heatmap, and the signature mountain. choropleth is gated behind [geo], sankey reads a pandas frame from [flow].
  • cinestyle.anim: animate() over FuncAnimation (mp4 via ffmpeg, gif via Pillow, graceful mp4-to-gif fallback), four motion presets, and reveal/tween helpers.
  • Scaffolding: finish, despine, value_labels, thousands, currency, save, lint_text.
  • Four subject themes named for films, each with a subject-word alias: margin_call/terminal, there_will_be_blood/petroleum, the_revenant/altitude, raiders/atlas. The catalog grows from 24 to 28 themes.
  • Extras: [geo], [flow], [anim].

Changed

  • add_glow accepts a single artist or a whole axes.

See CHANGELOG.md for details.

cinestyle 0.2.0

01 Jun 23:38

Choose a tag to compare

What's Changed

  • Rebuild cinestyle into a multi-backend, accessibility-first theming system by @Burton-David in #1
  • Pre-publish hardening and polish (repair safety, edge cases, PyPI metadata) by @Burton-David in #2

New Contributors

Full Changelog: https://github.com/Burton-David/cinematic-matplotlib/commits/v0.2.0