/[ascend]/trunk/pygtk/curve.h
ViewVC logotype

Diff of /trunk/pygtk/curve.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2060 by jpye, Thu Jun 25 10:27:30 2009 UTC revision 2061 by jpye, Sat Jun 27 15:23:36 2009 UTC
# Line 18  public: Line 18  public:
18      std::vector<double> x;      std::vector<double> x;
19      std::vector<double> y;      std::vector<double> y;
20      const std::string getLegend() const;      const std::string getLegend() const;
21    
22        /**
23            Get the curve format string, as used by matplotlib.
24            Documented here:
25            http://matplotlib.sourceforge.net/api/axes_api.html#matplotlib.axes.Axes.plot
26    
27            (This value is not used by the Tcl/Tk GUI.)
28        */
29      const std::string getFormat() const;      const std::string getFormat() const;
30  };  };
31    

Legend:
Removed from v.2060  
changed lines
  Added in v.2061

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22