Skip to content

Commit eb46b7d

Browse files
author
Tuomas Sivula
committed
Minor cosmetic change.
1 parent 52f2615 commit eb46b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos_ch3/demo3_6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
# plot the samples
8282
plt.subplot(3,1,2)
83-
plt.scatter(samp_A, samp_B, 10, linewidth=0)
83+
plt.scatter(samp_A, samp_B, 10, c='#377eb8', linewidth=0)
8484
plt.xlim([-2,8])
8585
plt.ylim([-2,40])
8686
plt.xlabel(r'$\alpha$', fontsize=18)

0 commit comments

Comments
 (0)