|
From: SourceForge.net <no...@so...> - 2005-02-07 21:00:14
|
Feature Requests item #1118152, was opened at 2005-02-07 22:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442889&aid=1118152&group_id=45430 Category: Interface Improvements (example) Group: Next Release (example) Status: Open Priority: 5 Submitted By: Francisco Dellatorre Borges (fdborges) Assigned to: Nobody/Anonymous (nobody) Summary: default args for data.(list|file)(x=1,y=2) Initial Comment: All graph data entries must have a x and y coordinates. It would be more sensible to determine a default order for these in the data so as to avoid the typing of x=1,y=2 at every single data.(list|file) call. Just as users (e.g. me) of a cmd line plotting routine expect to call $ bozoplot results.dat with two columns entries: 0 1 1 3 etc and have a graph plotting these as x, y. Users (e.g. I) would expect to be able to call pyx.graph.graphxy.data. methods without having to specify at every call which is column x and which is y. Francisco. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442889&aid=1118152&group_id=45430 |