Matplotlib X-axis dates
Joaquin Alzola
Joaquin.Alzola at lebara.com
Thu Jun 2 15:25:29 EDT 2016
More information about the Python-list mailing list
Thu Jun 2 15:25:29 EDT 2016
- Previous message (by thread): Matplotlib X-axis dates
- Next message (by thread): xlwt 1.1.1 released!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>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.
- Previous message (by thread): Matplotlib X-axis dates
- Next message (by thread): xlwt 1.1.1 released!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list