move Formatted and import

This commit is contained in:
Simon Christ 2020-03-15 21:14:16 +01:00
parent 7ed9fbd7fc
commit 52c081758d
2 changed files with 1 additions and 8 deletions

View File

@ -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

View File

@ -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"