/[ascend]/trunk/pygtk/plot.cpp
ViewVC logotype

Diff of /trunk/pygtk/plot.cpp

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

revision 2060 by jpye, Wed Apr 29 03:38:10 2009 UTC revision 2061 by jpye, Sat Jun 27 15:23:36 2009 UTC
# Line 41  Plot::getYLabel() const{ Line 41  Plot::getYLabel() const{
41      return getChild(PLOT_YLABEL).getValueAsString();      return getChild(PLOT_YLABEL).getValueAsString();
42  }  }
43    
44    const int
45    Plot::getLegendPosition() const{
46        return getChild(PLOT_LEGENDPOSITION).getIntValue();
47    }
48    
49  const bool  const bool
50  Plot::isXLog() const{  Plot::isXLog() const{
51      return getChild(PLOT_XLOG).getBoolValue();      return getChild(PLOT_XLOG).getBoolValue();

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

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