You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having to dig this way to find a dependency is not to great... Can you improve the Gallery examples that need the sample_data function to tell the user where to find waves.py, or just redefine the sample_data function in all the scripts that need it?
The text was updated successfully, but these errors were encountered:
I have visited the Contour labels and the Contour transform options Gallery pages, and both examples use
from waves import sample_data
Trouble is that I just get an error if I do that !
I searched the cartopy site and discovered that
waves
was apparently the example script for the Filled contours Gallery page !!Having to dig this way to find a dependency is not to great... Can you improve the Gallery examples that need the
sample_data
function to tell the user where to findwaves.py
, or just redefine thesample_data
function in all the scripts that need it?The text was updated successfully, but these errors were encountered: