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 063bccf

Browse filesBrowse files
committed
Reduce x-ticks amount (by 2)
1 parent 8dad861 commit 063bccf
Copy full SHA for 063bccf

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/pylab_examples/psd_demo_complex.py

Copy file name to clipboardExpand all lines: examples/pylab_examples/psd_demo_complex.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
fig.subplots_adjust(hspace=0.45, wspace=0.3)
2323
yticks = np.arange(-50, 30, 10)
2424
yrange = (yticks[0], yticks[-1])
25-
xticks = np.arange(-500, 550, 100)
25+
xticks = np.arange(-500, 550, 200)
2626

2727
ax0.psd(xn, NFFT=301, Fs=fs, window=mlab.window_none, pad_to=1024,
2828
scale_by_freq=True)

0 commit comments

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