Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d97a99d

Browse filesBrowse files
committed
bugfix
1 parent add412f commit d97a99d
Copy full SHA for d97a99d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎fastplotlib/graphics/line_collection.py

Copy file name to clipboardExpand all lines: fastplotlib/graphics/line_collection.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,6 @@ def __init__(
343343
)
344344

345345
axis_zero = 0
346-
for i, line in enumerate(self._graphics):
346+
for i, line in enumerate(self.graphics):
347347
getattr(line.position, f"set_{separation_axis}")(axis_zero)
348348
axis_zero = axis_zero + line.data()[:, axes[separation_axis]].max() + separation

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.