JuliaPlots/Plots.jl

Compatibility with PlotlyBase v0.8.x

Open

#4.211 geöffnet am 23. Mai 2022

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)Julia (381 Forks)batch import
good first issue

Repository-Metriken

Stars
 (1.943 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 13T 6h) (2 gemergte PRs in 30 T)

Beschreibung

I get the following warning when I use Plots with the Plotly backend:

┌ Warning: PlotlyBase 0.8.18 is not compatible with this version of Plots. The declared compatibility is 0.7.

Backends

This bug occurs on ( insert x below )

Backend yes no untested
gr (default)
pyplot
plotlyjs
plotly x
pgfplotsx
unicodeplots
inspectdr
gaston

Versions

Plots.jl version: v1.29.0 Backend version (]st -m PlotlyBase): [a03496cd] PlotlyBase v0.8.18 Output of versioninfo():

Julia Version 1.9.0-DEV.637
Commit 1e17a166fd (2022-05-23 09:20 UTC)
Platform Info:
  OS: macOS (arm64-apple-darwin21.5.0)
  CPU: 8 × Apple M1
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
  Threads: 1 on 4 virtual cores

Contributor Guide