@@ -81,31 +81,31 @@ function _plot_coordinates(t::ColoredRootedTree,
81
81
# ┌ Warning: Indices Base.OneTo(9) of attribute `seriescolor` does not match data indices 3:9.
82
82
# └ @ Plots ~/.julia/packages/Plots/AJMX6/src/utils.jl:132
83
83
# ┌ Info: Data contains NaNs or missing values, and indices of `seriescolor` vector do not match data indices.
84
- # │ If you intend elements of `seriescolor` to apply to individual NaN-separated segements in the data,
84
+ # │ If you intend elements of `seriescolor` to apply to individual NaN-separated segments in the data,
85
85
# │ pass each segment in a separate vector instead, and use a row vector for `seriescolor`. Legend entries
86
86
# │ may be suppressed by passing an empty label.
87
87
# │ For example,
88
88
# └ plot([1:2,1:3], [[4,5],[3,4,5]], label=["y" ""], seriescolor=[1 2])
89
89
# ┌ Warning: Indices Base.OneTo(9) of attribute `linecolor` does not match data indices 3:9.
90
90
# └ @ Plots ~/.julia/packages/Plots/AJMX6/src/utils.jl:132
91
91
# ┌ Info: Data contains NaNs or missing values, and indices of `linecolor` vector do not match data indices.
92
- # │ If you intend elements of `linecolor` to apply to individual NaN-separated segements in the data,
92
+ # │ If you intend elements of `linecolor` to apply to individual NaN-separated segments in the data,
93
93
# │ pass each segment in a separate vector instead, and use a row vector for `linecolor`. Legend entries
94
94
# │ may be suppressed by passing an empty label.
95
95
# │ For example,
96
96
# └ plot([1:2,1:3], [[4,5],[3,4,5]], label=["y" ""], linecolor=[1 2])
97
97
# ┌ Warning: Indices Base.OneTo(9) of attribute `fillcolor` does not match data indices 3:9.
98
98
# └ @ Plots ~/.julia/packages/Plots/AJMX6/src/utils.jl:132
99
99
# ┌ Info: Data contains NaNs or missing values, and indices of `fillcolor` vector do not match data indices.
100
- # │ If you intend elements of `fillcolor` to apply to individual NaN-separated segements in the data,
100
+ # │ If you intend elements of `fillcolor` to apply to individual NaN-separated segments in the data,
101
101
# │ pass each segment in a separate vector instead, and use a row vector for `fillcolor`. Legend entries
102
102
# │ may be suppressed by passing an empty label.
103
103
# │ For example,
104
104
# └ plot([1:2,1:3], [[4,5],[3,4,5]], label=["y" ""], fillcolor=[1 2])
105
105
# ┌ Warning: Indices Base.OneTo(9) of attribute `markercolor` does not match data indices 3:9.
106
106
# └ @ Plots ~/.julia/packages/Plots/AJMX6/src/utils.jl:132
107
107
# ┌ Info: Data contains NaNs or missing values, and indices of `markercolor` vector do not match data indices.
108
- # │ If you intend elements of `markercolor` to apply to individual NaN-separated segements in the data,
108
+ # │ If you intend elements of `markercolor` to apply to individual NaN-separated segments in the data,
109
109
# │ pass each segment in a separate vector instead, and use a row vector for `markercolor`. Legend entries
110
110
# │ may be suppressed by passing an empty label.
111
111
# │ For example,
0 commit comments