October 2018
Beginner to intermediate
676 pages
18h 30m
English
Since there are no new features or syntax introduced in this recipe, we will not repeat the explanation for the code here again. All these statements and functions have been explained already in earlier recipes of this chapter.
The only minor difference here is that we are using a different grid locator and formatter for the second plot, compared to that used for the first plot. The first one follows a degree, minute, and second (DMS) format, while the second one follows an hour, minute, and second (HMS) format. The same can be noticed in the top axis tick labels for both plots.
Upon running the preceding code, you should see the following diagram on your screen:
Read now
Unlock full access