Skip to content

Commit

Permalink
Merge pull request #354 from JuliaEarth/rm-viewer
Browse files Browse the repository at this point in the history
Remove the `viewer` function
  • Loading branch information
juliohm authored Dec 6, 2023
2 parents d2945b0 + deacb15 commit b83a2fe
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 216 deletions.
19 changes: 0 additions & 19 deletions ext/GeoStatsMakieExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,13 @@ module GeoStatsMakieExt

using GeoStats

using Tables
using Makie: cgrad, coloralpha
using Makie.Colors: Colorant, Gray
using Unitful: AbstractQuantity
using DataScienceTraits: Continuous
using DataScienceTraits: Categorical
using DataScienceTraits: Distributional
using DataScienceTraits: Unknown

import Makie
import Meshes: ascolors, defaultscheme
import GeoStats: hscatter, hscatter!
import GeoStats: varioplot, varioplot!
import GeoStats: viewer

const CategArray{T,N} = Union{CategoricalArray{T,N},SubArray{T,N,<:CategoricalArray}}

# color handling
include("colors.jl")

# geostats recipes
include("histogram.jl")
include("variogram.jl")
include("hscatter.jl")

# scientific viewer
include("viewer.jl")

end
33 changes: 0 additions & 33 deletions ext/colors.jl

This file was deleted.

154 changes: 0 additions & 154 deletions ext/viewer.jl

This file was deleted.

10 changes: 0 additions & 10 deletions src/plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ Plot the variogram or varioplane `γ` with given `options`.
function varioplot end
function varioplot! end

"""
viewer(data; kwargs...)
Basic scientific viewer for geospatial `data`.
Aesthetic options are forwarded via `kwargs` to
the [`viz`](@ref) recipe.
"""
function viewer end

export
# recipes
hscatter,
Expand Down

0 comments on commit b83a2fe

Please sign in to comment.