We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccb4b7 commit 89d5ba8Copy full SHA for 89d5ba8
1 file changed
examples/ex_12_plot_values.py
@@ -34,7 +34,7 @@
34
35
fig, ax = plt.subplots()
36
poly, poly_contour = plot_probe(probe, contacts_values=values,
37
- cmap='jet', ax=ax, contacts_kargs={'alpha' : 1}, title=False)
+ cmap='jet', ax=ax, contact_kwargs={'alpha' : 1}, title=False)
38
poly.set_clim(-2, 2)
39
fig.colorbar(poly)
40
0 commit comments