Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.25 KB

backlog.org

File metadata and controls

46 lines (32 loc) · 1.25 KB

MPL Plotter Backlog

Minor versions

plotters

  • comparison, panes
    • different axes
      • twinx/y -> plot each function on its axis
    • default vertical legend placement
      • single entry legend height = 0.0150 of a figure with height 4.8
      • single entry legend height = f(figure height)
      • extra entry legend height
        • measure 2 entry legend
        • obtain border width
        • single entry legend height - border width
      • v position = 0.5 - (border width + n*single curve height)/2
        • 0.5 - 0.0075 for single entry legend on a 4.8 vert figure
    • make x and y ranges of plots in columns or rows equal
    • fig params
      • ‘color_bar’

ticks

  • tick_locations
    • ‘min’, ‘mean’, ‘max’ in list

color

  • tick label color
  • color functions
    • fainter
      • color -> grey -> white
        • Create a MPL linear segmented cmap from color -> white
          • Retrieve color from cmap

References