You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix axes parameter editing when titles contain percent characters
I got an exception when pressing the "edit curves line and axes parameter" button on a plot with '%' in a subplot title:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_qt4.py", line 456, in edit_parameters
titles.append(text % repr(axes))
ValueError: unsupported format character ')' (0x29) at index 38
I had used sth. like:
pylab.title("differences (in %)")
0 commit comments