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 1b331a5

Browse filesBrowse files
committed
remove empty constuctor
1 parent a1f96a5 commit 1b331a5
Copy full SHA for 1b331a5

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎lib/matplotlib/backends/backend_pgf.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pgf.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -769,9 +769,6 @@ class FigureCanvasPgf(FigureCanvasBase):
769769
"pdf": "LaTeX compiled PGF picture",
770770
"png": "Portable Network Graphics", }
771771

772-
def __init__(self, *args):
773-
FigureCanvasBase.__init__(self, *args)
774-
775772
def get_default_filetype(self):
776773
return 'pdf'
777774

0 commit comments

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