[Avida-cvs] [Avida2-svn] r163 - trunk/source/python/AvidaGui2

jclune at myxo.css.msu.edu jclune at myxo.css.msu.edu
Thu May 19 12:26:26 PDT 2005


Author: jclune
Date: 2005-05-19 15:26:26 -0400 (Thu, 19 May 2005)
New Revision: 163

Modified:
   trunk/source/python/AvidaGui2/pyOneAna_GraphCtrl.py
Log:
bug fix (left axis now returns when it should)


Modified: trunk/source/python/AvidaGui2/pyOneAna_GraphCtrl.py
===================================================================
--- trunk/source/python/AvidaGui2/pyOneAna_GraphCtrl.py	2005-05-19 19:24:39 UTC (rev 162)
+++ trunk/source/python/AvidaGui2/pyOneAna_GraphCtrl.py	2005-05-19 19:26:26 UTC (rev 163)
@@ -105,6 +105,7 @@
       if self.m_combo_box_1.currentItem():
         index_1 = self.m_combo_box_1.currentItem()
         self.m_graph_ctrl.setAxisTitle(QwtPlot.yLeft, self.m_avida_stats_interface.m_entries[index_1][0])
+        self.m_graph_ctrl.enableYLeftAxis(True)
         self.m_graph_ctrl.setAxisAutoScale(QwtPlot.yLeft)
         self.m_curve_1_arrays = self.load(
             self.m_avida_stats_interface.m_entries[index_1][1],




More information about the Avida-cvs mailing list