Skip to content

Commit

Permalink
add scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Sep 19, 2024
1 parent 4160c5e commit 73b05fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ function plot(X, Ys::AbstractVector{<:AbstractVector}; xlabel="", ylabel="",
end
end
end
if scatter
plt.scatter(X, Y; s=24, c="red", alpha=1)
end
if xlabel != ""
plt.xlabel(xlabel, fontsize=14);
end
Expand Down

0 comments on commit 73b05fe

Please sign in to comment.