Skip to content

Set x-axis limit for each Q plot in gwpy.cli

This PR fixes a bug in gwpy.cli.Qtransform where all generated figures would have the X-axis limits from the first generated figure. The fix is just to manually overwrite the xmin and xmax according to outseg for each figure.

cc: @areeda

Merge request reports