diff --git a/src/plot_network.jl b/src/plot_network.jl index ba4784b..a503275 100644 --- a/src/plot_network.jl +++ b/src/plot_network.jl @@ -28,7 +28,7 @@ function color_nodes!( end end -function color_nodes!(g, sys, color_by::Type{T}) where {T<:AggregationTopology} +function color_nodes!(g, sys, color_by::Type{T}) where {T <: AggregationTopology} # Generate n maximally distinguishable colors in LCHab space. accessor = get_aggregation_topology_accessor(color_by) agg_top = get_components(color_by, sys)