Skip to content

v1.20.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 20:20
· 1363 commits to master since this release
ede1060

Plots v1.20.1

Diff since v1.20.0

Closed issues:

  • How to close the plot window from command line (#532)
  • world age issue with gr in Juno (#1047)
  • no PyPlot gui in jupyter and Julia 0.6 (#1165)
  • Does group work in recipes? (#1167)
  • savefig issues appear again (#1384)
  • png creation broken in GR backend (#1392)
  • problem with: display(plot(...)) in win 8 and win 10 , sombody use it ? (#1472)
  • Suggestion/Question: Plot planes / triangles in 3D? (#1473)
  • reload("Plots") breaks savefig and prevents backend change (#1548)
  • Julia 0.7: 3D logarithmic axis error with pyplot(), hangs with gr() (#1638)
  • Error: GKS: can't connect to GKS socket application (#1649)
  • GKS file open error: Too many open files (#1723)
  • png and savefig names clash with VegaLite (#1736)
  • spy is broken on Julia v1.0 (#1770)
  • plotly backend in julia1.0 output blank page, no content (#1771)
  • Julia 1.0 and IJulia: display does not seem to work (#1778)
  • GR3 error (gr3.c, l. 153): init failed (#1781)
  • display list corrupted (#1810)
  • Wire plot in Julia. (#1811)
  • Add docs for new image limits format (#1837)
  • Crash of REPL using plot() (#1890)
  • savefig no longer works over ssh (#1905)
  • error compiling _plot! could not load library "libGR.so" wrong ELF class: ELFCLASS64 (#2255)
  • Cannot use PlotlyJS backend with Julia 1.3 (#2333)
  • [BUG] Precompilation Segfaults, julia v1.3 (#2881)
  • trouble with my GR backend (#2903)
  • [BUG] Plots.jl v1.9.1 conflicts with StaticArrays.jl v1 (#3173)
  • [FR] Support Revise.jl workflow with backends/ files (#3345)
  • Problem with compiling Plots.jl (#3438)
  • [DOCS] Very minor doc improvement suggestion (#3462)
  • [BUG] Incremental compilation broken (#3624)
  • [FR] Allow tuples of Plots.text arguments to series_annotations (#3629)
  • [BUG] (#3638)

Merged pull requests:

  • Allow passing collection of tuples to series_annotations (#3743) (@t-bltg)
  • Move mesh3d triangle to utils - gaston: implement :mesh3d (#3745) (@t-bltg)
  • Code style - format (#3749) (@t-bltg)