Skip to content

Commit 89d5ba8

Browse files
committed
update contact_kwargs in examples
1 parent 3ccb4b7 commit 89d5ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ex_12_plot_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
fig, ax = plt.subplots()
3636
poly, poly_contour = plot_probe(probe, contacts_values=values,
37-
cmap='jet', ax=ax, contacts_kargs={'alpha' : 1}, title=False)
37+
cmap='jet', ax=ax, contact_kwargs={'alpha' : 1}, title=False)
3838
poly.set_clim(-2, 2)
3939
fig.colorbar(poly)
4040

0 commit comments

Comments
 (0)