Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] clims ignored when specified with plot! #4490

Closed
yha opened this issue Nov 2, 2022 · 0 comments · Fixed by #4587
Closed

[BUG] clims ignored when specified with plot! #4490

yha opened this issue Nov 2, 2022 · 0 comments · Fixed by #4587
Assignees
Labels

Comments

@yha
Copy link
Member

yha commented Nov 2, 2022

Details

In

heatmap(rand(3,4))
plot!(clims = (0.5,0.6))

clims is ignored.

Backends

This bug occurs on ( insert x below )

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

Versions

Plots.jl version: 1.35.7
Backend version (]st -m <backend(s)>): GR v0.69.5
Output of versioninfo():

julia> versioninfo()
Julia Version 1.7.2
Commit bf53498635 (2022-02-06 15:21 UTC)
Platform Info:
  OS: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i7-9800X CPU @ 3.80GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-12.0.1 (ORCJIT, skylake-avx512)
Environment:
  JULIA_EDITOR = code
  JULIA_NUM_THREADS = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants