This documentation has moved and is outdated! Please visit the new site at
bilby-dev.github.io/bilby/
Frequently Asked Questions
Plotting questions
I’m running into latex errors when bilby
tries to create plots, what should I do?
Matplotlib can be a little finicky. We wrap plotting commands in a function
which can set up the rcParams and we use environment variables to allow
configuration of this. See the docstring of this bilby.core.utils.latex_plot_format
for the allowed configuration options.