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 5aa9b50

Browse filesBrowse files
committed
Correct indent
1 parent 80052ff commit 5aa9b50
Copy full SHA for 5aa9b50

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+5
-5
lines changed

‎lib/matplotlib/backends/backend_cairo.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_cairo.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ class ArrayWrapper:
7474
array.array interface.
7575
"""
7676
def __init__(self, myarray):
77-
self.__array = myarray
78-
self.__data = myarray.ctypes.data
79-
self.__size = len(myarray.flatten())
80-
self.itemsize = myarray.itemsize
77+
self.__array = myarray
78+
self.__data = myarray.ctypes.data
79+
self.__size = len(myarray.flatten())
80+
self.itemsize = myarray.itemsize
8181

8282
def buffer_info(self):
83-
return (self.__data, self.__size)
83+
return (self.__data, self.__size)
8484

8585

8686
class RendererCairo(RendererBase):

0 commit comments

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