Hi everybody, is there any way to directly plot scipy/numpy-type arrays? I am reading my data using the scipy.array_import.read_array() method and then doing some data manipulations based on the scipy arrays. Before plotting I currently write the data from the arrays into a list which can be read by the pyx.graph.graphxy.plot() method. Would it be possible to add scipy-type array data to the plot() method of a graph?
regards, bene ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
