figurefirst
figurefirst copied to clipboard
return values with ax.record = True
add support for:
ax = layout.axes[('example', 'example_distribution')]
ax.record = True
r = ax.hist(foo)
(currently returns None, which raises error)