Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit support for Axes & Recipes, a.k.a axis converts #3226

Merged
merged 100 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from 87 commits
Commits
Show all changes
100 commits
Select commit Hold shift + click to select a range
1ee5d31
take over most of the work from #1347
SimonDanisch Sep 11, 2023
db2f0be
Merge branch 'sd/beta-20' into sd/axis-converts
SimonDanisch Oct 23, 2023
bb073ce
Merge branch 'sd/beta-20' into sd/axis-converts
SimonDanisch Nov 10, 2023
c2d173f
Merge branch 'master' into sd/axis-converts
SimonDanisch Jan 24, 2024
5d2b355
Merge branch 'master' into sd/axis-converts
SimonDanisch Jan 30, 2024
a9c235f
add typed argument conversion (#3565)
SimonDanisch Jan 30, 2024
f04bb53
Merge branch 'master' into sd/axis-converts
SimonDanisch Jan 30, 2024
47bfb6c
fix tests
SimonDanisch Jan 31, 2024
d409d26
Merge branch 'master' into sd/axis-converts
SimonDanisch Jan 31, 2024
e723528
bring back dim converts (axis_convert)
SimonDanisch Jan 31, 2024
41c003c
Merge branch 'master' into sd/axis-converts
SimonDanisch Jan 31, 2024
2b6bd28
update tests
SimonDanisch Jan 31, 2024
d459413
fix tests and work around conversion problems
SimonDanisch Jan 31, 2024
14b85c4
fix WGLMakie
SimonDanisch Jan 31, 2024
17b3471
fix errors
SimonDanisch Jan 31, 2024
3dd90ff
clean up conversion pipeline
SimonDanisch Feb 2, 2024
b11f961
fix merge conflict
SimonDanisch Feb 8, 2024
06341ac
fix tests
SimonDanisch Feb 9, 2024
91a6bb1
add changelog entry
SimonDanisch Feb 9, 2024
291bd49
disable project run
SimonDanisch Feb 9, 2024
a332ede
improve performance slightly
SimonDanisch Feb 13, 2024
0fa1c8c
might as well use array
SimonDanisch Feb 13, 2024
7975cd1
Merge branch 'master' into sd/axis-converts
SimonDanisch Feb 23, 2024
ba9340a
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Feb 23, 2024
843296f
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Feb 23, 2024
0d5d356
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Feb 23, 2024
45c8268
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Feb 23, 2024
e025969
tmp
SimonDanisch Feb 23, 2024
5a66083
wip
SimonDanisch Feb 26, 2024
b8e60fa
implement axis convert recursion
SimonDanisch Feb 27, 2024
75ceb22
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Feb 28, 2024
e482ff8
fix tests
SimonDanisch Feb 28, 2024
75c6651
Merge branch 'sd/axis-converts' of https://github.com/MakieOrg/Makie.…
SimonDanisch Feb 28, 2024
86c47d1
fix datashader
SimonDanisch Feb 28, 2024
6cd8210
fix datashader
SimonDanisch Feb 28, 2024
5c5f443
move unitful integration
SimonDanisch Feb 28, 2024
d339a3f
fix performance regression!?
SimonDanisch Feb 28, 2024
592be05
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Mar 5, 2024
d5a5582
fix merge & new date time improvements
SimonDanisch Mar 6, 2024
4147ce2
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Mar 7, 2024
9a0680a
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Mar 7, 2024
e5e53d4
fix scaling test
SimonDanisch Mar 8, 2024
c3a7bf8
merge HEAD
SimonDanisch Mar 8, 2024
c78574e
remove test false
SimonDanisch Mar 8, 2024
de52510
clean up
SimonDanisch Mar 9, 2024
cfa5d18
Merge branch 'sd/axis-converts' of https://github.com/MakieOrg/Makie.…
SimonDanisch Mar 9, 2024
a51a037
converts shouldnt be here
SimonDanisch Mar 11, 2024
f365830
move axis converts to scene
SimonDanisch Mar 12, 2024
2e9d520
further refactor [skip ci]
SimonDanisch Mar 12, 2024
673eb95
finish refactor for AxisConversion type
SimonDanisch Mar 12, 2024
6859e02
allow limit setting and ticks
SimonDanisch Mar 13, 2024
639d21f
merge breaking-0.21
SimonDanisch Mar 18, 2024
ced9717
make tests less noisy
SimonDanisch Mar 18, 2024
07c306f
cleanup
SimonDanisch Mar 20, 2024
4914945
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Mar 20, 2024
0c949b6
Merge branch 'sd/axis-converts' of https://github.com/MakieOrg/Makie.…
SimonDanisch Mar 20, 2024
3486c6b
clean up and fix unitful/date conversion
SimonDanisch Mar 20, 2024
8aaccc5
make sure all tests work correctly
SimonDanisch Mar 20, 2024
8425cec
remove rand
SimonDanisch Mar 20, 2024
5bdd4b9
rename, clean up and make axis spec work
SimonDanisch Mar 21, 2024
09cba42
fix merge conflict
SimonDanisch Mar 27, 2024
4b888d2
clean up and test new conversion pipeline
SimonDanisch Mar 27, 2024
0ef8377
undo feature deletion, don't reintroduce Rect2f
ffreyer Apr 2, 2024
679c0e2
be explicit about Volume Interval types
ffreyer Apr 2, 2024
3177efe
minor docstring cleanup
ffreyer Apr 2, 2024
3e3be38
try to clarify new conversion docstrings
ffreyer Apr 2, 2024
b994cc0
Merge branch 'breaking-0.21' into sd/axis-converts
ffreyer Apr 2, 2024
5b2ba99
Merge branch 'breaking-0.21' into sd/axis-converts
ffreyer Apr 2, 2024
2d52267
remove convert_arguments_typed in favor of types_for_plot_arguments
SimonDanisch Apr 3, 2024
3ada562
fix remaining bugs for conversion simplification
SimonDanisch Apr 4, 2024
0c6ada2
merge head
SimonDanisch Apr 4, 2024
92c9808
fix ticks not updating
ffreyer Apr 4, 2024
ae9e65f
merge
SimonDanisch Apr 4, 2024
9828653
fix specapi
SimonDanisch Apr 5, 2024
ac87eab
fix qqnorm
SimonDanisch Apr 5, 2024
64a270a
clean up types_for_plot_arguments
SimonDanisch Apr 5, 2024
484822a
fix tuple conversion
SimonDanisch Apr 5, 2024
bf5843b
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Apr 6, 2024
072e0d4
try to fix compile time regression
SimonDanisch Apr 8, 2024
e2086ed
try to fix compile time regression
SimonDanisch Apr 8, 2024
e8e41a6
clean up and introduce expand_dimensions
SimonDanisch Apr 8, 2024
684acef
fix #3655 and clean up convert_arguments + add tests
SimonDanisch Apr 9, 2024
c5848b5
fix #3509 and add tests for
SimonDanisch Apr 9, 2024
68e20b7
clean up observables and more docs
SimonDanisch Apr 10, 2024
11fb554
final rename
SimonDanisch Apr 10, 2024
4877035
fix docs
SimonDanisch Apr 10, 2024
d8c7d0c
cleanup
ffreyer Apr 10, 2024
7dce9c8
small clean up
SimonDanisch Apr 10, 2024
4a6d202
Merge branch 'sd/axis-converts' of https://github.com/MakieOrg/Makie.…
SimonDanisch Apr 10, 2024
8087885
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Apr 24, 2024
0ef3102
small doc improvements
SimonDanisch Apr 29, 2024
9590a04
Merge branch 'sd/axis-converts' of https://github.com/MakieOrg/Makie.…
SimonDanisch Apr 29, 2024
bfc44da
improve docs
SimonDanisch Apr 29, 2024
0e687c2
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Apr 29, 2024
ceb41a4
Merge branch 'breaking-0.21' into sd/axis-converts
SimonDanisch Apr 30, 2024
57b0769
fix docs
SimonDanisch Apr 30, 2024
ebce6c3
try relative link
SimonDanisch Apr 30, 2024
9b041b6
try without .md
SimonDanisch Apr 30, 2024
d72fa18
take out link
SimonDanisch Apr 30, 2024
f273ad6
try fix
SimonDanisch Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
comment: false
coverage:
status:
project: false
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Changelog

## [0.21.0] - 2024-03-0X
## [Unreleased]

- Added supported markers hint to unsupported marker warn message.
- Remove StableHashTraits in favor of calculating hashes directly with CRC32c [#3667](https://github.com/MakieOrg/Makie.jl/pull/3667).

## [0.21.0] - 2024-03-0X

- Add `voxels` plot [#3527](https://github.com/MakieOrg/Makie.jl/pull/3527)
- Add `voxels` plot [#3527](https://github.com/MakieOrg/Makie.jl/pull/3527).
- Added supported markers hint to unsupported marker warn message [#3666](https://github.com/MakieOrg/Makie.jl/pull/3666).
- Fixed bug in CairoMakie line drawing when multiple successive points had the same color [#3712](https://github.com/MakieOrg/Makie.jl/pull/3712).
- Remove StableHashTraits in favor of calculating hashes directly with CRC32c [#3667](https://github.com/MakieOrg/Makie.jl/pull/3667).
- **Potentially breaking** Added a new `@recipe` variant with a `begin end` block. This variant is considered **internal** to Makie for now and could be refactored in patch releases. If you want to use it already on an experimental basis, do so only with Makie pinned to a patch version to avoid breakage. The new syntax allows documenting attributes directly in the `@recipe` definition and validating that all user-passed attributes are known whenever a plot is created. All of Makie's recipes have been ported over to this new syntax and will therefore throw errors when they receive invalid attributes. This is not breaking in the sense that the API changes, but existing user code is likely to break because of misspelled attribute names etc. that have so far gone unnoticed. A likely culprit is the forwarding of attributes to child plots by splatting the parent attributes into it like `some_plot!(...; attrs...)`. To fix this, make sure that you are only passing along valid attributes to the child plots in your recipes.
- **Breaking (sort of)** Added a new `@recipe` variant which allows documenting attributes directly where they are defined and validating that all attributes are known whenever a plot is created. This is not breaking in the sense that the API changes, but user code is likely to break because of misspelled attribute names etc. that have so far gone unnoticed.
- Add axis converts, enabling unit/categorical support and more [#3226](https://github.com/MakieOrg/Makie.jl/pull/3226).
- **Breaking** Streamlined `data_limits` and `boundingbox` [#3671](https://github.com/MakieOrg/Makie.jl/pull/3671)
- `data_limits` now only considers plot positions, completely ignoring transformations
- `boundingbox(p::Text)` is deprecated in favor of `boundingbox(p::Text, p.markerspace[])`. The more internal methods use `string_boundingbox(p)`. [#3723](https://github.com/MakieOrg/Makie.jl/pull/3723)
Expand Down Expand Up @@ -41,6 +46,7 @@
- Fixed bugs with format strings and add new features by switching to Format.jl [#3633](https://github.com/MakieOrg/Makie.jl/pull/3633).
- Fixed an issue where CairoMakie would unnecessarily rasterize polygons [#3605](https://github.com/MakieOrg/Makie.jl/pull/3605).
- Added `PointBased` conversion trait to `scatterlines` recipe [#3603](https://github.com/MakieOrg/Makie.jl/pull/3603).
- Added Axis converts (dim_convert), for unit/categorical and dates support [#3226](https://github.com/MakieOrg/Makie.jl/pull/3226).
- Multiple small fixes for `map_latest`, `WGLMakie` picking and `PlotSpec` [#3637](https://github.com/MakieOrg/Makie.jl/pull/3637).
- Fixed PolarAxis `rticks` being incompatible with rich text. [#3615](https://github.com/MakieOrg/Makie.jl/pull/3615)
- Fixed an issue causing lines, scatter and text to not scale with resolution after deleting plots in GLMakie. [#3649](https://github.com/MakieOrg/Makie.jl/pull/3649)
Expand Down
2 changes: 1 addition & 1 deletion GLMakie/src/drawing_primitives.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const EXCLUDE_KEYS = Set([:transformation, :tickranges, :ticklabels, :raw, :SSAO
:lightposition, :material, :axis_cycler,
:inspector_label, :inspector_hover, :inspector_clear, :inspectable,
:colorrange, :colormap, :colorscale, :highclip, :lowclip, :nan_color,
:calculated_colors, :space, :markerspace, :model])
:calculated_colors, :space, :markerspace, :model, :dim_conversions])


function cached_robj!(robj_func, screen, scene, plot::AbstractPlot)
Expand Down
4 changes: 4 additions & 0 deletions GLMakie/src/precompiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ precompile(glTexImage, (GLenum, Int, GLenum, Int, Int, Int, GLenum, GLenum, Ptr{
precompile(glTexImage, (GLenum, Int, GLenum, Int, Int, Int, GLenum, GLenum, Ptr{RGBA{Float16}}))
precompile(glTexImage, (GLenum, Int, GLenum, Int, Int, Int, GLenum, GLenum, Ptr{N0f8}))
precompile(setindex!, (GLMakie.GLAbstraction.Texture{Float16,2}, Matrix{Float32}, Rect2{Int32}))
precompile(getindex, (Makie.Text{Tuple{Vector{Point{2,Float32}}}}, Symbol))
precompile(getproperty, (Makie.Text{Tuple{Vector{Point{2,Float32}}}}, Symbol))
precompile(plot!, (Makie.Text{Tuple{Vector{Point{2,Float32}}}},))
precompile(Base.getindex, (Attributes, Symbol))
2 changes: 1 addition & 1 deletion GLMakie/src/screen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function Base.delete!(screen::Screen, scene::Scene)

# Remap scene IDs to a continuous range by replacing the largest ID
# with the one that got removed
if deleted_id-1 != length(screen.screens)
if deleted_id - 1 != length(screen.screens)
key, max_id = first(screen.screen2scene)
for p in screen.screen2scene
if p[2] > max_id
Expand Down
3 changes: 3 additions & 0 deletions MakieCore/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ authors = ["Simon Danisch"]
version = "0.8.0"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Observables = "510215fc-4207-5dde-b226-833fc4488ee2"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

Expand Down
3 changes: 3 additions & 0 deletions MakieCore/src/MakieCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ end
using Observables
using Observables: to_value
using Base: RefValue
using GeometryBasics
using ColorTypes
using IntervalSets: IntervalSets, (..), OpenInterval, ClosedInterval, AbstractInterval, Interval, endpoints
ffreyer marked this conversation as resolved.
Show resolved Hide resolved
# Needing REPL for Base.Docs.doc on julia
# https://github.com/MakieOrg/Makie.jl/issues/3276
using REPL
Expand Down
36 changes: 9 additions & 27 deletions MakieCore/src/attributes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,7 @@ function Base.setindex!(x::Attributes, value, key::Symbol)
end

function Base.setindex!(x::Attributes, value::Observable, key::Symbol)
if haskey(x, key)
# error("You're trying to update an attribute Observable with a new Observable. This is not supported right now.
# You can do this manually like this:
# lift(val-> attributes[$key] = val, Observable::$(typeof(value)))
# ")
return x.attributes[key] = node_any(value)
else
#TODO make this error. Attributes should be sort of immutable
return x.attributes[key] = node_any(value)
end
return x
return x.attributes[key] = node_any(value)
end

_indent_attrs(s, n) = join(split(s, '\n'), "\n" * " "^n)
Expand Down Expand Up @@ -190,16 +180,16 @@ Base.get(x::AttributeOrPlot, key::Symbol, default) = get(()-> default, x, key)
# Plot plots break this assumption in some way, but the way to look at it is,
# that the plots contained in a Plot plot are not subplots, but _are_ actually
# the plot itself.
Base.getindex(plot::AbstractPlot, idx::Integer) = plot.converted[idx]
Base.getindex(plot::AbstractPlot, idx::UnitRange{<:Integer}) = plot.converted[idx]
Base.setindex!(plot::AbstractPlot, value, idx::Integer) = (plot.args[idx][] = value)
Base.length(plot::AbstractPlot) = length(plot.converted)
Base.getindex(plot::Plot, idx::Integer) = plot.converted[idx]
Base.getindex(plot::Plot, idx::UnitRange{<:Integer}) = plot.converted[idx]
Base.setindex!(plot::Plot, value, idx::Integer) = (plot.args[idx][] = value)
Base.length(plot::Plot) = length(plot.converted)

function Base.getindex(x::AbstractPlot, key::Symbol)
argnames = argument_names(typeof(x), length(x.converted))
function Base.getindex(x::T, key::Symbol) where {T <: Plot}
argnames = argument_names(T, length(x.converted))
idx = findfirst(isequal(key), argnames)
if idx === nothing
return x.attributes[key]
return attributes(x)[key]
else
return x.converted[idx]
end
Expand Down Expand Up @@ -233,15 +223,7 @@ function Base.setindex!(x::AbstractPlot, value::Observable, key::Symbol)
argnames = argument_names(typeof(x), length(x.converted))
idx = findfirst(isequal(key), argnames)
if idx === nothing
if haskey(x, key)
# error("You're trying to update an attribute Observable with a new Observable. This is not supported right now.
# You can do this manually like this:
# lift(val-> attributes[$key] = val, Observable::$(typeof(value)))
# ")
return x.attributes[key] = value
else
return x.attributes[key] = value
end
return attributes(x)[key] = value
else
return setindex!(x.converted[idx], value)
end
Expand Down
29 changes: 18 additions & 11 deletions MakieCore/src/basic_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ calculated_attributes!(plot::T) where T = calculated_attributes!(T, plot)

Plots an image on a rectangle bounded by `x` and `y` (defaults to size of image).
"""
@recipe Image x y image begin
@recipe Image (x::ClosedInterval{<:FloatType}, y::ClosedInterval{<:FloatType}, image::AbstractMatrix{<:Union{FloatType,Colorant}}) begin
"Sets whether colors should be interpolated between pixels."
interpolate = true
mixin_generic_plot_attributes()...
Expand Down Expand Up @@ -238,7 +238,7 @@ If `x` and `y` are omitted with a matrix argument, they default to `x, y = axes(

Note that `heatmap` is slower to render than `image` so `image` should be preferred for large, regularly spaced grids.
"""
@recipe Heatmap x y values begin
@recipe Heatmap (x::RealVector, y::RealVector, values::AbstractMatrix{<:Union{FloatType,Colorant}}) begin
"Sets whether colors should be interpolated"
interpolate = false
mixin_generic_plot_attributes()...
Expand All @@ -258,7 +258,12 @@ Available algorithms are:
* `:additive` => AdditiveRGBA
* `:indexedabsorption` => IndexedAbsorptionRGBA
"""
@recipe Volume x y z volume begin
@recipe Volume (
x::ClosedInterval,
y::ClosedInterval,
z::ClosedInterval,
volume::AbstractArray{Float32,3}
) begin
"Sets the volume algorithm that is used."
algorithm = :mip
"Sets the range of values picked up by the IsoValue algorithm."
Expand All @@ -276,14 +281,16 @@ Available algorithms are:
mixin_colormap_attributes()...
end

const VecOrMat{T} = Union{AbstractVector{T}, AbstractMatrix{T}}

"""
surface(x, y, z)
surface(z)

Plots a surface, where `(x, y)` define a grid whose heights are the entries in `z`.
`x` and `y` may be `Vectors` which define a regular grid, **or** `Matrices` which define an irregular grid.
"""
@recipe Surface x y z begin
@recipe Surface (x::VecOrMat{<:FloatType}, y::VecOrMat{<:FloatType}, z::VecOrMat{<:FloatType}) begin
"Can be set to an `Matrix{<: Union{Number, Colorant}}` to color surface independent of the `z` component. If `color=nothing`, it defaults to `color=z`."
color = nothing
"Inverts the normals generated for the surface. This can be useful to illuminate the other side of the surface."
Expand All @@ -302,7 +309,7 @@ Creates a connected line plot for each element in `(x, y, z)`, `(x, y)` or `posi

`NaN` values are displayed as gaps in the line.
"""
@recipe Lines positions begin
@recipe Lines (positions,) begin
"The color of the line."
color = @inherit linecolor
"Sets the width of the line in screen units"
Expand Down Expand Up @@ -338,7 +345,7 @@ $(Base.Docs.doc(colormap_attributes!))

$(Base.Docs.doc(MakieCore.generic_plot_attributes!))
"""
@recipe LineSegments positions begin
@recipe LineSegments (positions,) begin
"The color of the line."
color = @inherit linecolor
"Sets the width of the line in pixel units"
Expand All @@ -361,7 +368,7 @@ end

Plots a 3D or 2D mesh. Supported `mesh_object`s include `Mesh` types from [GeometryBasics.jl](https://github.com/JuliaGeometry/GeometryBasics.jl).
"""
@recipe Mesh mesh begin
@recipe Mesh (mesh::Union{AbstractVector{<:GeometryBasics.Mesh},GeometryBasics.Mesh},) begin
"Sets the color of the mesh. Can be a `Vector{<:Colorant}` for per vertex colors or a single `Colorant`. A `Matrix{<:Colorant}` can be used to color the mesh with a texture, which requires the mesh to contain texture coordinates."
color = @inherit patchcolor
"sets whether colors should be interpolated"
Expand All @@ -380,7 +387,7 @@ end

Plots a marker for each element in `(x, y, z)`, `(x, y)`, or `positions`.
"""
@recipe Scatter positions begin
@recipe Scatter (positions,) begin
"Sets the color of the marker. If no color is set, multiple calls to `scatter!` will cycle through the axis color palette."
color = @inherit markercolor
"Sets the scatter marker."
Expand Down Expand Up @@ -430,7 +437,7 @@ end
Plots a mesh for each element in `(x, y, z)`, `(x, y)`, or `positions` (similar to `scatter`).
`markersize` is a scaling applied to the primitive passed as `marker`.
"""
@recipe MeshScatter positions begin
@recipe MeshScatter (positions,) begin
"Sets the color of the marker."
color = @inherit markercolor
"Sets the scattered mesh."
Expand Down Expand Up @@ -459,7 +466,7 @@ end
Plots one or multiple texts passed via the `text` keyword.
`Text` uses the `PointBased` conversion trait.
"""
@recipe Text positions begin
@recipe Text (positions,) begin
"Specifies one piece of text or a vector of texts to show, where the number has to match the number of positions given. Makie supports `String` which is used for all normal text and `LaTeXString` which layouts mathematical expressions using `MathTeXEngine.jl`."
text = ""
"Sets the color of the text. One can set one color per glyph by passing a `Vector{<:Colorant}`, or one colorant for the whole text. If color is a vector of numbers, the colormap args are used to map the numbers to colors."
Expand Down Expand Up @@ -602,7 +609,7 @@ Draws a wireframe, either interpreted as a surface or as a mesh.
depth_shift = -1f-5
end

@recipe Arrows points directions begin
@recipe Arrows (points, directions) begin
"Sets the color of arrowheads and lines. Can be overridden separately using `linecolor` and `arrowcolor`."
color = :black
"""Scales the size of the arrow head. This defaults to
Expand Down
58 changes: 54 additions & 4 deletions MakieCore/src/conversion.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

function convert_arguments end

"""
convert_attribute(value, attribute::Key[, plottype::Key])
Expand Down Expand Up @@ -31,8 +30,6 @@ struct NoConversion <: ConversionTrait end
conversion_trait(::Type) = NoConversion()
conversion_trait(T::Type, args...) = conversion_trait(T)

convert_arguments(::NoConversion, args...) = args

"""
PointBased() <: ConversionTrait

Expand All @@ -41,7 +38,6 @@ Plots with the `PointBased` trait convert their input data to a
"""
struct PointBased <: ConversionTrait end
conversion_trait(::Type{<: XYBased}) = PointBased()
conversion_trait(::Type{<: Text}) = PointBased()

"""
GridBased <: ConversionTrait
Expand Down Expand Up @@ -100,3 +96,57 @@ conversion_trait(::Type{<: Image}) = ImageLike()

struct VolumeLike <: ConversionTrait end
conversion_trait(::Type{<: Volume}) = VolumeLike()

function convert_arguments end

convert_arguments(::NoConversion, args...; kw...) = args

get_element_type(::T) where {T} = T
function get_element_type(arr::AbstractArray{T}) where {T}
if T == Any
return mapreduce(typeof, promote_type, arr)
else
return T
end
end

types_for_plot_arguments(trait) = nothing
function types_for_plot_arguments(P::Type{<:Plot}, Trait::ConversionTrait)
p = types_for_plot_arguments(P)
isnothing(p) || return p
return types_for_plot_arguments(Trait)
end

function types_for_plot_arguments(::PointBased)
return Tuple{AbstractVector{<:Union{Point2, Point3}}}
end

should_dim_convert(::Type) = false

"""
MakieCore.should_dim_convert(::Type{<: Plot}, args)::Bool
MakieCore.should_dim_convert(eltype::DataType)::Bool

Returns `true` if the plot type should convert its arguments via DimConversions.
Needs to be overloaded for recipes that want to use DimConversions. Also needs
to be overloaded for DimConversions, e.g. for CategoricalConversion:

```julia
MakieCore.should_dim_convert(::Type{Categorical}) = true
```

`should_dim_convert(::Type{<: Plot}, args)` falls back on checking if
`has_typed_convert(plot_or_trait)` and `should_dim_convert(get_element_type(args))`
are true. The former is defined as true by `@convert_target`, i.e. when
`convert_arguments_typed` is defined for the given plot type or conversion trait.
The latter marks specific types as convertable.

If a recipe wants to use dim conversions, it should overload this function:
```julia
MakieCore.should_dim_convert(::Type{<:MyPlotType}, args) = should_dim_convert(get_element_type(args))
``
"""
function should_dim_convert(P, arg)
isnothing(types_for_plot_arguments(P)) && return false
return should_dim_convert(get_element_type(arg))
end
Loading
Loading