Backslash in plotting's LaTeX symbols not escaped (W605 invalid escape sequence)
In plotting.py
there are many lines with LaTeX symbols like '$\Delta$ VCAL'
where the leading backslash is not escaped (must be '$\\Delta$ VCAL'
),
which produces lots of W605
warnings.