Skip to content

Commit

Permalink
Cosmit
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Mar 2, 2012
1 parent 7c958d7 commit bd2405f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/plot_hmm_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
X, Z = model.sample(500)

# Plot the sampled data
plt.plot(X[:, 0], X[:, 1], "-o", label="observations", ms=10,
plt.plot(X[:, 0], X[:, 1], "-o", label="observations", ms=6,
mfc="orange", alpha=0.7)

# Indicate the component numbers
Expand Down

0 comments on commit bd2405f

Please sign in to comment.