()
| 33 | title = '\n'.join([' '.join(title_sp[:10]), ' '.join(title_sp[10:])]) |
| 34 | |
| 35 | def init(): |
| 36 | ax.set_xlim3d([-radius / 4, radius / 4]) |
| 37 | ax.set_ylim3d([0, radius / 2]) |
| 38 | ax.set_zlim3d([0, radius / 2]) |
| 39 | # print(title) |
| 40 | fig.suptitle(title, fontsize=20) |
| 41 | ax.grid(b=False) |
| 42 | |
| 43 | def plot_xzPlane(minx, maxx, miny, minz, maxz): |
| 44 | ## Plot a plane XZ |