Skip to content

Update plotnine requirement from >=0.15.4 to >=0.15.5 in /Python/rddensity#12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/Python/rddensity/plotnine-gte-0.15.5
Open

Update plotnine requirement from >=0.15.4 to >=0.15.5 in /Python/rddensity#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/Python/rddensity/plotnine-gte-0.15.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Updates the requirements on plotnine to permit the latest version.

Release notes

Sourced from plotnine's releases.

v0.15.5

Bug Fixes

  • For interactive output, binary image data is now base64 encoded, making the output visible for pyodide blocks in quarto-live pages.
Changelog

Sourced from plotnine's changelog.


title: Changelog

v0.16.0

(not-yet-released)

New

  • Added with which you can customise the layout of plots in composition.

  • gained a design parameter for patchwork-style text-grid layouts.

  • You can now pass a sequence of horizontal and vertical alignment (ha & va) values in element_text for colorbars.

  • You can now use a sequence to set the position of each text on colorbar, or have the positions alternate left and right or bottom and top.

  • Added , allowing you to add title, subtitle or caption to a composition.

  • can now be used to create a footer. This footer can be styled using the plot_footer parameter to .

    theme(plot_footer=element_text(size=13))

    And you can also give the footer a background with:

    theme(plot_footer_background=element_text(fill="pink"))

Or separate it from the caption or the rest of the plot with a line.

theme(plot_footer_line=element_line(color="black"))
  • Added with which you can insert plot compositions or images into another plot.

API Changes

  • Removed geom.to_layer(), stat.to_layer(), annotate.to_layer(), layer.from_geom() and layer.from_stat(). Use

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [plotnine](https://github.com/has2k1/plotnine) to permit the latest version.
- [Release notes](https://github.com/has2k1/plotnine/releases)
- [Changelog](https://github.com/has2k1/plotnine/blob/main/doc/changelog.qmd)
- [Commits](has2k1/plotnine@v0.15.4...v0.15.5)

---
updated-dependencies:
- dependency-name: plotnine
  dependency-version: 0.15.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants