Skip to content

Commit

Permalink
Add empty marker option
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisHal committed Oct 4, 2023
1 parent a54b024 commit 0adcd5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/plot_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ function plot_trajectories(
reduce_size=false,
primal_offset=1e-8,
line_width=1.3,
empty_marker=true,
)
# theme(:dark)
# theme(:vibrant)
Expand Down Expand Up @@ -287,6 +288,8 @@ function plot_trajectories(
:n_markers => n_markers,
:shape => marker_shapes[i],
:log => xscalelog,
:markercolor => empty_marker ? :white : :match,
:markerstrokecolor => empty_marker ? i : :match,
)
else
marker_args = Dict()
Expand Down

0 comments on commit 0adcd5a

Please sign in to comment.