Thanks to visit codestin.com Credit goes to github.com
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 434ab34 commit d7f9977Copy full SHA for d7f9977
lib/matplotlib/offsetbox.py
@@ -1360,24 +1360,6 @@ def set_zoom(self, zoom):
1360
def get_zoom(self):
1361
return self._zoom
1362
1363
-# def set_axes(self, axes):
1364
-# self.image.set_axes(axes)
1365
-# martist.Artist.set_axes(self, axes)
1366
-
1367
-# def set_offset(self, xy):
1368
-# """
1369
-# Set the offset of the container.
1370
-#
1371
-# Parameters
1372
-# ----------
1373
-# xy : (float, float)
1374
-# The (x, y) coordinates of the offset in display units.
1375
1376
-# self._offset = xy
1377
1378
-# self.offset_transform.clear()
1379
-# self.offset_transform.translate(xy[0], xy[1])
1380
1381
def get_offset(self):
1382
"""Return offset of the container."""
1383
return self._offset
0 commit comments