GeoStat-Framework / PyKrige

Kriging Toolkit for Python
https://pykrige.readthedocs.io
BSD 3-Clause "New" or "Revised" License
740 stars 186 forks source link

Can variogram start at zero distance? #275

Open engramrod opened 10 months ago

engramrod commented 10 months ago

First, thank you for all your work with the library.

I've been using Pykrige to do some simple examples and wanted to show the variogram. I do this by enable_plotting=True in the OrdinaryKriging method. But the plot is automatic.

Can I set the x axis to go to zero, so the nugget is shown as the vertical intersection with the y-axis? Or can the automatic plot of the variogram include the low limit of x=0?

Thank you very much for your reply. Best regards.