Skip to content

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Oct 8, 2022

Fixes #3058

geyser = sns.load_dataset("geyser")
sns.kdeplot(geyser, x="waiting", y="duration", cmap="viridis")

image

@codecov
Copy link

codecov bot commented Oct 8, 2022

Codecov Report

Merging #3065 (15015bc) into master (c412ddf) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3065   +/-   ##
=======================================
  Coverage   98.38%   98.38%           
=======================================
  Files          72       72           
  Lines       23537    23540    +3     
=======================================
+ Hits        23156    23159    +3     
  Misses        381      381           
Impacted Files Coverage Δ
seaborn/distributions.py 96.35% <100.00%> (-0.02%) ⬇️
seaborn/utils.py 95.44% <100.00%> (+0.01%) ⬆️
tests/test_distributions.py 99.79% <100.00%> (+<0.01%) ⬆️

@mwaskom mwaskom merged commit 3f623e7 into master Oct 8, 2022
@mwaskom mwaskom deleted the fix/kdeplot_cmap branch October 8, 2022 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unable to plot with custom color ramp seaborn 0.12.0
1 participant