Use f-strings for string formatting in gwpy.plot
This PR updates the gwpy.plot
module to use f-strings for all string formatting, instead of a mix of str.format
and %
-formatting.
This PR updates the gwpy.plot
module to use f-strings for all string formatting, instead of a mix of str.format
and %
-formatting.