Skip to content

Commit

Permalink
Merge pull request #182 from Rhilip/patch-1
Browse files Browse the repository at this point in the history
Fix sample error in 02_kriging3D.py
  • Loading branch information
MuellerSeb committed Apr 1, 2021
2 parents ec671d0 + cbc52b3 commit 5e37940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/02_kriging3D.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
ax2.set_title("regional lin. drift")
ax3.imshow(k3d3[:, :, 0], origin="lower")
ax3.set_title("specified drift")
ax4.imshow(k3d3[:, :, 0], origin="lower")
ax4.imshow(k3d4[:, :, 0], origin="lower")
ax4.set_title("functional drift")
plt.tight_layout()
plt.show()

0 comments on commit 5e37940

Please sign in to comment.