[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: projects/bayani/src expeval.h graph2d.cc graph2d.h



----------------------------------------------
From: Youcef Rabah Rahal (rahal)
Date: Thu Jan  1 21:25:47 2004

Update of /home/arabeyes/cvs/projects/bayani/src
In directory razi:/tmp/cvs-serv18104/src

Modified Files:
	expeval.h graph2d.cc graph2d.h 

Log Message:
+ Rewriting of many methods inside Graph2D class
  o The main computations are done in one place now
  o There are some untimely repaints still (to be fixed)
  o Rewriting must be done inside DrawPixmap
    (Box 'lined'+ReComputing of the boundaries including all the data if some option)
  o The positions of the ticks are sometimes very badly computed
    (there should be an upper limit on the number, at least temporarily)

+ Frame class rewriting to follow....