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 a293146

Browse filesBrowse files
committed
fix xticklabels overlapping
1 parent d1b837f commit a293146
Copy full SHA for a293146

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

‎examples/api/engineering_formatter.py

Copy file name to clipboardExpand all lines: examples/api/engineering_formatter.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
fig, ax = plt.subplots()
1111
ax.set_xscale('log')
12-
formatter = EngFormatter(unit='Hz', places=1)
12+
formatter = EngFormatter(unit='Hz')
1313
ax.xaxis.set_major_formatter(formatter)
1414

1515
xs = np.logspace(1, 9, 100)

0 commit comments

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