Skip to content

Commit

Permalink
Separate line makers from filled markers (#1565)
Browse files Browse the repository at this point in the history
Fix `seaborn` marker errors.
  • Loading branch information
DonggeLiu authored Dec 4, 2022
1 parent 33167a2 commit df94bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Plotter:
# We specify 20 markers for the 20 colors above.
_MARKER_PALETTE = [
'o', 'v', '^', '<', '>', '8', 's', 'p', '*', 'h', 'H', 'D', 'd', 'P',
'X', ',', '+', 'x', '|', '_'
'X', ',', '.'
]

def __init__(self, fuzzers, quick=False, logscale=False):
Expand Down

0 comments on commit df94bd7

Please sign in to comment.