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 5555f54 commit 66a8ac0Copy full SHA for 66a8ac0
1 file changed
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -87,6 +87,8 @@ def figure_edit(axes, parent=None):
87
('Edgecolor', line.get_markeredgecolor()),
88
]
89
curves.append([curvedata, label, ""])
90
+ # make sure that there is at least one displayed curve
91
+ has_curve = bool(curves)
92
93
datalist = [(general, "Axes", "")]
94
if has_curve:
0 commit comments