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

The density of marginalscatter is not working properly #476

Open
diegozea opened this issue Jan 19, 2022 · 0 comments
Open

The density of marginalscatter is not working properly #476

diegozea opened this issue Jan 19, 2022 · 0 comments
Labels

Comments

@diegozea
Copy link
Contributor

diegozea commented Jan 19, 2022

Hi! The top density plot of the marginalscatter is incomplete as we can see in the following figure:

image

It works fine in marginalhist.

I'm using Pluto and

RDatasets v0.7.6
StatsPlots v0.14.30

Code:

begin
	using RDatasets, StatsPlots 
	iris = dataset("datasets", "iris") 
end

@df iris marginalscatter(:PetalLength, :PetalWidth, density=true)

@df iris marginalhist(:PetalLength, :PetalWidth, density=true)
@sethaxen sethaxen added the bug label Jan 26, 2022
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

2 participants