Skip to content

Commit fc3cd6e

Browse files
update for CairoMakie 0.15
1 parent 72ef6c6 commit fc3cd6e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
77
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
88

99
[compat]
10-
CairoMakie = "0.12"
10+
CairoMakie = "0.15"
1111
ColorSchemes = "3"
1212
Documenter = "1"
1313
Literate = "2"

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Literate.markdown(
1313

1414
makedocs(;
1515
modules=[TIFFDatasets],
16-
repo="https://github.com/Alexander-Barth/TIFFDatasets.jl/blob/{commit}{path}#{line}",
16+
repo=Documenter.Remotes.GitHub("Alexander-Barth", "TIFFDatasets.jl"),
1717
sitename="TIFFDatasets.jl",
1818
format=Documenter.HTML(;
1919
prettyurls=get(ENV, "CI", "false") == "true",

examples/flood_example.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ using CommonDataModel: @select
1616
using ColorSchemes
1717
using Statistics
1818

19+
# store images as separated files
20+
CairoMakie.enable_only_mime!("png")
21+
1922
# The data was originally available at [nrt3.modaps.eosdis.nasa.gov](https://nrt3.modaps.eosdis.nasa.gov/api/v2/content/archives/allData/61/MCDWD_L3_F2_NRT/):
2023

2124
urls = [

0 commit comments

Comments
 (0)