Tags: JuliaPy/PythonPlot.jl
Tags
[Diff since v1.0.5](v1.0.5...v1.0.6) **Merged pull requests:** - put reading the matplotlib.__version__ try–catch since it can fail (#43) (@stevengj) - Colors.jl 0.13 compat entry (#44) (@mateuszbaran) - Make sure event loop is terminated when Julia exits (#46) (@sethaxen) **Closed issues:** - Default :tk pygui makes julia registry segfault (#42) - Segfault when exiting a Julia v1.11.1 session with multiple threads (#45) - Loading time is longer than PyPlot (#47)
## PythonPlot v1.0.5 [Diff since v1.0.3](v1.0.3...v1.0.5) **Merged pull requests:** - fix bugs with pyexists and qt path (#34) (@jjstickel) - Update deprecated colormap APIs (#38) (@henry2004y) - check for matplotlibs.colormaps before matplotlibs.colormaps.register (#40) (@stevengj) **Closed issues:** - Pin matplotlib version used (#33) - set_yticks( [ ] ); Failed to convert value(s) to axis units (#36) - AttributeError: 'NoneType' object has no attribute 'f_locals' (#37) - Incompatibility with matplotlib v3.9.0 (#39)
## PythonPlot v1.0.3 [Diff since v1.0.2](v1.0.2...v1.0.3) **Closed issues:** - Register? (#11) - `close(f)` broken (#21) - `close(::Figure)` still broken (#22) **Merged pull requests:** - fix `close(::Figure)` and add test (#23) (@IanButterworth) - Fix precompilation on latest master (#26) (@alhirzel)
## PythonPlot v1.0.0 **Closed issues:** - downgraded to PythonCall 0.5.1 (#1) - 3D plots/subplots (#4) - contour with (x,y) being ranges (#8) - arrowprops and Dict() (#9) **Merged pull requests:** - modernize API somewhat (#2) (@stevengj) - PythonCall seems to require Julia 1.6+ (#3) (@stevengj) - fix 3d axis overwriting (#5) (@stevengj) - use pyhasattr instead of hasproperty (#6) (@stevengj) - Update Project.toml (#10) (@jd-foster)