MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_offset_transform

Method set_offset_transform

lib/matplotlib/collections.py:237–245  ·  view source on GitHub ↗

Set the artist offset transform. Parameters ---------- offset_transform : `.Transform`

(self, offset_transform)

Source from the content-addressed store, hash-verified

235 return self._offset_transform
236
237 def set_offset_transform(self, offset_transform):
238 """
239 Set the artist offset transform.
240
241 Parameters
242 ----------
243 offset_transform : `.Transform`
244 """
245 self._offset_transform = offset_transform
246
247 def get_datalim(self, transData):
248 # Calculate the data limits and return them as a `.Bbox`.

Callers 2

create_artistsMethod · 0.80

Calls

no outgoing calls

Tested by 1