Skip to content

v2.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 20:04

PyPlot v2.9.0

Diff since v2.8.2

Closed issues:

  • no method matching getproperty(::PyPlot.LazyPyModule, ::String) (#437)
  • PyPlot crashing (#440)
  • Error with bbox=tight option for savefig (#452)
  • Julia 1.20 and PyPlot.svg(true) (#455)
  • Projection option for add_subplot (#458)
  • PyPlot keeps trying to install matplotlib even if it's already installed (Windows 10) (#461)
  • view_init not defined (#464)
  • Matplotlib Qt backend not working in Windows 10 for default python distribution (#467)
  • error when passing string marker argument to plot (#468)
  • libstdc++.so.6: version `GLIBCXX_3.4.26' not found (#469)
  • Need %matplotlib inline twice when running via Python (#472)

Merged pull requests:

  • Including view_init and voxels to the list of exported functions for 3D plots (#465) (@mancolric)
  • Install TagBot as a GitHub Action (#466) (@JuliaTagBot)
  • implement property interface to LazyPyModule (#473) (@stevengj)