move Formatted and import
This commit is contained in:
parent
7ed9fbd7fc
commit
52c081758d
@ -24,7 +24,7 @@ import RecipePipeline: _process_userrecipe, _process_plotrecipe,
|
||||
finalize_subplot!, recipe_pipeline!,
|
||||
_recipe_init!, _recipe_after_user!,
|
||||
_recipe_after_plot!, _recipe_before_series!,
|
||||
_recipe_finish!, is_st_supported
|
||||
_recipe_finish!, is_st_supported, Formatted, SliceIt, FuncOrFuncs, MaybeNumber, MaybeString, DataPoint
|
||||
|
||||
using Requires
|
||||
|
||||
|
||||
@ -771,13 +771,6 @@ function add_arrows(func::Function, x::AVec, y::AVec)
|
||||
end
|
||||
end
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
|
||||
"Represents data values with formatting that should apply to the tick labels."
|
||||
struct Formatted{T}
|
||||
data::T
|
||||
formatter::Function
|
||||
end
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
"create a BezierCurve for plotting"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user