Plots.jl Versions Save

Powerful convenience for Julia visualizations and data analysis

v1.38.13

1 year ago

Plots v1.38.13

Diff since v1.38.12

Closed issues:

  • [BUG][PGFPlotsX][Unitful] setting axis labels duplicates units (#4730)
  • [BUG] PGFPlotsX made breaking change in minor version -> Backend broken (#4748)
  • Ordering of plot elements with PGFPlotsX (#4751)
  • [BUG] build GR fails on windows julia 1.9.0 (#4755)

Merged pull requests:

  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) (#4738) (@github-actions[bot])
  • Fix UnitfulExt for PGFPlotsX take 2 (#4747) (@BeastyBlacksmith)
  • Singleargustrip (#4752) (@gustaphe)

v1.38.12

1 year ago

Plots v1.38.12

Diff since v1.38.11

Closed issues:

  • [BUG] Opportunity to greatly speed up plotting of many series? (#4742)
  • [BUG] different shade behavior of fillrange in abline! with pgfplotsx backend (#4745)

Merged pull requests:

  • Fix bar plot vector attribute with missing values (#4736) (@yha)
  • Short-circuit update_clims if not necessary (#4743) (@BioTurboNick)
  • Fix straightline filling for PGFPlotsX backend (#4746) (@BeastyBlacksmith)

v1.38.11

1 year ago

Plots v1.38.11

Diff since v1.38.10

Closed issues:

  • [BUG] Setting bottom_margin causes a Measures.AbsoluteLength error (#4726)
  • [BUG] Unitful conversion incorrect via 'yunit =' syntax when multiple data series are converted (#4731)

Merged pull requests:

  • CompatHelper: bump compat for Latexify to 0.16, (keep existing compat) (#4728) (@github-actions[bot])
  • Migrate from SnoopPrecompile to PrecompileTools (#4729) (@timholy)
  • Fix yunit bug (#4732) (@gustaphe)
  • Move warning about plotlybase png rendering to error (#4733) (@fonsp)
  • SnoopPrecompile -> PrecompileTools (#4734) (@t-bltg)

v1.38.10

1 year ago

Plots v1.38.10

Diff since v1.38.9

Closed issues:

  • annotation auto-locations don't work with xlims (#2591)
  • [BUG] Relative positioning of annotations tuple cannot mix integer and float (#4258)
  • [FR] Text of Japanese crosses over label (#4614)
  • [FR] annotate! for 3D plots (#4708)
  • [BUG] Bar plot with categorical labels (#4715)
  • vline! on empty vector gives BoundsError (#4717)
  • [BUG][PGFPlotsX][Unitful] exponent in unit crashes lualatex (#4722)

Merged pull requests:

  • Filtering "missing" tick labels (#4716) (@ivan-boikov)
  • Add bounds check in expand_extrema (#4718) (@ivan-boikov)
  • Bump peter-evans/create-pull-request from 4 to 5 (#4720) (@dependabot[bot])
  • Annotations improvements (#4721) (@ivan-boikov)
  • fix UnitfulString for PGFPlotsX (#4723) (@t-bltg)
  • gr: restore transparency after drawing axes (#4724) (@jheinen)

v1.38.9

1 year ago

Plots v1.38.9

Diff since v1.38.8

Closed issues:

  • PGFPlotsX bug in Polar plot with argument fill[BUG] (#3266)
  • [FR] rotated ticklabels should be aligned with tickmarks (#4388)
  • [BUG] plot_title with non-white background looks bad (#4595)
  • [BUG] background_color_inside as default color affects plot_title background (#4610)
  • [BUG] Blank plot on W11 with GR backend (#4688)
  • [BUG] Hiding axes with PGFPlotsX leaves ticks visible (#4696)
  • UnitfulExt not working for logarithmic units (#4700)
  • Change thickness without changing colors [BUG] (#4706)
  • [BUG] setting of markersize and markerstrokewidth damage marker in legend (#4710)
  • [BUG] failed add Plots package in julia v1.8.2 (#4712)

Merged pull requests:

  • Add supported arguments to backend.jl (#4690) (@nilsLue)
  • set color inside matching background color (#4698) (@BeastyBlacksmith)
  • Hide ticks of hidden axis in PGFPlotsX (#4701) (@ivan-boikov)
  • Rotated tick label alignment in PGFPlotsX (#4702) (@ivan-boikov)
  • Missing angle conversions in PGFPlotsX (#4703) (@ivan-boikov)
  • Support removing colorbar ticks in GR and PGFPlotsX (#4704) (@ivan-boikov)
  • Fix logarithmic units (#4707) (@gustaphe)
  • scale marker inside legend (#4711) (@KlausC)
  • [GR] add 0.72 compat (#4714) (@jheinen)

v1.38.8

1 year ago

Plots v1.38.8

Diff since v1.38.7

Closed issues:

  • Noninteractive display in plotlyjs() returned under Juno! (#2232)
  • Inconsistent font size in PGFPlotsX with LaTeXString [BUG] (#3237)
  • [BUG] framestyle=:box contradict with ymirror=true on pgfplotsx (#4634)

Merged pull requests:

  • Fix PGFPlotsX axis mirror in box framestyle (#4686) (@ivan-boikov)
  • fix contour3d for pgfplotsx (#4687) (@BeastyBlacksmith)
  • Bump peter-evans/create-pull-request from 3 to 4 (#4691) (@dependabot[bot])
  • Transparent background in GR and PGFPlotsX (#4693) (@ivan-boikov)

v1.38.7

1 year ago

Plots v1.38.7

Diff since v1.38.6

Closed issues:

  • [BUG] Plots fails to precompile on OSX (Ventura). (#4478)
  • render to svg: filename too long (#4545)
  • Plots.jl fails to load on Colab[BUG] (#4633)
  • [BUG] display of plot window always takes 2.3 seconds with GR and PGFPlotsX backends on windows (#4638)
  • surface() complains of identical data points even though it shouldn't (#4646)
  • [FR] Support xticks, yticks with UnicodePlots (#4657)
  • [FR] border and canvas option for UnicodePlots (#4675)
  • [BUG] Log scale axis labels not brace-wrapped in PGFPlotsX (#4676)
  • [BUG] Surface transparency (#4683)

Merged pull requests:

  • Add AbstractVector Shape(x, y) constructor (#4679) (@nick4f42)
  • Wrapping of power in PGFPlotsX labels (#4680) (@ivan-boikov)
  • Support for disabling axis ticks in UnicodePlots (#4681) (@ivan-boikov)
  • Add svg+xml generation to precompile setup (#4682) (@oschulz)
  • Do not include plotly.jl twice (#4684) (@antholzer)
  • PythonPlot: fix fillalpha (#4685) (@t-bltg)

v1.38.6

1 year ago

Plots v1.38.6

Diff since v1.38.5

Closed issues:

  • [BUG] Markers are at wrong places in 3d plot when xflip = true (#4355)
  • [FR] use package extensions (#4589)
  • typos (#4662)

Merged pull requests:

  • package extensions - weak deps (#4649) (@t-bltg)
  • Update possible values for :ticks, :colorbar_ticks in documentation (#4656) (@Socob)
  • fix typos (#4663) (@spaette)
  • PythonPlot: fix cmap (#4665) (@t-bltg)
  • PythonPlot: fix cmap (#4666) (@t-bltg)
  • restore Plots.unzip (#4670) (@t-bltg)
  • gr: add support for user fonts (#4671) (@jheinen)
  • Silence precompilation process (#4672) (@giordano)

v1.38.5

1 year ago

Plots v1.38.5

Diff since v1.38.4

Closed issues:

  • [BUG] The use of marker --> in a plot recipe prevents markershape to be modified (#4644)

Merged pull requests:

  • UnicodePlots: compat PR for png output (#4648) (@t-bltg)
  • give markershape precedence over marker (#4651) (@BeastyBlacksmith)
  • fix pythonplot minor ticks (#4655) (@t-bltg)

v1.38.4

1 year ago

Plots v1.38.4

Diff since v1.38.3

Merged pull requests:

  • Macro fps support (#4594) (@arikheinss)
  • Added arbitrary legend_columns for gr (#4645) (@briederer)
  • Fix code loading for pgfplotsx (#4647) (@BeastyBlacksmith)