Skip to content

Releases: JuliaPlots/Plots.jl

v1.37.0

05 Dec 15:19
5ea22a3
Compare
Choose a tag to compare

Plots v1.37.0

Diff since v1.36.6

Closed issues:

  • PlotSpec: Add object to hold backend-independent input specification (#390)
  • RFC: "Stylesheets" - or presets for plot appearances (#937)
  • markerstrokecolor=:match not respected by some backends (#1334)
  • Error message on calling package (#1368)
  • User recipe no longer working (#1402)
  • Vizcon (#1666)
  • Plotting large BigInts (#1744)
  • rendering artifacts with high-resolution data (#2339)
  • Axes labels are cropped when rendering the figures using github workflows (#2422)
  • [BUG] Plotly: Not Rendering Plots. GL ERROR (#2723)
  • Effect of precompilation (#2838)
  • [BUG] on Raspberry Pi, savefig fails (#3478)
  • "Images with custom axes" example creates wrong axis when using the pyplot backend (#3580)
  • [FR] PythonPlot/PythonCall alternative to PyPlot/PyCall (#4181)
  • [FR] Use Preferences.jl to configure default loaded backend (#4513)
  • [BUG] Plotting vector of matrices (#4518)
  • [BUG] using RecipesBase: @recipe is broken (#4557)
  • [BUG] New crash with patch release (#4561)

Merged pull requests:

v1.36.6

28 Nov 12:52
ac6c9c7
Compare
Choose a tag to compare

Plots v1.36.6

Diff since v1.36.5

Closed issues:

  • Plug into animation APIs of backends (#580)
  • Plot to specific Blink.Window() (#755)
  • empty plot with plotly in Firefox on Windows (#1138)
  • Next.juliabox.com issues with Plots package (#1186)
  • gif size (#1417)
  • Documentation: setting axis attributes (#1452)
  • scatter and plot have different tics. The range is scaled differently. (#1487)
  • Julia Juno Plot Pane Script vs REPL different behavior (#1532)
  • Image plot in Juno (with GR) crashes Julia (#1773)
  • No Bars in Histograms with More Than 1 Million Points (#1774)
  • Get the plot on the main GUI instead of a different window. (#1852)
  • compiled version shows gui window in atom/juno (#1928)
  • asinh axes (#1938)
  • plot fail as Argument Error for large range values (#1948)
  • heatmap!() does not work in Plots.jl with gr() backend (#2004)
  • GR+Juno: Histogram2d with modified xlims showing empty (#2050)
  • Enable "edit in chart studio" icon (#2087)
  • Specifing colors for 3D data (#2161)
  • Interactive Plots (#2246)
  • Should not depend on Gtk and Cairo (#2263)
  • iteration of surfaces causes error in has_attribute_segments (#2268)
  • [BUG] incorrect marker size (#2951)
  • [BUG] ylims option in GR makes the plot disappear (#3120)
  • [FR] Control of cross marker thickness (#4209)

Merged pull requests:

v1.36.5

27 Nov 13:55
13ef91f
Compare
Choose a tag to compare

Plots v1.36.5

Diff since v1.36.4

Closed issues:

  • Feature Request: Guides for Layouts (#301)
  • Add documentation for the different seriestypes (#466)
  • Error if title UTF8String (#535)
  • gui() does not work with plotlyjs() backend (#581)
  • document 3D surface API (#614)
  • Error when creating and exporting plots in gr() backend: 'GetTempFileName failed: The file exists' (#699)
  • Improper handling of very large and very small exponents with PyPlot (#749)
  • Major/minor axis ticks (#779)
  • Plots should check RGB values don't contain invalid values - Inexact error plotting image in gr() (#851)
  • Slow initialization (#917)
  • Feature request: add keyword to make julia wait until plot window closes (#1209)
  • Ensure all functionality is covered by tests (#1225)
  • GR doesn't break line for NaNs in polar plots. (#1333)
  • Add a :dot markertype (#1490)
  • spy() produces empty plot on pyplot (#1513)
  • [PyPlot] Accepting column vectors for labels (#1550)
  • wrong colorbar with heatmap (#1640)
  • Issue with GR plot in Atom (#1727)
  • Contour Bite (#1745)
  • xtick odd behavior (#1751)
  • Error with using Plots command (#1753)
  • fontcolor not working in GR (#1853)
  • GR: filled contours with NaN (#1920)
  • Can't plot on Juno using gr (#2072)
  • @gif and @Animate macro hygiene (#2143)
  • [BUG] GR latex incorrect label offset (#2720)
  • Line widths in legend should mach plot for line plots [BR] (#2927)
  • Error about savefig (#2938)
  • [BUG] Removing minor ticks does not work (#2952)
  • [BUG] axis=false on GR does not turn off tick labels (#3019)
  • Error for histogram plotting (#3257)
  • Change default legend position to :outertopright (#3399)
  • [BUG] suppress window on savefig (GR, macOS) (#3464)
  • Saving figures via Plots.savefig and its format-specific siblings like Plots.pdf in Plots v1.20.0 is extremely slow. (#3748)
  • contour does not plot over the whole domain (#3762)
  • [BUG] Plots with GR on Mac OS stopped working at all (#3800)
  • [BUG] Can't plot two vectors at the same when one only has missing elements (#3867)
  • [BUG] gaston: ylabel not displayed properly (#3962)
  • [BUG] can't display dollar currency symbol as y-axis label (#3991)
  • [FR] drawing a unicodeplot repeatedly without shift on terminal (#4003)
  • [BUG] Precompiling does not work on Windows 11 (#4249)
  • [BUG] PyPlot backend unable to find working GUI backend (#4282)
  • Unable to automatically download[BUG] (#4477)
  • [BUG] Making sure label display is predictable (#4514)
  • [BUG] gr - contourf contours distorted using logarithmic scales (#4540)

Merged pull requests:

v1.36.4

23 Nov 17:30
816d0f4
Compare
Choose a tag to compare

Plots v1.36.4

Diff since v1.36.3

Closed issues:

  • [BUG] GKS QtTerm window does not appear with Julia v.1.8.2 on Arch Linux (#4526)

Merged pull requests:

v1.36.3

21 Nov 17:49
8c7bf7e
Compare
Choose a tag to compare

Plots v1.36.3

Diff since v1.36.2

Closed issues:

  • Add widen keyword argument (#511)
  • Wrong label printed when adding a series (#1367)
  • How to make ylabel horizontal? (#1527)
  • GR: heatmap(x,y,z) with z too small (#1554)
  • Image is upside down using Plots.plot (#2212)
  • GR: Plot does not fill entire window if plotted to existing window with new size. (#2213)
  • markers on sticks plot drawn behind and in different color (#2215)
  • Plot attributes are not searchable in the docs (#2337)
  • There is an extra space in xlabel and ylabel string? (#2529)
  • GR: legend text out of legend box bounds if legend placed in an "outer" position (#2658)
  • Aspect ratio and label outside plot (#2701)
  • [BUG] Inconsitent linewidth in legend (#3003)
  • [FR] Legend marker padding and legend size/proportion using gr (#3371)
  • [BUG] empty scatter plot produces empty legend entry (GR) (#3452)
  • Incorrect color assignment for grouped variables. (#3630)
  • [BUG] skipmissing not supported (#3528)
  • [BUG] Distorted log-scale heatmap and 2d-hist plots with GR (#3643)
  • [BUG] scatter plot ignores alpha (#3753)
  • GR dependency conflicts (#3892)
  • [BUG] Latex no longer rendering with v1.23.5 (#3925)
  • Docs: Search results are hard to interpret for common search terms (#4157)
  • minorgrid=true interacts with yminorticks inconsistently (#4508)
  • [BUG] twinx() with GR backend and Plots >1.35.6 have unequal width of subplots (#4533)

Merged pull requests:

v1.36.2

17 Nov 21:35
b75deeb
Compare
Choose a tag to compare

Plots v1.36.2

Diff since v1.36.1

Closed issues:

  • Latex text at y label is not rotated (#1191)
  • GR doesn't render LaTeX inside other text (#1842)
  • pdf, eps, etc. convenience functions not exported (#2319)
  • [BUG] Broken LaTeX "ERROR: syntax error" (#3122)
  • [FR] rework auto-generated docstrings (#4504)
  • [BUG] Warning first time creating empty plot of seriestype=:shape (#4519)
  • [FR] How to specify margins to 0mm in RecipesBase? (#4522)

Merged pull requests:

v1.36.1

10 Nov 10:10
ad0ddb0
Compare
Choose a tag to compare

Plots v1.36.1

Diff since v1.36.0

Closed issues:

  • Errorbar caps following markershape problematic (#4476)
  • LoadError: UndefVarError: is_default not defined (#4500)
  • [BUG] Barplot in logscale has bars starting at different levels (#4502)

Merged pull requests:

v1.36.0

07 Nov 16:35
2290eef
Compare
Choose a tag to compare

Plots v1.36.0

Diff since v1.35.8

Closed issues:

  • control the size of colorbars? (#2345)
  • [BUG] left y-ticks displayed on right y-axis when using twinx (#3466)
  • [BUG] legend_position not working with GR (#4497)

Merged pull requests:

  • unicodeplots: transpose surfaceplot z - support xflip and yflip (#4493) (@t-bltg)
  • twin: fix framestyle issue and grid (#4495) (@t-bltg)
  • gr: support horizontal legends (#4496) (@t-bltg)

v1.35.8

03 Nov 13:04
1c30e7c
Compare
Choose a tag to compare

Plots v1.35.8

Diff since v1.35.7

Closed issues:

  • [BUG] Legend at :top and :bottom dislocated to the left (#4491)

Merged pull requests:

v1.35.7

01 Nov 21:50
5f72410
Compare
Choose a tag to compare

Plots v1.35.7

Diff since v1.35.6

Closed issues:

  • twinx does not appear when searching the documentation (#594)
  • twinx() not working with PGFPlots (#2071)
  • twinx @ pyplot: Right margin too small (#2205)
  • Feature request: plot axes and ticks on all four sides (#2218)
  • twiny() ? (#2579)
  • twinx() does not update margins to contain axis labels [BUG] (#3210)
  • [BUG] x range drawn two times when using twinx (#4325)
  • subplots + legends + layout broken in 1.35.6 (#4485)

Merged pull requests: