earthdaily / earthdaily-python-client

EarthDaily python client
https://earthdaily.github.io/earthdaily-python-client/
MIT License
11 stars 6 forks source link

Enhancement for example venus_cube_mask.py #6

Closed robmarkcole closed 10 months ago

robmarkcole commented 11 months ago

To make the plot display when run from the command line, it's necessary to include:

import matplotlib.pyplot as plt

# at end
plt.show()
robmarkcole commented 11 months ago

Also true for venus_cube.py

nkarasiak commented 10 months ago

Thanks ! I kept only this venus example in order to build the documentation fastly : https://geosys.github.io/earthdaily-python-client/_auto_examples/venus_cube_mask.html#sphx-glr-auto-examples-venus-cube-mask-py