I am using Spyder v-3.3.3 on Debian Stretch and have written a script to process data from another application. I am having a problem saving the resulting file [A] as a column vector.

The vector is saved by  np.savetxt(name_s,[A]).

When I open the file in Spyder it is a column vector, but when I import the saved file into QtiPlot it is a line vector.

What am I missing in the savetxt statement?

Thanks in advance

--
Stephen P. Molnar, Ph.D.          Life is a fuzzy set
www.molecular-modeling.net        Stochastic and multivariate
(614)312-7528(c)
Skype:  smolnar1

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to