Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109379 > unrolled thread

RE: Matplotlib X-axis dates

Started byJoaquin Alzola <Joaquin.Alzola@lebara.com>
First post2016-06-02 19:25 +0000
Last post2016-06-02 19:25 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: Matplotlib X-axis dates Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-06-02 19:25 +0000

#109379 — RE: Matplotlib X-axis dates

FromJoaquin Alzola <Joaquin.Alzola@lebara.com>
Date2016-06-02 19:25 +0000
SubjectRE: Matplotlib X-axis dates
Message-ID<mailman.103.1464897499.1839.python-list@python.org>
>plt.plot(np.array(code_2001),label="2001")

Simple solution:
ax.plot(date_nump,np.array(code_2001),label="2001")

Didn't see it until I took a rest.
This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web