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] Corrplot's heatmap has no color #5064

Open
AuRobinson opened this issue Mar 21, 2025 · 0 comments
Open

[BUG] Corrplot's heatmap has no color #5064

AuRobinson opened this issue Mar 21, 2025 · 0 comments
Labels

Comments

@AuRobinson
Copy link

Details

Following steps for corrplot;

using DataFrames
using RDatasets
using StatsPlots

iris = dataset("datasets", "iris")

gr(size=(600,500))

@df iris corrplot([:SepalLength :SepalWidth :PetalLength :PetalWidth], grid=false)

Image

Backends

This bug occurs on ( insert x below )

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

Versions

Julia Version 1.11.4
Commit 8561cc3d68d (2025-03-10 11:36 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 20 × 12th Gen Intel(R) Core(TM) i7-12700K
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, alderlake)
Threads: 1 default, 0 interactive, 1 GC (on 20 virtual cores)

@AuRobinson AuRobinson added the bug label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant