plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

first attempt at strip_text_x ha adjustment for facets

Open jwhendy opened this issue 1 year ago • 2 comments

For review. Current status:

  • hard codes info.ha as e.g. 'right' for testing purposes
  • accepts 'left', 'center', and 'right' text args as well as float (matched approach here)
  • anchor (justification) variable added and set to match info.ha (if str passed), or is 'left' if ha < 0.5 else 'right'

jwhendy avatar Sep 10 '24 16:09 jwhendy