Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109379 > unrolled thread
| Started by | Joaquin Alzola <Joaquin.Alzola@lebara.com> |
|---|---|
| First post | 2016-06-02 19:25 +0000 |
| Last post | 2016-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.
RE: Matplotlib X-axis dates Joaquin Alzola <Joaquin.Alzola@lebara.com> - 2016-06-02 19:25 +0000
| From | Joaquin Alzola <Joaquin.Alzola@lebara.com> |
|---|---|
| Date | 2016-06-02 19:25 +0000 |
| Subject | RE: 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.
Back to top | Article view | comp.lang.python
csiph-web