Open gdementen opened 1 year ago
For example, the code:
arr = ndtest((2, 3)) arr.plot(subplots='a', legend={'bbox_to_anchor': (1.25, 0.6)})
does not show the legend. This is probably a problem of layout constraint but I am unsure we can solve this in LArray.
For example, the code:
does not show the legend. This is probably a problem of layout constraint but I am unsure we can solve this in LArray.