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 2e20e67 commit 6a2d498Copy full SHA for 6a2d498
1 file changed
lib/matplotlib/tests/test_preprocess_data.py
@@ -247,4 +247,4 @@ def test_data_kwarg(self, plotter, fig_test, fig_ref):
247
248
plotter(fig_test.subplots(), 'xval', 'yval',
249
data={'xval': x, 'yval': y})
250
- plotter(fig_ref.subplots(), x, y)
+ plotter(fig_ref.subplots(), x, y)
0 commit comments