Skip to content

Releases: JuliaPy/PyPlot.jl

v2.11.5

06 Jul 13:06
00119f8
Compare
Choose a tag to compare

PyPlot v2.11.5

Diff since v2.11.4

Merged pull requests:

v2.11.4

05 Jul 19:43
cb34a10
Compare
Choose a tag to compare

PyPlot v2.11.4

Diff since v2.11.3

Merged pull requests:

  • check for matplotlibs.colormaps before matplotlibs.colormaps.register (#592) (@stevengj)

Closed issues:

  • PyPlot: KeyError: key :colormaps not found (#591)

v2.11.3

02 Jul 18:35
28826e0
Compare
Choose a tag to compare

PyPlot v2.11.3

Diff since v2.11.2

Merged pull requests:

Closed issues:

  • Pyplot crash on window (#575)
  • Issue with get_cmap() deprecation (#582)

v2.11.2

14 Aug 20:14
6c91a61
Compare
Choose a tag to compare

PyPlot v2.11.2

Diff since v2.11.1

Closed issues:

  • Segfault with qt >=4.8.6 on ubuntu (#234)
  • Window requires focus before functions return (#563)
  • Using the backend :qt not working (#564)
  • Unable to install PyPlot (ResolvePackageNotFound conda error) (#568)
  • PyPlot.jl as a dependency breaks package registration? (#570)

Merged pull requests:

v2.11.1

02 Mar 23:17
23059fb
Compare
Choose a tag to compare

PyPlot v2.11.1

Diff since v2.11.0

Closed issues:

  • Using PyPlot on CI suddenly fails (#557)
  • No working GUI backend found for matplotlib (#558)
  • getp not defined? (#560)
  • The show() method doesn't seem to work. (#561)

Merged pull requests:

v2.11.0

20 Aug 14:15
27b08db
Compare
Choose a tag to compare

PyPlot v2.11.0

Diff since v2.10.0

Closed issues:

  • PyPlot interferes with LinearAlgebra in a weird way (#477)
  • gridspec_kw for subplot ? (#524)
  • change of gca() in matplotlib 3.4 (#532)
  • Error in matplotlib.tri.Triangulation? (#536)
  • bar3D does not support color keyword (#539)
  • PyPlot broken under 1.7? (#543)
  • ticks = {Matrix} scuttles plot drawing (#550)
  • Error in Mac M1 (#551)
  • version not found when using PyPlot (#553)

Merged pull requests:

v2.10.0

13 Sep 13:23
fe49cdf
Compare
Choose a tag to compare

PyPlot v2.10.0

Diff since v2.9.0

Closed issues:

  • Problem with PyPlot and multiple processors (#97)
  • fail to precompile (#286)
  • using PyPlot causes InitError (#406)
  • Trouble with Cartopy + travis CI (#444)
  • libpng error on MacOS (#471)
  • InexactError: check_top_bit(Int32, -1) (#481)
  • pyplot() won't compile with fedora 32 (#484)
  • PyPlot fails on Mac (#485)
  • ERROR: 'PyCall.jlwrap' object has no attribute 'replace' (#486)
  • PyPlot crashes Julia 1.4.2 after Julia MKL is installed (#490)
  • how to tell what backend PyPlot thinks it is using (#491)
  • Example fails due to MethodError for "linestyle" attribute (#493)
  • Feature request: interactive mode (#495)
  • Warning after upgrading (#496)
  • How to use multi core / threading in JULIA LANGUAGE? (#498)
  • PyPlot Slows to halt : conflict with control flow ? (#503)
  • PyPlot + %matplotlib widget in jupyter lab (#505)
  • LAPACK error arrising from PyPlot (#506)
  • xscale("function",functions=(forward,inverse)) not working (#509)
  • "No such file or directory: 'kpsewhich'" (#510)
  • axis label rotation does not work (#511)
  • crash for fig.transFigure.inverted() (#513)
  • Strange PyPlot Interaction Gives NaN with QR factorization (#515)
  • broken on Julia 1.6? (#520)
  • ModuleNotFoundError("No module named 'matplotlib'") (#521)
  • Can't install Pycall or PyPlot from julia (#522)
  • Setting rcParams fails silently in a module (#525)
  • Move to stable matplotlib version (#527)
  • cannot add PyPlot because of unsatisfiable requirements (#529)
  • savefig result is empty (#531)
  • Probably (#534)

Merged pull requests:

v2.9.0

04 Apr 20:04
Compare
Choose a tag to compare

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)

v2.8.2

04 Sep 20:37
v2.8.2
c95cb48
Compare
Choose a tag to compare

v2.8.2 (2019-09-04)

Diff since v2.8.1

Closed issues:

  • Failure to import matplotlib (#456)
  • PyPlot Crashing Mac OS 10.14.6 (#454)
  • PyPlot causing "infinite loop" on julia 1.3 (#453)
  • numpy.core.multiarray failed to import (matplotlib cannot be found?) (#450)
  • Saving 3D plots (#449)
  • Matplotlib 3.1.0 incompatibility (#447)
  • PyPlot not working in jupyter *lab* (#443)
  • This is #410 — tkagg is broken (upstream bug) on MacOS, and you need to use a non-tk backend. (#442)
  • Pyplot crashed Julia (#441)
  • PyPlot fails to precompile. (#439)
  • It ignores ioff() spectacularly in Jupyter (#436)
  • PyPlot Julia v0.7 on macOS not working (#434)
  • Cannot plot NSException (#433)
  • Error when using Gtk and PyPlot (#335)
  • on OS X, unrecognized selector crash with Julia 0.5 and PyPlot 2.2.4 (#253)

Merged pull requests:

v2.8.1

05 Apr 15:30
Compare
Choose a tag to compare

Fix a deprecation, and no longer try tkagg backend by default on MacOS (#410).