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

Access color schemes through symbols #3

Merged
merged 1 commit into from
Oct 12, 2023
Merged

Access color schemes through symbols #3

merged 1 commit into from
Oct 12, 2023

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Oct 12, 2023

Instead of only supporting

heatmap(val, words; colorscheme=ColorSchemes.inferno)

color schemes can now also be accessed through their symbols:

heatmap(val, words; colorscheme=:inferno)

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (8fdfae8) 100.00% compared to head (caddb93) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #3   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           36        39    +3     
=========================================
+ Hits            36        39    +3     
Files Coverage Δ
src/TextHeatmaps.jl 100.00% <ø> (ø)
src/heatmap.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adrhill adrhill merged commit 07cca0a into main Oct 12, 2023
5 checks passed
@adrhill adrhill deleted the ah/cs-symbol branch October 12, 2023 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant