Changeset 949
- Timestamp:
- Dec 4, 2009, 9:21:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Graph.cc
r948 r949 38 38 title_(filename), xmin_(0.0), xmax_(0.0), ymin_(0.0), ymax_(0.0) 39 39 { 40 legend_.reserve(20); 40 // should match the maximum number of authors plotted, change this 41 // when the maximum number of authors becomes configurable 42 legend_.reserve(10); 41 43 // we use color map 0 position 0 for background color 42 44 pls_.scolbga(255,255,255,0);
Note: See TracChangeset
for help on using the changeset viewer.