minor edit

This commit is contained in:
Luke Campagnola 2013-02-10 14:16:21 -05:00
parent 5bd3adfa7c
commit 97da32c4ec

View File

@ -1043,7 +1043,7 @@ def colorToAlpha(data, color):
def arrayToQPath(x, y, connect='all'): def arrayToQPath(x, y, connect='all'):
"""Convert an array of x,y coordinats to QPath as efficiently as possible. """Convert an array of x,y coordinats to QPainterPath as efficiently as possible.
The *connect* argument may be 'all', indicating that each point should be The *connect* argument may be 'all', indicating that each point should be
connected to the next; 'pairs', indicating that each pair of points connected to the next; 'pairs', indicating that each pair of points
should be connected, or an array of int32 values (0 or 1) indicating should be connected, or an array of int32 values (0 or 1) indicating