October 2018
Beginner to intermediate
676 pages
18h 30m
English
The following are the steps required to plot our two graphs:
np.random.seed(19681211)
fig = plt.figure(1, figsize=(12, 6))
curv2rect_tr1 = Affine2D().translate(-85, 5).scale(np.pi/180., 1.) + PolarAxes.PolarTransform()grid_locator1 = angle_helper.LocatorDMS(10)tick_formatter1 = angle_helper.FormatterDMS()grid_locator2 = MaxNLocator(4)
# Specify angle coordinate limits in degreeslangle, uangle = 120., 225.# Specify radial coordinate limits in '1000 kmlradius, uradius = 8, 16
Read now
Unlock full access