customize_axes

sitelle.plot.customize_axes(axes, **kwargs)

Wrapper meant to help the customization of Axes.

Parameters:
  • axes (Axes) – The matplotlib axes to modify
  • kwargs (dict) – A dictionnary {key : value} to customize axes. It is used as axes.set_$key$ = value