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 e50c059

Browse filesBrowse files
committed
Fix bug in signs of FormatterDMS/HMS.
1 parent 51e5434 commit e50c059
Copy full SHA for e50c059

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/mpl_toolkits/axisartist/angle_helper.py

Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/angle_helper.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def __call__(self, direction, factor, values):
283283
if ss[-1] == -1:
284284
inverse_order = True
285285
values = values[::-1]
286-
sings = signs[::-1]
286+
signs = signs[::-1]
287287
else:
288288
inverse_order = False
289289

0 commit comments

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