Skip to content

Commit

Permalink
Add new symbols to matplotlib symbol map
Browse files Browse the repository at this point in the history
  • Loading branch information
j9ac9k committed Apr 18, 2024
1 parent f5e5b68 commit 33add55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyqtgraph/exporters/Matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
'arrow_down' : 7, # caretdown
'arrow_left' : 4, # caretleft
'crosshair' : 'o', # circle
'|' : '|', # vertical line
'_' : '_' # horizontal line
}


Expand Down

0 comments on commit 33add55

Please sign in to comment.