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


Groups > comp.lang.python > #109379

RE: Matplotlib X-axis dates

From Joaquin Alzola <Joaquin.Alzola@lebara.com>
Newsgroups comp.lang.python
Subject RE: Matplotlib X-axis dates
Date 2016-06-02 19:25 +0000
Message-ID <mailman.103.1464897499.1839.python-list@python.org> (permalink)
References <HE1PR07MB135615D03FA844C6F0A73BA1F0580@HE1PR07MB1356.eurprd07.prod.outlook.com>

Show all headers | View raw


>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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web