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.
2 parents db80928 + 8ba7611 commit d31ba4eCopy full SHA for d31ba4e
1 file changed
lib/matplotlib/backends/qt_editor/figureoptions.py
@@ -158,7 +158,7 @@ def apply_callback(data):
158
159
if generate_legend:
160
draggable = None
161
- ncol = None
+ ncol = 1
162
if axes.legend_ is not None:
163
old_legend = axes.get_legend()
164
draggable = old_legend._draggable is not None
0 commit comments