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
Plot series data by Plots
General Usage
question
,
plotting
,
plots
6
703
March 2, 2020
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
359
March 21, 2023
Plots.jl annotations location in a type @recipe
Visualization
plots
,
recipe
1
1162
September 9, 2021
Shift series annotations in a plot for readability
General Usage
plotting
,
plots
2
894
January 18, 2022
RecipesBase: Text in plot recipe?
General Usage
plots
,
recipe
5
939
October 20, 2019