Skip to content

Commit

Permalink
Update src/plot_network.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
claytonpbarrows and github-actions[bot] authored Sep 28, 2024
1 parent 1414fc9 commit d7abddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d7abddf

Please sign in to comment.