Skip to content

Commit 1affc9e

Browse files
authored
Merge pull request #123 from StefRe/fix/cartopy
Fix non-existent cartopy projection
2 parents 72d9a66 + 7d41bab commit 1affc9e

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

cheatsheets.tex

+6-12
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
\href{https://stackoverflow.com/questions/tagged/matplotlib}
329329
{\faIcon{stack-overflow}\,stackoverflow.com/questions/tagged/matplotlib}\\
330330
\href{https://gitter.im/matplotlib/matplotlib}
331-
{\faIcon{gitter}\,gitter.im/matplotlib}\\
331+
{\faIcon{gitter}\,{https://gitter.im/matplotlib/matplotlib}}\\
332332
\href{https://twitter.com/matplotlib}
333333
{\faIcon{twitter}\,twitter.com/matplotlib}\\
334334
\href{https://mail.python.org/mailman/listinfo/matplotlib-users}
@@ -519,17 +519,11 @@
519519
{\ttfamily \textbf{subplot}(…,projection=p)}
520520
\smallskip
521521
\scale{projection-polar.pdf}{p='polar'}{}
522-
\scale{projection-3d.pdf}{p='3d'}{}
523-
% {https://matplotlib.org/stable/api/projections_api.html}
524-
% {}
525-
% {}
526-
%% \plot{projection-3d.pdf}{p='3d'}
527-
%% {https://matplotlib.org/stable/api/toolkits/mplot3d.html}
528-
%% {}
529-
%% {}
530-
\plot{projection-cartopy.pdf}{p=Orthographic()}
531-
{https://matplotlib.org/stable/api/toolkits/mplot3d.html}
532-
{from cartopy.crs import Cartographic}
522+
\scale{projection-3d.pdf}
523+
{p='3d'\hfill\api{https://matplotlib.org/stable/api/toolkits/mplot3d.html}}{}
524+
\plot{projection-cartopy.pdf}{p=ccrs.Orthographic()}
525+
{https://scitools.org.uk/cartopy/docs/latest/reference/projections.html}
526+
{import cartopy.crs as ccrs}
533527
{}
534528
\end{myboxed}
535529
%

0 commit comments

Comments
 (0)