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
695
March 2, 2020
Plots.jl annotations location in a type @recipe
Visualization
plots
,
recipe
1
1156
September 9, 2021
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
348
March 21, 2023
RecipesBase: Text in plot recipe?
General Usage
plots
,
recipe
5
928
October 20, 2019
How to plot different series from an array
New to Julia
plotting
1
1262
August 22, 2019