Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572731f commit 49bb323Copy full SHA for 49bb323
lib/matplotlib/backends/qt_editor/formlayout.py
@@ -323,7 +323,7 @@ def get(self):
323
elif tuple_to_qfont(value) is not None:
324
value = field.get_font()
325
elif isinstance(value, six.string_types) or is_color_like(value):
326
- value = unicode(field.text())
+ value = six.text_type(field.text())
327
elif isinstance(value, (list, tuple)):
328
index = int(field.currentIndex())
329
if isinstance(value[0], (list, tuple)):
0 commit comments