From 33add554a8208e87bf29ff1ed9f033cc2b315125 Mon Sep 17 00:00:00 2001 From: Ognyan Moore Date: Wed, 17 Apr 2024 21:33:45 -0400 Subject: [PATCH] Add new symbols to matplotlib symbol map --- pyqtgraph/exporters/Matplotlib.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyqtgraph/exporters/Matplotlib.py b/pyqtgraph/exporters/Matplotlib.py index d55319501e..83835bf246 100644 --- a/pyqtgraph/exporters/Matplotlib.py +++ b/pyqtgraph/exporters/Matplotlib.py @@ -47,6 +47,8 @@ 'arrow_down' : 7, # caretdown 'arrow_left' : 4, # caretleft 'crosshair' : 'o', # circle + '|' : '|', # vertical line + '_' : '_' # horizontal line }