arrakis.utils.plotting

Plotting utilities

Functions

latexify([fig_width, fig_height, columns])

Set up matplotlib's RC params for LaTeX plotting.

Module Contents

arrakis.utils.plotting.latexify(fig_width=None, fig_height=None, columns=1)[source]

Set up matplotlib’s RC params for LaTeX plotting. Call this before plotting a figure.

Parameters:
  • fig_width (float, optional, inches)

  • fig_height (float, optional, inches)

  • columns ({1, 2})