We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d478a8d commit c9faeb3Copy full SHA for c9faeb3
qwt/plot_series.py
@@ -45,7 +45,7 @@
45
class QwtPlotSeriesItem_PrivateData(QwtPlotItem_PrivateData):
46
def __init__(self):
47
QwtPlotItem_PrivateData.__init__(self)
48
- self.orientation = Qt.Vertical
+ self.orientation = Qt.Horizontal
49
50
51
class QwtPlotSeriesItem(QwtPlotItem):
@@ -60,7 +60,7 @@ def __init__(self, title):
60
61
def setOrientation(self, orientation):
62
"""
63
- Set the orientation of the item.
+ Set the orientation of the item. Default is `Qt.Horizontal`.
64
65
The `orientation()` might be used in specific way by a plot item.
66
F.e. a QwtPlotCurve uses it to identify how to display the curve
0 commit comments