Skip to content

Tags: sethaxen/PythonPlot.jl

Tags

v1.0.5

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

[Diff since v1.0.3](JuliaPy/PythonPlot.jl@v1.0.3...v1.0.5)


**Merged pull requests:**
- fix bugs with pyexists and qt path (JuliaPy#34) (@jjstickel)
- Update deprecated colormap APIs (JuliaPy#38) (@henry2004y)
- check for matplotlibs.colormaps before matplotlibs.colormaps.register (JuliaPy#40) (@stevengj)

**Closed issues:**
- Pin matplotlib version used (JuliaPy#33)
- set_yticks( [ ] ); Failed to convert value(s) to axis units  (JuliaPy#36)
- AttributeError: 'NoneType' object has no attribute 'f_locals' (JuliaPy#37)
- Incompatibility with matplotlib v3.9.0 (JuliaPy#39)

v1.0.3

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

[Diff since v1.0.2](JuliaPy/PythonPlot.jl@v1.0.2...v1.0.3)


**Closed issues:**
- Register? (JuliaPy#11)
- `close(f)` broken (JuliaPy#21)
- `close(::Figure)` still broken (JuliaPy#22)

**Merged pull requests:**
- fix `close(::Figure)` and add test (JuliaPy#23) (@IanButterworth)
- Fix precompilation on latest master (JuliaPy#26) (@alhirzel)

v1.0.2

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

[Diff since v1.0.1](JuliaPy/PythonPlot.jl@v1.0.1...v1.0.2)


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

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

v1.0.1

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

[Diff since v1.0.0](JuliaPy/PythonPlot.jl@v1.0.0...v1.0.1)


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

v1.0.0

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

**Closed issues:**
- downgraded to PythonCall 0.5.1 (JuliaPy#1)
- 3D plots/subplots (JuliaPy#4)
- contour with (x,y) being ranges (JuliaPy#8)
- arrowprops and Dict() (JuliaPy#9)

**Merged pull requests:**
- modernize API somewhat (JuliaPy#2) (@stevengj)
- PythonCall seems to require Julia 1.6+ (JuliaPy#3) (@stevengj)
- fix 3d axis overwriting (JuliaPy#5) (@stevengj)
- use pyhasattr instead of hasproperty (JuliaPy#6) (@stevengj)
- Update Project.toml (JuliaPy#10) (@jd-foster)