ShowMakie
struct
defined in module
FastAI
ShowMakie([; kwargs...]) <: ShowBackend
A backend for showing block data that uses Makie.jl figures for visualization.
Keyword arguments
kwargs
are passed to the constructed
Figure
s.
Block
visualization
As with other
ShowBackend
, implementing a visualization for a block type
B <: AbstractBlock
requires you to implement
showblock!
.
For
ShowMakie
, the first argument is a
Makie.Axis
, i.e. you have to implement
FastAI
.
showblock!
(
ax
::
Makie
.
Axis
,
::
ShowMakie
,
block
::
B
,
obs
)
The axis is created by
FastMakie.makeaxis
. The default options will result in an axis cleaned of all decorations. To customize it, implement
FastMakie.axiskwargs(block::B)
. See the docstring of
makeaxis
for available options.
There are
2
methods for FastAI.ShowMakie
:
The following pages link back here:
New visualization tools for FastAI.jl, Quickstart
FastAI.jl , interpretation/makie.jl , FastMakie.jl , axis.jl , blocks.jl , showmakie.jl , makie.jl