glmtools icon indicating copy to clipboard operation
glmtools copied to clipboard

scalebar, used in plot_glm_test_data doesn't exist

Open jaymtee opened this issue 4 years ago • 0 comments

There is an error in the glmtools example notebook named "plot_glm_test_data". It looks for 'scalebar' in glmtools.plot.mapscale...

code: from glmtools.plot.mapscale import scale_bar

but!

No module named 'glmtools.plot.mapscale'

looking at the code confirms this and I don't see a scalebar anywhere either.

jaymtee avatar Jul 07 '21 18:07 jaymtee