Skip to content

Lalapps cbc sbank plot - add latex rendering

Description

The plots produced by lalapps_cbc_sbank_plot_sim.py were not made using Latex so math symbols in the title, axis labels, and legends were not rendering correctly. I also set font sizes, font family, and the figure dpi. This is just a few line code change that makes the figures much closer to publication quality.

There are a few plots attached to this description which show examples of the view of the plots before and after applying the changes made by this merge.

match_hist_before_latex_rendering

match_hist_with_latex_rendering

tmplttau0_vs_tmplchi_with_latex_rendering

tmplttau0_vs_tmpltchi_before_latex_rendering

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.

Review Status

Please provide details on any reviews related to this change and and the associated reviewers.

Merge request reports