Tags: jurta/PyPlot.jl
Tags
## PyPlot v2.9.0 [Diff since v2.8.2](JuliaPy/PyPlot.jl@v2.8.2...v2.9.0) **Closed issues:** - no method matching getproperty(::PyPlot.LazyPyModule, ::String) (JuliaPy#437) - PyPlot crashing (JuliaPy#440) - Error with bbox=tight option for savefig (JuliaPy#452) - Julia 1.20 and PyPlot.svg(true) (JuliaPy#455) - Projection option for add_subplot (JuliaPy#458) - PyPlot keeps trying to install matplotlib even if it's already installed (Windows 10) (JuliaPy#461) - view_init not defined (JuliaPy#464) - Matplotlib Qt backend not working in Windows 10 for default python distribution (JuliaPy#467) - error when passing string marker argument to plot (JuliaPy#468) - libstdc++.so.6: version `GLIBCXX_3.4.26' not found (JuliaPy#469) - Need `%matplotlib inline` twice when running via Python (JuliaPy#472) **Merged pull requests:** - Including view_init and voxels to the list of exported functions for 3D plots (JuliaPy#465) (@mancolric) - Install TagBot as a GitHub Action (JuliaPy#466) (@JuliaTagBot) - implement property interface to LazyPyModule (JuliaPy#473) (@stevengj)
WIP: Use property (JuliaPy#420) * Use property * Define property methods for wrapper objects * updated requirements to PyPlot 1.90, dropped Compat since we now require julia 0.7, fixed getproperty in plot3d * eliminate unnecessary PyObject(f) calls * rm more obsolete compatibility code * rm 0.6 testing * need newer PyCall to import Base.hasproperty in Julia 1.2
re-enable travis (JuliaPy#379) * re-enable travis * fix Base.showable in Julia 0.6 * debugging output in Pkg.test * fixes for matplotlib 1.3, remove Base64 dependency * agg backend on 1.3 doesn't seem to support ps output properly * viridis is not available in matplotlib 1.3
fix 0.7 depwarns (JuliaPy#368) * update array constructors to 0.7 * replace linspace with range * fix other 0.7 depwarns in tests * switch to use Compat.Test
PreviousNext