Guest User

Untitled

a guest
May 26th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. X = np.arange(N)
  2. fig = plt.figure()
  3. b = fig.add_subplot(212)
  4. b.set_xticks(X, ('A', 'B', 'C', ...))
  5. b.plot(X, ...)
Add Comment
Please, Sign In to add comment