Published November 28, 2022
| Version v1.36.6
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
- Spencer Lee23
- Jamie Mair24
- Puripant Ruchikachorn25
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
- 23. Michigan State University
- 24. University of Nottingham
- 25. Chulalongkorn University
Description
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:
- support scale in
get_...color
(#4558) (@t-bltg) - adjust tests for
PkgEval
(#4560) (@t-bltg) - support a y indexing different from x (#4562) (@lmiq)
Files
JuliaPlots/Plots.jl-v1.36.6.zip
Files
(312.8 kB)
Name | Size | Download all |
---|---|---|
md5:c9d1f70443385d11a01b7c5be4fe00a1
|
312.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/JuliaPlots/Plots.jl/tree/v1.36.6 (URL)