@@ -75,15 +75,20 @@ function _precompile_()
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :formatter , ) , Tuple { typeof ( datetimeformatter ) } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :grid , :lims ) , Tuple { Bool , Tuple { Float64 , Float64 } } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :grid , :lims , :flip ) , Tuple { Bool , Tuple { Float64 , Float64 } , Bool } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :gridlinewidth , :grid , :gridalpha , :gridstyle , :foreground_color_grid ) , Tuple { Int64 , Bool , Float64 , Symbol , RGBA { Float64 } } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :guide , ) , Tuple { String } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :guide_position , :guidefontvalign , :mirror , :guide ) , Tuple { Symbol , Symbol , Bool , String } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :guidefonthalign , :guide_position , :mirror , :guide ) , Tuple { Symbol , Symbol , Bool , String } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :lims , :flip , :ticks , :guide ) , Tuple { Tuple { Int64 , Int64 } , Bool , StepRange { Int64 , Int64 } , String } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :lims , ) , Tuple { Tuple { Int64 , Float64 } } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( attr! ) ) , NamedTuple { ( :scale , :guide ) , Tuple { Symbol , String } } , typeof ( attr! ) , Axis } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( default ) ) , NamedTuple { ( :shape , ) , Tuple { Symbol } } , typeof ( default ) } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( default ) ) , NamedTuple { ( :titlefont , :legendfontsize , :guidefont , :tickfont , :guide , :framestyle , :yminorgrid ) , Tuple { Tuple { Int64 , String } , Int64 , Tuple { Int64 , Symbol } , Tuple { Int64 , Symbol } , String , Symbol , Bool } } , typeof ( default ) } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( gr_polyline ) ) , NamedTuple { ( :arrowside , :arrowstyle ) , Tuple { Symbol , Symbol } } , typeof ( gr_polyline ) , StepRangeLen { Float64 , Base . TwicePrecision { Float64 } , Base . TwicePrecision { Float64 } } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( gr_polyline ) ) , NamedTuple { ( :arrowside , :arrowstyle ) , Tuple { Symbol , Symbol } } , typeof ( gr_polyline ) , StepRange { Int64 , Int64 } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( gr_polyline ) ) , NamedTuple { ( :arrowside , :arrowstyle ) , Tuple { Symbol , Symbol } } , typeof ( gr_polyline ) , UnitRange { Int64 } , UnitRange { Int64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( gr_polyline ) ) , NamedTuple { ( :arrowside , :arrowstyle ) , Tuple { Symbol , Symbol } } , typeof ( gr_polyline ) , UnitRange { Int64 } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( gr_polyline ) ) , NamedTuple { ( :arrowside , :arrowstyle ) , Tuple { Symbol , Symbol } } , typeof ( gr_polyline ) , Vector { Int64 } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( hline! ) ) , Any , typeof ( hline! ) , Any } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :alpha , :seriestype ) , Tuple { Float64 , Symbol } } , typeof ( plot! ) , Plot { GRBackend } , Vector { GeometryBasics . Point2 { Float64 } } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :alpha , :seriestype ) , Tuple { Float64 , Symbol } } , typeof ( plot! ) , Plot { PlotlyBackend } , Vector { GeometryBasics . Point2 { Float64 } } } )
@@ -97,12 +102,17 @@ function _precompile_()
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :marker , :series_annotations , :seriestype ) , Tuple { Tuple { Int64 , Float64 , Symbol } , Vector { Any } , Symbol } } , typeof ( plot! ) , Plot { GRBackend } , StepRangeLen { Float64 , Base . TwicePrecision { Float64 } , Base . TwicePrecision { Float64 } } , Vararg { Any , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :marker , :series_annotations , :seriestype ) , Tuple { Tuple { Int64 , Float64 , Symbol } , Vector { Any } , Symbol } } , typeof ( plot! ) , Plot { PlotlyBackend } , StepRangeLen { Float64 , Base . TwicePrecision { Float64 } , Base . TwicePrecision { Float64 } } , Vararg { Any , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :marker , :series_annotations , :seriestype ) , Tuple { Tuple { Int64 , Float64 , Symbol } , Vector { Any } , Symbol } } , typeof ( plot! ) , StepRangeLen { Float64 , Base . TwicePrecision { Float64 } , Base . TwicePrecision { Float64 } } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :markersize , :c , :seriestype ) , Tuple { Int64 , Symbol , Symbol } } , typeof ( plot! ) , Plot { GRBackend } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :markersize , :c , :seriestype ) , Tuple { Int64 , Symbol , Symbol } } , typeof ( plot! ) , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :seriestype , :inset ) , Tuple { Symbol , Tuple { Int64 , BoundingBox { Tuple { Length { :w , Float64 } , Length { :h , Float64 } } , Tuple { Length { :w , Float64 } , Length { :h , Float64 } } } } } } , typeof ( plot! ) , Plot { GRBackend } , Vector { Int64 } , Vararg { Any , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :seriestype , :inset ) , Tuple { Symbol , Tuple { Int64 , BoundingBox { Tuple { Length { :w , Float64 } , Length { :h , Float64 } } , Tuple { Length { :w , Float64 } , Length { :h , Float64 } } } } } } , typeof ( plot! ) , Plot { PlotlyBackend } , Vector { Int64 } , Vararg { Any , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :seriestype , :inset ) , Tuple { Symbol , Tuple { Int64 , BoundingBox { Tuple { Length { :w , Float64 } , Length { :h , Float64 } } , Tuple { Length { :w , Float64 } , Length { :h , Float64 } } } } } } , typeof ( plot! ) , Vector { Int64 } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :seriestype , ) , Tuple { Symbol } } , typeof ( plot! ) , Plot { GRBackend } , Vector { Int64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :seriestype , ) , Tuple { Symbol } } , typeof ( plot! ) , Vector { Int64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :title , ) , Tuple { String } } , typeof ( plot! ) , Plot { PlotlyBackend } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :title , ) , Tuple { String } } , typeof ( plot! ) } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :w , ) , Tuple { Int64 } } , typeof ( plot! ) , Plot { GRBackend } , Vector { Float64 } , Vararg { Any , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :xgrid , ) , Tuple { Tuple { Symbol , Symbol , Int64 , Symbol , Float64 } } } , typeof ( plot! ) , Plot { GRBackend } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :yaxis , ) , Tuple { Tuple { String , Symbol } } } , typeof ( plot! ) } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :zcolor , :m , :ms , :lab , :seriestype ) , Tuple { Vector { Float64 } , Tuple { Symbol , Float64 , Stroke } , Vector { Float64 } , String , Symbol } } , typeof ( plot! ) , Plot { GRBackend } , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot! ) ) , NamedTuple { ( :zcolor , :m , :ms , :lab , :seriestype ) , Tuple { Vector { Float64 } , Tuple { Symbol , Float64 , Stroke } , Vector { Float64 } , String , Symbol } } , typeof ( plot! ) , Plot { PlotlyBackend } , Vector { Float64 } } )
@@ -118,6 +128,7 @@ function _precompile_()
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot ) ) , NamedTuple { ( :lab , :w , :palette , :fill , :α ) , Tuple { String , Int64 , PlotUtils . ContinuousColorGradient , Int64 , Float64 } } , typeof ( plot ) , StepRange { Int64 , Int64 } , Matrix { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot ) ) , NamedTuple { ( :label , :title , :xlabel , :linewidth , :legend ) , Tuple { Matrix { String } , String , String , Int64 , Symbol } } , typeof ( plot ) , Vector { Function } , Float64 , Vararg { Float64 , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot ) ) , NamedTuple { ( :label , ) , Tuple { Matrix { String } } } , typeof ( plot ) , Vector { AbstractVector { Float64 } } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot ) ) , NamedTuple { ( :labels , ) , Tuple { Matrix { String } } } , typeof ( plot ) , PortfolioComposition } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot ) ) , NamedTuple { ( :layout , :group , :linetype , :linecolor ) , Tuple { GridLayout , Vector { String } , Matrix { Symbol } , Symbol } } , typeof ( plot ) , Vector { Float64 } } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot ) ) , NamedTuple { ( :layout , :label , :fillrange , :fillalpha ) , Tuple { Tuple { Int64 , Int64 } , String , Int64 , Float64 } } , typeof ( plot ) , Plot { GRBackend } , Plot { GRBackend } , Vararg { Plot { GRBackend } , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( plot ) ) , NamedTuple { ( :layout , :label , :fillrange , :fillalpha ) , Tuple { Tuple { Int64 , Int64 } , String , Int64 , Float64 } } , typeof ( plot ) , Plot { PlotlyBackend } , Plot { PlotlyBackend } , Vararg { Plot { PlotlyBackend } , N } where N } )
@@ -170,6 +181,7 @@ function _precompile_()
Base . precompile ( Tuple { Core . kwftype ( typeof ( scatter! ) ) , Any , typeof ( scatter! ) , Any , Vararg { Any , N } where N } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( scatter! ) ) , Any , typeof ( scatter! ) , Any } )
Base . precompile ( Tuple { Core . kwftype ( typeof ( test_examples ) ) , NamedTuple { ( :skip , ) , Tuple { Vector { Int64 } } } , typeof ( test_examples ) , Symbol } )
Base . precompile ( Tuple { Type { GridLayout } , Int64 , Vararg { Int64 , N } where N } )
Base . precompile ( Tuple { typeof ( RecipesBase . apply_recipe ) , AbstractDict { Symbol , Any } , AbstractVector { OHLC } } )
Base . precompile ( Tuple { typeof ( RecipesBase . apply_recipe ) , AbstractDict { Symbol , Any } , PortfolioComposition } )
Base . precompile ( Tuple { typeof ( RecipesBase . apply_recipe ) , AbstractDict { Symbol , Any } , Type { Val { :barhist } } , Any , Any , Any } )
@@ -203,6 +215,7 @@ function _precompile_()
Base . precompile ( Tuple { typeof ( _cbar_unique ) , Vector { StepRangeLen { Float64 , Base . TwicePrecision { Float64 } , Base . TwicePrecision { Float64 } } } , String } )
Base . precompile ( Tuple { typeof ( _cbar_unique ) , Vector { Symbol } , String } )
Base . precompile ( Tuple { typeof ( _do_plot_show ) , Plot { GRBackend } , Bool } )
Base . precompile ( Tuple { typeof ( _heatmap_edges ) , Vector { Float64 } , Bool , Bool } )
Base . precompile ( Tuple { typeof ( _plot! ) , Plot , Any , Any } )
Base . precompile ( Tuple { typeof ( _preprocess_barlike ) , DefaultsDict , Base . OneTo { Int64 } , Vector { Float64 } } )
Base . precompile ( Tuple { typeof ( _preprocess_binlike ) , DefaultsDict , StepRangeLen { Float64 , Base . TwicePrecision { Float64 } , Base . TwicePrecision { Float64 } } , Vector { Float64 } } )
@@ -214,6 +227,7 @@ function _precompile_()
Base . precompile ( Tuple { typeof ( backend ) , PlotlyBackend } )
Base . precompile ( Tuple { typeof ( bbox ) , AbsoluteLength , AbsoluteLength , AbsoluteLength , AbsoluteLength } )
Base . precompile ( Tuple { typeof ( bbox ) , Float64 , Float64 , Float64 , Float64 } )
Base . precompile ( Tuple { typeof ( build_layout ) , GridLayout , Int64 } )
Base . precompile ( Tuple { typeof ( contour ) , Any , Vararg { Any , N } where N } )
Base . precompile ( Tuple { typeof ( convert_to_polar ) , StepRangeLen { Float64 , Base . TwicePrecision { Float64 } , Base . TwicePrecision { Float64 } } , Vector { Float64 } , Tuple { Int64 , Float64 } } )
Base . precompile ( Tuple { typeof ( create_grid ) , Expr } )
@@ -237,6 +251,7 @@ function _precompile_()
Base . precompile ( Tuple { typeof ( gr_draw_segments ) , Series , Base . OneTo { Int64 } , UnitRange { Int64 } , Tuple { Vector { Float64 } , Vector { Float64 } } , Tuple { Float64 , Float64 } } )
Base . precompile ( Tuple { typeof ( gr_draw_segments ) , Series , Base . OneTo { Int64 } , Vector { Float64 } , Int64 , Tuple { Float64 , Float64 } } )
Base . precompile ( Tuple { typeof ( gr_draw_segments ) , Series , StepRange { Int64 , Int64 } , Vector { Float64 } , Int64 , Tuple { Float64 , Float64 } } )
Base . precompile ( Tuple { typeof ( gr_draw_segments ) , Series , UnitRange { Int64 } , Vector { Float64 } , Nothing , Tuple { Float64 , Float64 } } )
Base . precompile ( Tuple { typeof ( gr_draw_segments ) , Series , Vector { Float64 } , Vector { Float64 } , Int64 , Tuple { Float64 , Float64 } } )
Base . precompile ( Tuple { typeof ( gr_draw_shapes ) , Series , Tuple { Float64 , Float64 } } )
Base . precompile ( Tuple { typeof ( gr_draw_surface ) , Series , Vector { Float64 } , Vector { Float64 } , Matrix { Float64 } , Tuple { Float64 , Float64 } } )
@@ -256,7 +271,10 @@ function _precompile_()
Base . precompile ( Tuple { typeof ( heatmap_edges ) , Vector { Float64 } , Symbol , UnitRange { Int64 } , Symbol , Tuple { Int64 , Int64 } , Bool } )
Base . precompile ( Tuple { typeof ( heatmap_edges ) , Vector { Float64 } , Symbol , Vector { Float64 } , Symbol , Tuple { Int64 , Int64 } , Bool } )
Base . precompile ( Tuple { typeof ( heatmap_edges ) , Vector { Float64 } , Symbol } )
Base . precompile ( Tuple { typeof ( ignorenan_minimum ) , Vector { Int64 } } )
Base . precompile ( Tuple { typeof ( iter_segments ) , StepRange { Int64 , Int64 } , Vararg { Any , N } where N } )
Base . precompile ( Tuple { typeof ( layout_args ) , Int64 } )
Base . precompile ( Tuple { typeof ( ohlc ) , Any } )
Base . precompile ( Tuple { typeof ( optimal_ticks_and_labels ) , Nothing , Tuple { Float64 , Float64 } , Symbol , Function } )
Base . precompile ( Tuple { typeof ( optimal_ticks_and_labels ) , Nothing , Tuple { Float64 , Float64 } , Symbol , Symbol } )
Base . precompile ( Tuple { typeof ( optimal_ticks_and_labels ) , Nothing , Tuple { Int64 , Float64 } , Symbol , Symbol } )
@@ -276,9 +294,9 @@ function _precompile_()
Base . precompile ( Tuple { typeof ( process_annotation ) , Subplot { PlotlyBackend } , Int64 , Float64 , PlotText } )
Base . precompile ( Tuple { typeof ( process_axis_arg! ) , Dict { Symbol , Any } , StepRange { Int64 , Int64 } , Symbol } )
Base . precompile ( Tuple { typeof ( process_axis_arg! ) , Dict { Symbol , Any } , Symbol , Symbol } )
Base . precompile ( Tuple { typeof ( process_axis_arg! ) , Dict { Symbol , Any } , Tuple { Int64 , Int64 } , Symbol } )
Base . precompile ( Tuple { typeof ( push! ) , Plot { GRBackend } , Float64 , Vector { Float64 } } )
Base . precompile ( Tuple { typeof ( slice_arg ) , Matrix { Symbol } , Int64 } )
Base . precompile ( Tuple { typeof ( push! ) , Segments { Tuple { Float64 , Float64 , Float64 } } , Tuple { Int64 , Float64 , Int64 } , Tuple { Int64 , Float64 , Int64 } } )
Base . precompile ( Tuple { typeof ( slice_arg ) , Matrix { Bool } , Int64 } )
Base . precompile ( Tuple { typeof ( spy ) , Any } )
Base . precompile ( Tuple { typeof ( straightline_data ) , Tuple { Float64 , Float64 } , Tuple { Float64 , Float64 } , Vector { Float64 } , Vector { Float64 } , Int64 } )
Base . precompile ( Tuple { typeof ( stroke ) , Int64 , Vararg { Any , N } where N } )
@@ -290,6 +308,11 @@ function _precompile_()
Base . precompile ( Tuple { typeof ( xgrid! ) , Plot { GRBackend } , Symbol , Vararg { Any , N } where N } )
Base . precompile ( Tuple { typeof ( xlims ) , Subplot { PlotlyBackend } } )
Base . precompile ( Tuple { typeof ( yaxis! ) , Any , Any } )
let fbody = try __lookup_kwbody__ ( which ( bar , ( Any , ) ) ) catch missing end
if ! ismissing ( fbody )
precompile ( fbody , ( Any , typeof ( bar ) , Any , ) )
end
end
let fbody = try __lookup_kwbody__ ( which ( plot! , ( Any , ) ) ) catch missing end
if ! ismissing ( fbody )
precompile ( fbody , ( Any , typeof ( plot! ) , Any , ) )