From 9ddd91eea36b2372eb3004f3b691d87d5a356f75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= <94163266+yvonnefroehlich@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:27:37 +0200 Subject: [PATCH] DOC/projections: Make example design consistent (#3464) --- examples/projections/azim/azim_equidistant.py | 4 ++- .../azim/azim_general_perspective.py | 7 +++-- .../azim/azim_general_stereographic.py | 8 +++++- examples/projections/azim/azim_gnomonic.py | 8 +++++- examples/projections/azim/azim_lambert.py | 8 +++++- .../projections/azim/azim_orthographic.py | 8 +++++- examples/projections/conic/conic_albers.py | 6 +++- .../projections/conic/conic_equidistant.py | 5 ++-- examples/projections/conic/conic_lambert.py | 5 ++-- examples/projections/conic/polyconic.py | 8 ++---- examples/projections/cyl/cyl_cassini.py | 8 +++++- examples/projections/cyl/cyl_equal_area.py | 4 +-- examples/projections/cyl/cyl_equidistant.py | 4 +-- examples/projections/cyl/cyl_mercator.py | 8 +++++- examples/projections/cyl/cyl_miller.py | 5 ++-- .../projections/cyl/cyl_oblique_mercator.py | 15 ++++++++-- examples/projections/cyl/cyl_stereographic.py | 8 +++++- .../cyl/cyl_transverse_mercator.py | 5 ++-- .../cyl/cyl_universal_transverse_mercator.py | 5 ++-- examples/projections/misc/misc_eckertIV.py | 2 +- examples/projections/misc/misc_eckertVI.py | 2 +- examples/projections/misc/misc_hammer.py | 2 +- examples/projections/misc/misc_mollweide.py | 2 +- examples/projections/misc/misc_robinson.py | 2 +- examples/projections/misc/misc_sinusoidal.py | 2 +- .../projections/misc/misc_van_der_grinten.py | 2 +- .../projections/misc/misc_winkel_tripel.py | 2 +- .../projections/nongeo/cartesian_linear.py | 19 ++++--------- .../nongeo/cartesian_logarithmic.py | 19 ++++++------- .../projections/nongeo/cartesian_power.py | 28 +++++++++---------- examples/projections/nongeo/polar.py | 18 ++++-------- 31 files changed, 132 insertions(+), 97 deletions(-) diff --git a/examples/projections/azim/azim_equidistant.py b/examples/projections/azim/azim_equidistant.py index bda1eb03cbf..1e8bb682234 100644 --- a/examples/projections/azim/azim_equidistant.py +++ b/examples/projections/azim/azim_equidistant.py @@ -22,5 +22,7 @@ import pygmt fig = pygmt.Figure() -fig.coast(projection="E-100/40/15c", region="g", frame="g", land="gray") +fig.coast( + region="g", projection="E-100/40/15c", frame="afg", land="khaki", water="white" +) fig.show() diff --git a/examples/projections/azim/azim_general_perspective.py b/examples/projections/azim/azim_general_perspective.py index 784aadfdb74..e0d3933b5d8 100644 --- a/examples/projections/azim/azim_general_perspective.py +++ b/examples/projections/azim/azim_general_perspective.py @@ -33,9 +33,10 @@ fig = pygmt.Figure() fig.coast( - projection="G4/52/12c+a30+t45+v60/60+w0+z250", region="g", - frame=["x10g10", "y5g5"], - land="gray", + projection="G4/52/12c+a30+t45+v60/60+w0+z250", + frame="afg", + land="khaki", + water="white", ) fig.show() diff --git a/examples/projections/azim/azim_general_stereographic.py b/examples/projections/azim/azim_general_stereographic.py index 6b527acb994..5c001429289 100644 --- a/examples/projections/azim/azim_general_stereographic.py +++ b/examples/projections/azim/azim_general_stereographic.py @@ -22,5 +22,11 @@ import pygmt fig = pygmt.Figure() -fig.coast(region=[4, 14, 52, 57], projection="S0/90/12c", frame="ag", land="gray") +fig.coast( + region=[4, 14, 52, 57], + projection="S0/90/12c", + frame="afg", + land="khaki", + water="white", +) fig.show() diff --git a/examples/projections/azim/azim_gnomonic.py b/examples/projections/azim/azim_gnomonic.py index 3fdfe813c85..e89c106240d 100644 --- a/examples/projections/azim/azim_gnomonic.py +++ b/examples/projections/azim/azim_gnomonic.py @@ -23,5 +23,11 @@ import pygmt fig = pygmt.Figure() -fig.coast(projection="F-90/15/12c", region="g", frame="20g20", land="gray") +fig.coast( + region="g", + projection="F-90/15/12c", + frame="afg", + land="khaki", + water="white", +) fig.show() diff --git a/examples/projections/azim/azim_lambert.py b/examples/projections/azim/azim_lambert.py index e4f0359848c..3d797ecf31f 100644 --- a/examples/projections/azim/azim_lambert.py +++ b/examples/projections/azim/azim_lambert.py @@ -20,5 +20,11 @@ import pygmt fig = pygmt.Figure() -fig.coast(region="g", frame="afg", land="gray", projection="A30/-20/60/12c") +fig.coast( + region="g", + projection="A30/-20/60/12c", + frame="afg", + land="khaki", + water="white", +) fig.show() diff --git a/examples/projections/azim/azim_orthographic.py b/examples/projections/azim/azim_orthographic.py index 0583adc46a3..1986d31221a 100644 --- a/examples/projections/azim/azim_orthographic.py +++ b/examples/projections/azim/azim_orthographic.py @@ -21,5 +21,11 @@ import pygmt fig = pygmt.Figure() -fig.coast(projection="G10/52/12c", region="g", frame="g", land="gray") +fig.coast( + region="g", + projection="G10/52/12c", + frame="afg", + land="khaki", + water="white", +) fig.show() diff --git a/examples/projections/conic/conic_albers.py b/examples/projections/conic/conic_albers.py index e09ca9e42f9..bad5f03e380 100644 --- a/examples/projections/conic/conic_albers.py +++ b/examples/projections/conic/conic_albers.py @@ -26,6 +26,10 @@ fig = pygmt.Figure() # Use the ISO country code for Brazil and add a padding of 2 degrees (+R2) fig.coast( - projection="B-55/-15/-25/0/12c", region="BR+R2", frame="afg", land="gray", borders=1 + region="BR+R2", + projection="B-55/-15/-25/0/12c", + frame="afg", + land="seagreen", + water="gray90", ) fig.show() diff --git a/examples/projections/conic/conic_equidistant.py b/examples/projections/conic/conic_equidistant.py index d00c879b2b9..55769d4b9c4 100644 --- a/examples/projections/conic/conic_equidistant.py +++ b/examples/projections/conic/conic_equidistant.py @@ -20,11 +20,10 @@ fig = pygmt.Figure() fig.coast( - shorelines="1/0.5p", region=[-88, -70, 18, 24], projection="D-79/21/19/23/12c", - land="lightgreen", - water="lightblue", frame="afg", + land="seagreen", + water="gray90", ) fig.show() diff --git a/examples/projections/conic/conic_lambert.py b/examples/projections/conic/conic_lambert.py index 92eaf9d78d3..e616a927598 100644 --- a/examples/projections/conic/conic_lambert.py +++ b/examples/projections/conic/conic_lambert.py @@ -23,12 +23,11 @@ fig = pygmt.Figure() fig.coast( - shorelines="1/0.5p", region=[-130, -70, 24, 52], projection="L-100/35/33/45/12c", - land="gray", - borders=["1/thick,black", "2/thin,black"], frame="afg", + land="seagreen", + water="gray90", ) fig.show() diff --git a/examples/projections/conic/polyconic.py b/examples/projections/conic/polyconic.py index ddf661ee2a5..4d6b19b76f9 100644 --- a/examples/projections/conic/polyconic.py +++ b/examples/projections/conic/polyconic.py @@ -30,12 +30,10 @@ fig = pygmt.Figure() fig.coast( - shorelines="1/0.5p", region=[-180, -20, 0, 90], projection="Poly/12c", - land="gray", - borders="1/thick,black", - frame="afg10", + frame="afg", + land="seagreen", + water="gray90", ) - fig.show() diff --git a/examples/projections/cyl/cyl_cassini.py b/examples/projections/cyl/cyl_cassini.py index 0cfef5d6530..140911b4b0e 100644 --- a/examples/projections/cyl/cyl_cassini.py +++ b/examples/projections/cyl/cyl_cassini.py @@ -23,5 +23,11 @@ fig = pygmt.Figure() # Use the ISO code for Madagascar (MG) and pad it by 2 degrees (+R2) -fig.coast(projection="C47/-19/12c", region="MG+R2", frame="afg", land="gray", borders=1) +fig.coast( + region="MG+R2", + projection="C47/-19/12c", + frame="afg", + land="gray80", + water="steelblue", +) fig.show() diff --git a/examples/projections/cyl/cyl_equal_area.py b/examples/projections/cyl/cyl_equal_area.py index ac429beae28..ee0efd6b012 100644 --- a/examples/projections/cyl/cyl_equal_area.py +++ b/examples/projections/cyl/cyl_equal_area.py @@ -20,8 +20,8 @@ fig.coast( region="d", projection="Y35/30/12c", - water="dodgerblue", - shorelines="thinnest", frame="afg", + land="gray80", + water="steelblue", ) fig.show() diff --git a/examples/projections/cyl/cyl_equidistant.py b/examples/projections/cyl/cyl_equidistant.py index dad092e167a..7cdc239f852 100644 --- a/examples/projections/cyl/cyl_equidistant.py +++ b/examples/projections/cyl/cyl_equidistant.py @@ -24,8 +24,8 @@ fig.coast( region="d", projection="Q12c", - land="tan4", - water="lightcyan", frame="afg", + land="gray80", + water="steelblue", ) fig.show() diff --git a/examples/projections/cyl/cyl_mercator.py b/examples/projections/cyl/cyl_mercator.py index 8e654af00f1..124af3b1ce2 100644 --- a/examples/projections/cyl/cyl_mercator.py +++ b/examples/projections/cyl/cyl_mercator.py @@ -24,5 +24,11 @@ import pygmt fig = pygmt.Figure() -fig.coast(region=[0, 360, -80, 80], frame="afg", land="red", projection="M0/0/12c") +fig.coast( + region=[0, 360, -80, 80], + projection="M0/0/12c", + frame="afg", + land="gray80", + water="steelblue", +) fig.show() diff --git a/examples/projections/cyl/cyl_miller.py b/examples/projections/cyl/cyl_miller.py index ebfaed19770..ab791b5fc8e 100644 --- a/examples/projections/cyl/cyl_miller.py +++ b/examples/projections/cyl/cyl_miller.py @@ -23,9 +23,8 @@ fig.coast( region=[-180, 180, -80, 80], projection="J-65/12c", - land="khaki", - water="azure", - shorelines="thinnest", frame="afg", + land="gray80", + water="steelblue", ) fig.show() diff --git a/examples/projections/cyl/cyl_oblique_mercator.py b/examples/projections/cyl/cyl_oblique_mercator.py index 0942e5183eb..17bf589d48b 100644 --- a/examples/projections/cyl/cyl_oblique_mercator.py +++ b/examples/projections/cyl/cyl_oblique_mercator.py @@ -31,7 +31,8 @@ # Set bottom left and top right coordinates of the figure with "+r" region="-122/35/-107/22+r", frame="afg", - land="gray", + land="gray80", + water="steelblue", ) fig.show() @@ -47,7 +48,11 @@ fig = pygmt.Figure() fig.coast( - projection="Ob130/35/25/35/3c", region="130/35/145/40+r", frame="afg", land="gray" + projection="Ob130/35/25/35/3c", + region="130/35/145/40+r", + frame="afg", + land="gray80", + water="steelblue", ) fig.show() @@ -63,7 +68,11 @@ fig = pygmt.Figure() fig.coast( - projection="Oc280/25.5/22/69/4c", region="270/20/305/25+r", frame="afg", land="gray" + projection="Oc280/25.5/22/69/4c", + region="270/20/305/25+r", + frame="afg", + land="gray80", + water="steelblue", ) fig.show() diff --git a/examples/projections/cyl/cyl_stereographic.py b/examples/projections/cyl/cyl_stereographic.py index 00079d29823..d1abd1bff52 100644 --- a/examples/projections/cyl/cyl_stereographic.py +++ b/examples/projections/cyl/cyl_stereographic.py @@ -32,5 +32,11 @@ import pygmt fig = pygmt.Figure() -fig.coast(region="g", frame="afg", land="gray", projection="Cyl_stere/30/-20/12c") +fig.coast( + region="g", + projection="Cyl_stere/30/-20/12c", + frame="afg", + land="gray80", + water="steelblue", +) fig.show() diff --git a/examples/projections/cyl/cyl_transverse_mercator.py b/examples/projections/cyl/cyl_transverse_mercator.py index 62c7988ebc2..d904df283f8 100644 --- a/examples/projections/cyl/cyl_transverse_mercator.py +++ b/examples/projections/cyl/cyl_transverse_mercator.py @@ -23,9 +23,8 @@ fig.coast( region=[20, 50, 30, 45], projection="T35/12c", - land="lightbrown", - water="seashell", - shorelines="thinnest", frame="afg", + land="gray80", + water="steelblue", ) fig.show() diff --git a/examples/projections/cyl/cyl_universal_transverse_mercator.py b/examples/projections/cyl/cyl_universal_transverse_mercator.py index 815eb2fe639..51a296451bf 100644 --- a/examples/projections/cyl/cyl_universal_transverse_mercator.py +++ b/examples/projections/cyl/cyl_universal_transverse_mercator.py @@ -44,9 +44,8 @@ fig.coast( region=[127.5, 128.5, 26, 27], projection="U52R/12c", - land="lightgreen", - water="lightblue", - shorelines="thinnest", frame="afg", + land="gray80", + water="steelblue", ) fig.show() diff --git a/examples/projections/misc/misc_eckertIV.py b/examples/projections/misc/misc_eckertIV.py index 6880ebbd513..b13c9833405 100644 --- a/examples/projections/misc/misc_eckertIV.py +++ b/examples/projections/misc/misc_eckertIV.py @@ -18,5 +18,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="Kf12c", land="ivory", water="bisque4", frame="afg") +fig.coast(region="d", projection="Kf12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/misc/misc_eckertVI.py b/examples/projections/misc/misc_eckertVI.py index 1d49feed512..a4c4f0f4291 100644 --- a/examples/projections/misc/misc_eckertVI.py +++ b/examples/projections/misc/misc_eckertVI.py @@ -19,5 +19,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="Ks12c", land="ivory", water="bisque4", frame="afg") +fig.coast(region="d", projection="Ks12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/misc/misc_hammer.py b/examples/projections/misc/misc_hammer.py index db881f30ac9..4ba55d0f428 100644 --- a/examples/projections/misc/misc_hammer.py +++ b/examples/projections/misc/misc_hammer.py @@ -19,5 +19,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="H12c", land="black", water="cornsilk", frame="afg") +fig.coast(region="d", projection="H12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/misc/misc_mollweide.py b/examples/projections/misc/misc_mollweide.py index 28525c5e6ab..ee5f33777c0 100644 --- a/examples/projections/misc/misc_mollweide.py +++ b/examples/projections/misc/misc_mollweide.py @@ -20,5 +20,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="W12c", land="tomato1", water="skyblue", frame="ag") +fig.coast(region="d", projection="W12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/misc/misc_robinson.py b/examples/projections/misc/misc_robinson.py index 1e33687232e..4e7514f7ee4 100644 --- a/examples/projections/misc/misc_robinson.py +++ b/examples/projections/misc/misc_robinson.py @@ -30,5 +30,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="N12c", land="goldenrod", water="snow2", frame="afg") +fig.coast(region="d", projection="N12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/misc/misc_sinusoidal.py b/examples/projections/misc/misc_sinusoidal.py index af6d484bfd8..ca6389fdc9e 100644 --- a/examples/projections/misc/misc_sinusoidal.py +++ b/examples/projections/misc/misc_sinusoidal.py @@ -20,5 +20,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="I12c", land="coral4", water="azure3", frame="afg") +fig.coast(region="d", projection="I12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/misc/misc_van_der_grinten.py b/examples/projections/misc/misc_van_der_grinten.py index a48c5213bed..f7098ff6c5c 100644 --- a/examples/projections/misc/misc_van_der_grinten.py +++ b/examples/projections/misc/misc_van_der_grinten.py @@ -19,5 +19,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="V12c", land="gray", water="cornsilk", frame="afg") +fig.coast(region="d", projection="V12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/misc/misc_winkel_tripel.py b/examples/projections/misc/misc_winkel_tripel.py index 301e552858f..51c9d741745 100644 --- a/examples/projections/misc/misc_winkel_tripel.py +++ b/examples/projections/misc/misc_winkel_tripel.py @@ -28,5 +28,5 @@ fig = pygmt.Figure() # Use region "d" to specify global region (-180/180/-90/90) -fig.coast(region="d", projection="R12c", land="burlywood4", water="wheat1", frame="afg") +fig.coast(region="d", projection="R12c", frame="afg", land="ivory", water="bisque4") fig.show() diff --git a/examples/projections/nongeo/cartesian_linear.py b/examples/projections/nongeo/cartesian_linear.py index 2e0ac9db365..c08c6ecf5c4 100644 --- a/examples/projections/nongeo/cartesian_linear.py +++ b/examples/projections/nongeo/cartesian_linear.py @@ -23,17 +23,10 @@ import pygmt fig = pygmt.Figure() -fig.plot( - # The x and y parameters determine the coordinates of lines - x=[3, 9, 2], - y=[4, 9, 37], - pen="3p,red", - # The region parameter sets the x and y ranges of the - # Cartesian projection - region=[0, 10, 0, 50], - projection="X15c/10c", - # "WSne" is passed to the frame parameter to put annotations - # only on the left and bottom axes - frame=["af", "WSne"], -) +# The region parameter is specified as x_min, x_max, y_min, y_max +fig.basemap(region=[0, 10, 0, 50], projection="X15c/10c", frame=["afg", "+gbisque"]) +fig.plot(x=[3, 9, 2], y=[4, 9, 37], pen="2p,black") +# Plot data points ontop of the line +# Use squares with a size of 0.3 centimeters, an "orange" fill and a "black" outline +fig.plot(x=[3, 9, 2], y=[4, 9, 37], style="s0.3c", fill="orange", pen="black") fig.show() diff --git a/examples/projections/nongeo/cartesian_logarithmic.py b/examples/projections/nongeo/cartesian_logarithmic.py index abc300e0870..3a4ab6f10e2 100644 --- a/examples/projections/nongeo/cartesian_logarithmic.py +++ b/examples/projections/nongeo/cartesian_logarithmic.py @@ -26,21 +26,20 @@ ypoints = xpoints**0.5 fig = pygmt.Figure() -fig.plot( +fig.basemap( region=[1, 100, 0, 10], # Set a logarithmic transformation on the x-axis projection="X15cl/10c", # Set the figures frame and color as well as # annotations, ticks, and gridlines frame=["WSne+gbisque", "xa2g3", "ya2f1g2"], - x=xline, - y=yline, - # Set the line thickness to "1p", the color to "blue", - # and the style to "-", i.e. "dashed" - pen="1p,blue,-", ) -# Plot square root values as points on the line -# Style of points is 0.3 cm squares, color fill is "red" with a "black" outline -# Points are not clipped if they go off the figure -fig.plot(x=xpoints, y=ypoints, style="s0.3c", fill="red", no_clip=True, pen="black") + +# Set the line thickness to "2p", the color to "black", and the style to "dashed" +fig.plot(x=xline, y=yline, pen="2p,black,dashed") + +# Plot the square root values ontop of the line +# Use squares with a size of 0.3 centimeters, an "orange" fill and a "black" outline +# Symbols are not clipped if they go off the figure +fig.plot(x=xpoints, y=ypoints, style="s0.3c", fill="orange", pen="black", no_clip=True) fig.show() diff --git a/examples/projections/nongeo/cartesian_power.py b/examples/projections/nongeo/cartesian_power.py index cb4171930db..761011bce67 100644 --- a/examples/projections/nongeo/cartesian_power.py +++ b/examples/projections/nongeo/cartesian_power.py @@ -22,23 +22,21 @@ xvalues = yvalues**2 fig = pygmt.Figure() -fig.plot( +fig.basemap( region=[0, 100, 0, 10], # Set the power transformation of the x-axis, with a power of 0.5 projection="X15cp0.5/10c", - # Set the figures frame and color as well as - # annotations and ticks - # The "p" forces to show only square numbers as annotations - # of the x-axis - frame=["WSne+givory", "xa1p", "ya2f1"], - # Set the line thickness to "thick" (equals "1p", i.e. 1 point) - # Use as color "black" (default) and as style "solid" (default) - pen="thick,black,solid", - x=xvalues, - y=yvalues, + # Set the figures frame as well as annotations and ticks + # The "p" forces to show only square numbers as annotations of the x-axis + frame=["WSne+gbisque", "xfga1p", "ya2f1g"], ) -# Plot x-, y-values as points on the line -# Style of points is 0.2 cm circles, color fill is "green" with a "black" -# outline. Points are not clipped if they go off the figure -fig.plot(x=xvalues, y=yvalues, style="c0.2c", fill="green", no_clip=True, pen="black") + +# Set the line thickness to "thick" (equals "1p", i.e. 1 point) +# Use as color "black" (default) and as style "solid" (default) +fig.plot(x=xvalues, y=yvalues, pen="thick,black,solid") + +# Plot the data points ontop of the line +# Use circles with 0.3 centimeters diameter, with an "orange" fill and a "black" outline +# Symbols are not clipped if they go off the figure +fig.plot(x=xvalues, y=yvalues, style="c0.3c", fill="orange", pen="black", no_clip=True) fig.show() diff --git a/examples/projections/nongeo/polar.py b/examples/projections/nongeo/polar.py index d5b5d2f4fda..cbac5567f7f 100644 --- a/examples/projections/nongeo/polar.py +++ b/examples/projections/nongeo/polar.py @@ -63,8 +63,7 @@ region=[0, 360, 0, 1], # set map width to 5 cm projection="P5c", - # set the frame, color, and title - # @^ allows for a line break within the title + # set the frame and title; @^ allows for a line break within the title frame=["xa45f", "+gbisque+tprojection='P5c' @^ region=[0, 360, 0, 1]"], ) @@ -79,8 +78,7 @@ # set map width to 5 cm and interpret input data as geographic azimuth # instead of standard angle projection="P5c+a", - # set the frame, color, and title - # @^ allows for a line break within the title + # set the frame and title; @^ allows for a line break within the title frame=["xa45f", "+gbisque+tprojection='P5c+a' @^ region=[0, 360, 0, 1]"], ) @@ -95,8 +93,7 @@ # set map width to 5 cm and interpret input data as geographic azimuth # instead of standard angle projection="P5c+a", - # set the frame, color, and title - # @^ allows for a line break within the title + # set the frame and title; @^ allows for a line break within the title frame=["xa45f", "ya0.2", "WNe+gbisque+tprojection='P5c+a' @^ region=[0, 90, 0, 1]"], ) @@ -112,8 +109,7 @@ # instead of standard angle, rotate coordinate system counterclockwise by # 45 degrees projection="P5c+a+t45", - # set the frame, color, and title - # @^ allows for a line break within the title + # set the frame and title; @^ allows for a line break within the title frame=[ "xa30f", "ya0.2", @@ -133,8 +129,7 @@ # instead of standard angle, rotate coordinate system counterclockwise by # 45 degrees projection="P5c+a+t45", - # set the frame, color, and title - # @^ allows for a line break within the title + # set the frame, and title; @^ allows for a line break within the title frame=[ "xa30f", "ya", @@ -154,8 +149,7 @@ # instead of standard angle, rotate coordinate system counterclockwise by # 45 degrees, r-axis is marked as depth projection="P5c+a+t45+z", - # set the frame, color, and title - # @^ allows for a line break within the title + # set the frame, and title; @^ allows for a line break within the title frame=[ "xa30f", "ya",