Changeset 7841 for trunk/MagicSoft/Mars/mhvstime
- Timestamp:
- 08/03/06 18:48:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhvstime/MHSectorVsTime.cc
r7355 r7841 198 198 fGraph->SetMarkerStyle(kFullDotMedium); 199 199 200 if (fMinimum!=-1111)201 fGraph->SetMinimum(fMinimum);202 if (fMaximum!=-1111)203 fGraph->SetMaximum(fMaximum);204 205 200 fMin = FLT_MAX; 206 201 fMax = -FLT_MAX; … … 309 304 } 310 305 306 // If this is set to early the plot remains empty in root 5.12/00 307 if (fMinimum!=-1111) 308 fGraph->SetMinimum(fMinimum); 309 if (fMaximum!=-1111) 310 fGraph->SetMaximum(fMaximum); 311 311 312 // This is a workaround if the TGraph has only one point. 312 313 // Otherwise MStatusDisplay::Update hangs.
Note:
See TracChangeset
for help on using the changeset viewer.