Skip to content

Update Plots requirement to 1.41.7 in /docs - #252

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/docs/Plots-1.41.7
Open

Update Plots requirement to 1.41.7 in /docs#252
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/docs/Plots-1.41.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Plots to permit the latest version.

Release notes

Sourced from Plots's releases.

Plots-v1.41.7

Plots Plots-v1.41.7

Diff since Plots-v1.41.6

Merged pull requests:

Closed issues:

  • [BUG] wireframe inconsistent between Plotly and GR (#3126)
  • [FR] wireframe lines in plotly() (#3127)
  • colorbar_ticks for GR (#3560)
  • [BUG] Assertion error total_plotarea_vertical > 0mm. Plots remains unusable afterwards (#4816)
  • Searching text in docs does not work anymore (#5219)
  • histogram(1:10) throws (#5634)
  • pgfplotsx annotation alignment doesn't work with both valign and halign (#5727)
  • Integer number of ticks not working (#5738)
Changelog

Sourced from Plots's changelog.

Plots.jl NEWS

Unreleased

Features

  • GR backend: Add support for colorbar_ticks to customize tick positions and labels on colorbars (#3560)
  • New colorbar attributes colorbar_border_color, colorbar_border_width, colorbar_tick_color, colorbar_tick_line_width, colorbar_width and colorbar_height, supported by the gr, plotly/plotlyjs, pgfplotsx and pythonplot backends (#3174). colorbar_width/colorbar_height are given as a fraction of the plot area, :auto keeps the backend default. colorbar_tick_font joins colorbar_title_font as a magic attribute, so colorbar_tick_font = (10, :red, 30.0) works
  • The plotly/plotlyjs colorbar now also honors colorbar_ticks, colorbar_formatter and the colorbar title / tick fonts
  • The colorbar font attributes are now spelled with underscores, like the other font families: colorbar_title_font, colorbar_tick_font, colorbar_font_family and the per-attribute names colorbar_<title|tick>_font_<family|size|halign|valign|rotation|color>. The previous spellings (colorbar_titlefont, colorbar_tickfontsize, colorbar_fontfamily, ...) still work when setting attributes

Fixed

  • GR backend: colorbar_ticks no longer errors with GR ≥ 0.73.25 (GR.drawaxis signature change)
  • GR backend: colorbar_formatter is now applied (it was ignored unless colorbar_ticks was given explicitly)
  • PGFPlotsX backend: the colorbar now shows custom tick labels, from either colorbar_ticks pairs or colorbar_formatter
  • PythonPlot backend: colorbar tick labels honor colorbar_tick_font_rotation, colorbar tick marks point outward as with the other backends, and colorbar_scale now maps the colors, not just the tick labels

Breaking changes

  • Reading a colorbar font attribute back by its old name now throws, as it already does for the legend fonts: use sp[:colorbar_title_font_size] rather than sp[:colorbar_titlefontsize]. The old names remain aliases on the input side, so passing them to plot keeps working.

v2

  • deprecated backends pgfplots and pyplot removed
  • deprecated keyword orientation removed
  • backends are extensions now so the backend code must be explicitly loaded using import with the backend package, e.g.
    using Plots
    import GR # loads backend code

  • Types are no longer part of the Plots API this affects
    • Shape, which is now shape
  • The default label is now :none, use :auto to restore the previous behaviour
  • UnitfulExt changes:
    • The P_str macro is no longer provided as API. The intended goal was simply to not put units on axis labels which were "protected strings". To achieve this now, pass unitformat=:nounit.
    • The axis option unitformat=:none, unitformat=nothing, and unitformat=false previously printed the axis guide as string(label, " ", unit). That behavior is now moved to unitformat=:space,

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Aug 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/julia/docs/Plots-1.41.7 branch from 9841799 to 39c7886 Compare August 21, 2026 08:39
@andreasnoack

Copy link
Copy Markdown
Member

@dependabot recreate

Updates the requirements on [Plots](https://github.com/JuliaPlots/Plots.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaPlots/Plots.jl/releases)
- [Changelog](https://github.com/JuliaPlots/Plots.jl/blob/v2/NEWS.md)
- [Commits](JuliaPlots/Plots.jl@Plots-v0.17.3...Plots-v1.41.7)

---
updated-dependencies:
- dependency-name: Plots
  dependency-version: 1.41.7
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/julia/docs/Plots-1.41.7 branch from 39c7886 to 45c3c69 Compare August 21, 2026 09:23
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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant