Skip to content

Tags: JuliaPy/PythonPlot.jl

Tags

v1.0.6

Toggle v1.0.6's commit message
[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)

v1.0.5

Toggle v1.0.5's commit message
## 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)

v1.0.3

Toggle v1.0.3's commit message
## 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)

v1.0.2

Toggle v1.0.2's commit message
## PythonPlot v1.0.2

[Diff since v1.0.1](v1.0.1...v1.0.2)


**Closed issues:**
- Is `PyAny` defined in PythonCall.jl? (#19)

**Merged pull requests:**
- don't export `step` (#20) (@t-bltg)

v1.0.1

Toggle v1.0.1's commit message
## PythonPlot v1.0.1

[Diff since v1.0.0](v1.0.0...v1.0.1)


**Closed issues:**
- `kw` alternative (#15)
- free() invalid pointer when using UpROOT PythonPlot (#16)
- ColorMap not working (#18)

v1.0.0

Toggle v1.0.0's commit message
## 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)