Releases: JuliaPlots/Plots.jl
Releases · JuliaPlots/Plots.jl
v1.37.0
Plots v1.37.0
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:
- initial port of
pyplot
topythonplot
(#4542) (@t-bltg) - [RecipesBase] Use interpolation instead of qualification to drop dependance on the namespace of RecipesBase users (#4559) (@LilithHafner)
- support cyclic indexing (#4563) (@lmiq)
- Fix polar heatmap bounds (#4564) (@t-bltg)
- select
Plots
backend viaPreferences
(or env variable) (#4566) (@t-bltg) - Add better docstring for
Animation
(#4568) (@baggepinnen) - Make plotly colorbar size scale with plot size (#4569) (@stevenaleung)
- bump
RecipesBase
(#4570) (@t-bltg) - fix spurious gaston ticks integer overflow (#4572) (@t-bltg)
- fix gaston bug (#4574) (@t-bltg)
- consider only visible data/sample all (#4575) (@lmiq)
- update test for
PkgEval
(#4577) (@t-bltg) - ref imgs: try to checkout a tag (#4578) (@t-bltg)
v1.36.6
Plots v1.36.6
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
andplot
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
Plots v1.36.5
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:
- implements best legend place holder (#4536) (@lmiq)
- add
num_minor_intervals
helper (#4548) (@t-bltg) - fix docs (#4550) (@t-bltg)
- do not draw tick labels when
showaxis
set tofalse
(#4551) (@t-bltg) - remove duplicate
alias
es (#4552) (@t-bltg) gaston
: general improvements (#4553) (@t-bltg)- pad ref images (#4554) (@t-bltg)
- fix legend title align (#4555) (@t-bltg)
v1.36.4
Plots v1.36.4
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
Plots v1.36.3
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 withyminorticks
inconsistently (#4508)- [BUG] twinx() with GR backend and Plots >1.35.6 have unequal width of subplots (#4533)
Merged pull requests:
v1.36.2
Plots v1.36.2
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
to0mm
inRecipesBase
? (#4522)
Merged pull requests:
v1.36.1
Plots v1.36.1
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:
pyplot
: supportlegend_column
(#4498) (@t-bltg)- revert customization of markershapes (#4499) (@BeastyBlacksmith)
- Support transposed images (#4501) (@jcanizales)
- baseline fix for bar plots using log scales (#4503) (@t-bltg)
v1.36.0
v1.35.8
Plots v1.35.8
Closed issues:
- [BUG] Legend at
:top
and:bottom
dislocated to the left (#4491)
Merged pull requests:
v1.35.7
Plots v1.35.7
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 usingtwinx
(#4325) - subplots + legends + layout broken in 1.35.6 (#4485)
Merged pull requests: