Skip to content

Commit

Permalink
increase size
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed May 3, 2024
1 parent 7bc20d0 commit 9d430fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ControlPlots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function plot(X, Y::AbstractVector{<:Number}; xlabel="", ylabel="", xlims=nothin
plt.annotate(ann[3], xy=(ann[1], ann[2]), fontsize = 14)
end
if scatter
plt.scatter(X, Y; s=20, c="red", alpha=1)
plt.scatter(X, Y; s=24, c="red", alpha=1)
end
plt.grid(true)
plt.grid(which="major", color="#DDDDDD")
Expand Down

0 comments on commit 9d430fc

Please sign in to comment.