8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e12db8d commit 835154aCopy full SHA for 835154a
lib/matplotlib/figure.py
@@ -2045,15 +2045,17 @@ def dpi(self):
2045
@dpi.setter
2046
def dpi(self, value):
2047
self._parent.dpi = value
2048
-
+
2049
def get_dpi(self):
2050
- """Return the resolution of the parent figure in dots-per-inch as a float."""
+ """
2051
+ Return the resolution of the parent figure in dots-per-inch as a float.
2052
2053
return self._parent.dpi
2054
2055
def set_dpi(self, val):
2056
"""
2057
Set the resolution of parent figure in dots-per-inch.
2058
2059
Parameters
2060
----------
2061
val : float
0 commit comments