figurefirst icon indicating copy to clipboard operation
figurefirst copied to clipboard

return values with ax.record = True

Open florisvb opened this issue 7 years ago • 0 comments

add support for:

ax = layout.axes[('example', 'example_distribution')]
ax.record = True
r = ax.hist(foo)

(currently returns None, which raises error)

florisvb avatar Oct 18 '18 18:10 florisvb