Matplotlib X-axis dates

Joaquin Alzola Joaquin.Alzola at lebara.com
Thu Jun 2 15:25:29 EDT 2016


>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.



More information about the Python-list mailing list