From 056dd99024ff22ea8571a7039082b8fc9245df91 Mon Sep 17 00:00:00 2001 From: Rafael Schouten Date: Thu, 23 Nov 2023 19:32:21 +0100 Subject: [PATCH] ColorTypes in extras --- Project.toml | 2 ++ test/plotrecipes.jl | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 3e3710664..5260fcc77 100644 --- a/Project.toml +++ b/Project.toml @@ -33,6 +33,7 @@ Aqua = "0.8" ArrayInterface = "7" BenchmarkTools = "1" CairoMakie = "0.10" +ColorTypes = "0.11" ConstructionBase = "1" Combinatorics = "1" CoordinateTransformations = "0.6" @@ -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" diff --git a/test/plotrecipes.jl b/test/plotrecipes.jl index 097e0612e..33229bb44 100644 --- a/test/plotrecipes.jl +++ b/test/plotrecipes.jl @@ -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)