Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1a55203

Browse filesBrowse files
committed
STY: fix whitespace in the tests
1 parent fcace6c commit 1a55203
Copy full SHA for 1a55203

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed

‎lib/matplotlib/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,10 @@ def test_bar_tick_label_multiple():
12461246
ax.bar([1, 2.5], [1, 2], width=[0.2, 0.5], tick_label=['a', 'b'],
12471247
align='center')
12481248

1249-
@image_comparison(baseline_images=['bar_tick_label_multiple_old_label_alignment'],
1250-
extensions=['png'])
1249+
1250+
@image_comparison(
1251+
baseline_images=['bar_tick_label_multiple_old_label_alignment'],
1252+
extensions=['png'])
12511253
def test_bar_tick_label_multiple_old_alignment():
12521254
# Test that the algnment for class is backward compatible
12531255
matplotlib.rcParams["ytick.alignment"] = "center"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.