From: Chao Y. <cha...@gm...> - 2011-09-29 16:46:06
|
Thanks a lot Pauli! Best, Chao 2011/9/29 Pauli Virtanen <pa...@ik...> > 29.09.2011 17:38, Benjamin Root kirjoitti: > [clip] > > but I cannot use "d=np.concatenate(d,np.array(np.nan))" to finish this > job. > [clip] > > Do > > d = np.concatenate([d, np.array([np.nan])]) > > or > > d = np.hstack([d, np.nan]) > > or > > d = np.r_[d, np.nan] > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > -- *********************************************************************************** Chao YUE Laboratoire des Sciences du Climat et de l'Environnement (LSCE-IPSL) UMR 1572 CEA-CNRS-UVSQ Batiment 712 - Pe 119 91191 GIF Sur YVETTE Cedex Tel: (33) 01 69 08 29 02; Fax:01.69.08.77.16 ************************************************************************************ |