Skip to content

Commit a293146

Browse files
committed
fix xticklabels overlapping
1 parent d1b837f commit a293146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/engineering_formatter.py

Lines 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)