Julia Programming Language
Annotate data points in a y matrix with several series
General Usage
question
,
plotting
tlienart
March 3, 2020, 10:25pm
2
can you not do
for i in 1:x_len, j in 1:series) annotate!(x[i], y[i,j], string(note[i,j])) end
?
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
How to create a list of (x, y) labels from an n x 2 matrix of x, y data pairs?
General Usage
question
,
plotting
3
322
March 21, 2023
Shift series annotations in a plot for readability
General Usage
plotting
,
plots
2
842
January 18, 2022
Plots annotate
Visualization
11
5590
April 20, 2020
Plotting 2*N array giving a name to each point
New to Julia
question
,
plots
7
471
May 27, 2022
Annotations with Plots.jl and PGFPlotsX using plot!(add=..., extra_kwargs=:subplots)
Visualization
pgfplotsx
0
830
May 17, 2021