Skip to content

Commit

Permalink
fix pyqtgraph span selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanjin Liu committed Apr 4, 2024
1 parent 030e5f3 commit 2a2d256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def test_line(backend: str):
canvas = new_canvas(backend=backend)
canvas.add_line(np.arange(10), np.zeros(10))
layer = canvas.add_line(np.zeros(10))
canvas.add_line(layer.data)

repr(layer)
layer.color
Expand Down

0 comments on commit 2a2d256

Please sign in to comment.