Modify syntax to pass error
This commit is contained in:
parent
52c607de64
commit
eb6a93d26e
@ -28,8 +28,7 @@ class PColorMeshItem(GraphicsObject):
|
||||
sigRemoveRequested = QtCore.Signal(object) # self; emitted when 'remove' is selected from context menu
|
||||
|
||||
|
||||
def __init__(self, *args,
|
||||
cmap='viridis', edgecolors=None, ):
|
||||
def __init__(self, *args, cmap='viridis', edgecolors=None):
|
||||
"""
|
||||
Create a pseudocolor plot with convex polygons.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user