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
- Pass kwargs to DrawingArea to make params explicit; skip defaulted
args.
- No need to effectively inline something very close to the definition
of axes_grid1.anchored_artusts.AnchoredSizeBar (anyways, that's
already demoed in the axes_grid1/simple_anchored_artists example);
instead, directly construct the relevant artists in draw_sizebar.
This also avoids mashing together the sep and pad/borderpad params,
which are in different units.
0 commit comments