From 9f5954641dc75ccc98b858d6cd7a5ae060893ac6 Mon Sep 17 00:00:00 2001 From: tommy3001 Date: Wed, 12 Feb 2014 21:06:54 +0100 Subject: [PATCH] ":" added --- pyqtgraph/graphicsItems/PlotItem/PlotItem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyqtgraph/graphicsItems/PlotItem/PlotItem.py b/pyqtgraph/graphicsItems/PlotItem/PlotItem.py index b035bce7..4f5a3d8f 100644 --- a/pyqtgraph/graphicsItems/PlotItem/PlotItem.py +++ b/pyqtgraph/graphicsItems/PlotItem/PlotItem.py @@ -83,7 +83,7 @@ class PlotItem(GraphicsWidget): The ViewBox itself can be accessed by calling :func:`getViewBox() ` ==================== ======================================================================= - **Signals** + **Signals:** sigYRangeChanged wrapped from :class:`ViewBox ` sigXRangeChanged wrapped from :class:`ViewBox ` sigRangeChanged wrapped from :class:`ViewBox `