Set the outer radial limit. Parameters ---------- rmax : float
(self, rmax)
| 1143 | return self._direction.get_matrix()[0, 0] |
| 1144 | |
| 1145 | def set_rmax(self, rmax): |
| 1146 | """ |
| 1147 | Set the outer radial limit. |
| 1148 | |
| 1149 | Parameters |
| 1150 | ---------- |
| 1151 | rmax : float |
| 1152 | """ |
| 1153 | self.viewLim.y1 = rmax |
| 1154 | |
| 1155 | def get_rmax(self): |
| 1156 | """ |
no outgoing calls