Skip to content

Commit

Permalink
fix: Add missing required method for 2D plotting
Browse files Browse the repository at this point in the history
Signed-off-by: Sietze van Buuren <[email protected]>
  • Loading branch information
swvanbuuren committed Nov 10, 2024
1 parent 0ddb6a1 commit f5d2d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlpyqtgraph/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class AxisWorker(containers.WorkerItem):
factory = containers.WorkerItem.get_factory()
row = factory.attribute()
column = factory.attribute()
add = factory.method()
surf = factory.method()
line = factory.method()
add_legend = factory.method()
Expand Down

0 comments on commit f5d2d4e

Please sign in to comment.