(self, label, fontdict=None, loc='center', **kwargs)
| 3473 | return col |
| 3474 | |
| 3475 | def set_title(self, label, fontdict=None, loc='center', **kwargs): |
| 3476 | # docstring inherited |
| 3477 | ret = super().set_title(label, fontdict=fontdict, loc=loc, **kwargs) |
| 3478 | (x, y) = self.title.get_position() |
| 3479 | self.title.set_y(0.92 * y) |
| 3480 | return ret |
| 3481 | |
| 3482 | @_preprocess_data() |
| 3483 | def quiver(self, X, Y, Z, U, V, W, *, |