Published September 5, 2022
| Version v1.32.0
Software
Open
Plots.jl
Contributors
Others:
- Yuval
- Simon Danisch5
- Thatcher Chamberlin
- Christopher Rackauckas8
- Oliver Schulz9
- Sebastian Pfitzner10
- Takafumi Arakaki
- Amin Yahyaabadi11
- Jack Devine
- Sebastian Pech
- Patrick Kofod Mogensen10
- Samuel S. Watson
- Naoki Saito12
- Benoit Pasquier13
- Ronny Bergmann14
- Andy Nowacki15
- Ian Butterworth
- David Gustavsson16
- Anshul Singhvi17
- david-macmahon
- Fredrik Ekre
- Maaz Bin Tahir Saeed
- Kristoffer Carlsson
- Will Kearney
- Niklas Korsbo
- Miles Lucas
- @Godisemo
- Florian Oswald
- Diego Javier Zea
- @WillRam
- Fedor Bezrukov
- Spencer Lyon
- Darwin Darakananda
- Lukas Hauertmann
- Huckleberry Febbo
- @H-M-H
- Josh Day
- @wfgra
- Sheehan Olver
- Jerry Ling
- Jks Liu
- Seth Axen
- @o01eg
- Sebastian Micluța-Câmpeanu
- Tim Holy
- Tony Kelman
- Antoine Levitt
- Iblis Lin
- Harry Scholes
- @djsegal
- Goran Nakerst
- Felix Hagemann
- Matthieu Gomez
- @biggsbiggsby
- Jonathan Anderson
- Michael Kraus
- Carlo Lucibello
- Robin Deits
- Misha Mkhasenko
- Benoît Legat
- Steven G. Johnson
- John Verzani
- Mattias Fält
- Rashika Karki
- Morten Piibeleht
- Filippo Vicentini
- David Anthoff
- Leon Wabeke
- Yusuke Kominami
- Oscar Dowson
- Max G
- Fabian Greimel
- Jérémy
- Pearl Li
- David P. Sanders
- Asbjørn Nilsen Riseth
- Jan Weidner
- @jakkor2
- Pablo Zubieta
- Hamza Yusuf Çakır
- John Rinehart
- Martin Biel
- Moritz Schauer
- Mosè Giodano
- @olegshtch
- Leon Shen
- Jeff Fessler
- @hustf
- Asim H Dar
- @8uurg
- Abel Siqueira
- Adrian Dawid
- Alberto Lusiani
- Balázs Mezei
- Ben Ide
- Benjamin Lungwitz
- Bernd Riederer18
- Brian Sinquin19
- Christina Lee
- Christof Stocker
- Christoph Finkensiep
- @Cornelius-G
- Daniel Høegh
- Denny Biasiolli
- Dieter Castel
- Elliot Saba
- Fengyang Wang
- Fons van der Plas
- Fredrik Bagge Carlson
- Graham Smith
- Hayato Ikoma
- Hessam Mehr
- @InfiniteChai
- Jack Dunn
- Jeff Bezanson
- Jeff Eldredge
- Jinay Jain
- Johan Blåbäck
- @jmert
- Lakshya Khatri
- Lia Siegelmann
- @marekkukan-tw
- Mauro Werder20
- Maxim Grechkin
- Michael Cawte
- @milesfrain
- Nicholas Bauer
- Nicolau Leal Werneck
- @nilshg
- Oliver Evans
- Peter Gagarinov
- Páll Haraldsson
- Rik Huijzer
- Romain Franconville
- Ronan Pigott
- Roshan Shariff
- Scott Thomas
- Sebastian Rollén
- Seth Bromberger
- Siva Swaminathan
- Tim DuBois
- Travis DePrato
- Will Thompson
- Yakir Luc Gagnon
- Benjamin Chislett
- @hhaensel
- @improbable22
- Johannes Fleck
- Peter Czaban
- @innerlee
- Mats Cronqvist
- Shi Pengcheng
- @wg030
- Will Tebbutt21
- @t-bltg
- Fred Callaway
- Jan Thorben Schneider
- Lee Phillips22
- Tom Gillam
- Steve Leung
- Xu Zhi-Yuan
- Nick OBrien
- Henning Labuhn
Project leaders:
Project members:
- 1. TU Wien
- 2. GLOBE Institute, University of Copenhagen
- 3. Leibniz Universität Hannover
- 4. Forschungszentrum Jülich
- 5. @beacon-biosignals
- 6. Veos Digital (https://veos.digital/)
- 7. Korea Advanced Inst. of Science and Technology (KAIST)
- 8. Massachusetts Institute of Technology
- 9. Max Planck Institute for Physics
- 10. @JuliaComputing
- 11. University of Manitoba
- 12. UC Davis
- 13. University of Southern California (USC)
- 14. NTNU Trondheim
- 15. University of Leeds
- 16. Lund University
- 17. Columbia University
- 18. University of Graz
- 19. Université de Rennes
- 20. ETH Zurich
- 21. University of Cambridge
- 22. Alogus Research Corporation
Description
Plots v1.32.0
Closed issues:
- [BUG] [PGFPlotsX] log-scale and heatmap errors (#2736)
- [BUG] Plot title with square brackets "[" causes segmentation fault (#3806)
- [FR] xlims [ ] or () (#3986)
- How to extract subplot from a plot? (#4045)
- [BUG] Unused font arg: Plots.PlotText("hey", Font("sans-serif", 14, :left, :top, 0.0, RGB{N0f8}(0.0,0.502,0.0))) (Plots.PlotText) (#4264)
- [FR] Support
FilePathsBase.AbstractPath
insavefig
(#4279) - [BUG] The curve does not show up if ylims is assigned (#4294)
- [BUG] Plots segfaults in GR (#4302)
- [BUG] 3D image at wrong location when
xflip = true
(#4304) - Specifying log with arbitrary base (#4311)
- [BUG] Markers in legend obscure linestyles in subplots (#4312)
- [BUG] Log scale with custom ticks errors when using LaTeX tick labels (PGFPlots) (#4315)
- Saving apng to .png file results in an error. (#4316)
- [BUG] apng and @apng are not exported (#4318)
Merged pull requests:
- support
unicodeplots
images - plot in termImageInTerminal - Sixel
(#4011) (@t-bltg) - Make
savefig
filepath-type agnostic (#4309) (@curio-sitas) - Fix
apng
extension versatility (#4317) (@curio-sitas) ci
: try1.8.0
stable release (#4319) (@t-bltg)- 3d: add
projection_type
(#4320) (@t-bltg) - Truncate markersize in legends to not hide linestyle (#4321) (@DrChainsaw)
- format: function declaration (nfc) (#4329) (@t-bltg)
- fix
h5
Extrema (#4330) (@t-bltg) pyplot
: fix var shadowing - fix docs build (#4331) (@t-bltg)- 1.32.0 (#4332) (@t-bltg)
Files
JuliaPlots/Plots.jl-v1.32.0.zip
Files
(281.2 kB)
Name | Size | Download all |
---|---|---|
md5:5724f337f37901089ebc84e888322c07
|
281.2 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaPlots/Plots.jl/tree/v1.32.0 (URL)