Browse Source

Merge pull request #1 from weinihou/patch-1

correct the pivot-angle-interpline example
main
Bill Ladwig 8 years ago committed by GitHub
parent
commit
29a9f70605
  1. 2
      doc/source/basic_usage.rst

2
doc/source/basic_usage.rst

@ -929,7 +929,7 @@ Example Using Pivot Point and Angle
# Calculate the vertical cross section. By setting latlon to True, this # Calculate the vertical cross section. By setting latlon to True, this
# also calculates the latitude and longitude coordinates along the line # also calculates the latitude and longitude coordinates along the line
# and adds them to the metadata to help with plotting labels. # and adds them to the metadata to help with plotting labels.
t2_line = interpline(t2, start_point=start_point, end_point=end_point, latlon=True) t2_line = interpline(t2, pivot_point=pivot_point, angle=angle, latlon=True)
print(t2_line, "\n") print(t2_line, "\n")

Loading…
Cancel
Save