Skip to content

Commit d8d44fd

Browse files
Quick README fix
1 parent a63fb7d commit d8d44fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,15 @@ Play around with `interpolation`, `lock_rotation`, and `crop` to polish out the
172172

173173
```python
174174
rm = RidgeMap((-124.848974,46.292035,-116.463262,49.345786))
175-
values = rm.get_elevation_data(elevation_pts=300, num_lines=300, viewpoint_angle=11, interpolation=0)
175+
values = rm.get_elevation_data(elevation_pts=300, num_lines=300, viewpoint_angle=11)
176176
values=rm.preprocess(
177177
values=values,
178178
lake_flatness=2,
179179
water_ntile=10,
180180
vertical_ratio=240
181181
)
182182
rm.plot_map(values=values,
183-
label=f'Washington-{angle}',
183+
label='Washington',
184184
label_y=0.8,
185185
label_x=0.05,
186186
label_size=40,

0 commit comments

Comments
 (0)