Julia Programming Language
Alternate color for each point in scatter plot and add legend
New to Julia
plots
ivirshup
March 11, 2021, 7:24am
10
Oh, or
group
.
group
is probably what you want.
scatter(x, y, group=repeat('a':'e', 5))
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Using group in scatter plots correctly?
New to Julia
5
2840
August 2, 2020
Ploting data
New to Julia
question
3
594
March 20, 2022
SCATTERPLOT new color to each marker
General Usage
plotting
1
351
September 8, 2022
Julia Plots.jl: changing marker colour from series recipe
Visualization
plots
,
recipe
3
1249
August 5, 2018
How can I add a legend
General Usage
plotting
3
2741
February 16, 2020