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 dbcedf8

Browse filesBrowse files
committed
fix finding images again
1 parent 4c0002b commit dbcedf8
Copy full SHA for dbcedf8

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/layouts/_frame/_frame.py

Copy file name to clipboardExpand all lines: fastplotlib/layouts/_frame/_frame.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def show(
124124
# flip y axis if ImageGraphics are present
125125
if hasattr(self, "_subplots"):
126126
for subplot in self:
127-
for g in subplot:
127+
for g in subplot.graphics:
128128
if isinstance(g, ImageGraphic):
129129
subplot.camera.local.scale_y = -1
130130
break

0 commit comments

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