Set the inner radial limit. Parameters ---------- rmin : float
(self, rmin)
| 1162 | return self.viewLim.ymax |
| 1163 | |
| 1164 | def set_rmin(self, rmin): |
| 1165 | """ |
| 1166 | Set the inner radial limit. |
| 1167 | |
| 1168 | Parameters |
| 1169 | ---------- |
| 1170 | rmin : float |
| 1171 | """ |
| 1172 | self.viewLim.y0 = rmin |
| 1173 | |
| 1174 | def get_rmin(self): |
| 1175 | """ |
no outgoing calls