Skip to content

Commit

Permalink
ColorTypes in extras
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Nov 23, 2023
1 parent 92ef7fd commit 056dd99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Aqua = "0.8"
ArrayInterface = "7"
BenchmarkTools = "1"
CairoMakie = "0.10"
ColorTypes = "0.11"
ConstructionBase = "1"
Combinatorics = "1"
CoordinateTransformations = "0.6"
Expand Down Expand Up @@ -68,6 +69,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
3 changes: 1 addition & 2 deletions test/plotrecipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ nothing
# da_im2 |> plot

using CairoMakie: CairoMakie as M
using DimensionalData
using Colors
using ColorTypes
@testset "Makie" begin
# 1d
A1 = rand(X('a':'e'); name=:test)
Expand Down

0 comments on commit 056dd99

Please sign in to comment.