JuliaGraphics / ColorSchemes.jl

colorschemes, colormaps, gradients, and palettes
http://juliagraphics.github.io/ColorSchemes.jl/
Other
187 stars 33 forks source link

Update scientific colours to v 7.0.1, add oxford spelling alias (colour) #105

Closed jarredclloyd closed 1 year ago

jarredclloyd commented 1 year ago

Hello, hopefully I've done this all correctly - appears to be working fine in my dev env. I haven't altered docs. I have updated Scientific Colours to V7.0.1 (current) inlculding the discrete versions (10, 25, 50, 100). In addition I have added oxford spelling aliases of function names [e.g. CONST findcolourscheme() = findcolorscheme()]. Also corrected one minor spelling mistakte I found in a function doc.

If I need to make any addtional adjustments for the PR, please let me know.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (6ebf144) 74.38% compared to head (c028f28) 74.38%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #105 +/- ## ======================================= Coverage 74.38% 74.38% ======================================= Files 1 1 Lines 121 121 ======================================= Hits 90 90 Misses 31 31 ``` | [Impacted Files](https://codecov.io/gh/JuliaGraphics/ColorSchemes.jl/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics) | Coverage Δ | | |---|---|---| | [src/ColorSchemes.jl](https://codecov.io/gh/JuliaGraphics/ColorSchemes.jl/pull/105?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics#diff-c3JjL0NvbG9yU2NoZW1lcy5qbA==) | `74.38% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaGraphics)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

cormullion commented 1 year ago

Looks great, thanks!

I've almost trained myself to type "color" instead of "colour".. Unfortunately we'll have to remember that Colours.jl isn't yet a thing (or is that next on your list?) 😀