Index: trunk/ippMonitor/czartool/czarplot.pl
===================================================================
--- trunk/ippMonitor/czartool/czarplot.pl	(revision 32796)
+++ trunk/ippMonitor/czartool/czarplot.pl	(revision 34249)
@@ -61,16 +61,16 @@
     print "* OPTIONAL: plot histogram                  -h                          (default=off)\n";}
 if (!$timeSeries) {
-    print "* OPTIONAL: plot timeseries                 -t                          (default=on)\n";} 
+    print "* OPTIONAL: plot timeseries                 -t                          (default=on)\n";}
 if (!$magicMask) {
-    print "* OPTIONAL: plot magic mask for these times -m                          (default=off)\n";} 
+    print "* OPTIONAL: plot magic mask for these times -m                          (default=off)\n";}
 if (!$exposureId) {
-    print "* OPTIONAL: set exposure ID for magic mask  -x                          (default=none)\n";} 
+    print "* OPTIONAL: set exposure ID for magic mask  -x                          (default=none)\n";}
 if (!$rate) {
-    print "* OPTIONAL: plot histogram of rate          -r                          (default=off)\n";} 
+    print "* OPTIONAL: plot histogram of rate          -r                          (default=off)\n";}
 if (!$log) {
     $log = 0;
     print "* OPTIONAL: use log plots                   -g                          (default=$log)\n";}
 if (!$nebulous) {
-    print "* OPTIONAL: plot nebulous disk space        -n                          (default=off)\n";} 
+    print "* OPTIONAL: plot nebulous disk space        -n                          (default=off)\n";}
 if (!$label) {
     $label = "all_stdscience_labels";
@@ -79,18 +79,18 @@
     print "* OPTIONAL: choose a stage                  -s <chip|cam|warp|etc>      (default=none)\n";}
 if (!$timeinpast) {
-    print "* OPTIONAL: choose time interval in past    -p <'1 hour'|'1 day'|etc>   (default=none\n";} 
+    print "* OPTIONAL: choose time interval in past    -p <'1 hour'|'1 day'|etc>   (default=none\n";}
 if (!$rateInterval) {
-    print "* OPTIONAL: time interval for rate plot     -i <'1 hour'|'1 day'|etc>   (default=depends on time frame)\n";} 
+    print "* OPTIONAL: time interval for rate plot     -i <'1 hour'|'1 day'|etc>   (default=depends on time frame)\n";}
 if (!$begin) {
-    print "* OPTIONAL: choose a begin time             -b <datetime>               (default=18:00)\n";} 
+    print "* OPTIONAL: choose a begin time             -b <datetime>               (default=18:00)\n";}
 if (!$end) {
-    print "* OPTIONAL: choose an end time              -e <datetime>               (default=now)\n";} 
+    print "* OPTIONAL: choose an end time              -e <datetime>               (default=now)\n";}
 if (!$day) {
-    print "* OPTIONAL: choose a single day to plot     -d <date>                   (default=today)\n";} 
+    print "* OPTIONAL: choose a single day to plot     -d <date>                   (default=today)\n";}
 if (!$path) {
     print "* OPTIONAL: choose an output location       -o <path>                   (default=none)\n";
-} 
+}
 if (!$psps) {
-    print "* OPTIONAL: plot ippToPsps stages           -u                          (default=off)\n";} 
+    print "* OPTIONAL: plot ippToPsps stages           -u                          (default=off)\n";}
 print "*\n*******************************************************************************\n";
 
@@ -110,5 +110,5 @@
 my $newDayTime =  $config->getMetricsStartTime();
 
-my $plotter = undef; 
+my $plotter = undef;
 if ($savingToFile) {
 
@@ -122,5 +122,5 @@
 if ($psps) {$plotter->setIppToPspsMode();}
 
-# if a single day has been chosen 
+# if a single day has been chosen
 if($day) {
 
@@ -134,5 +134,5 @@
         # plots should span 24 housr from previous day
         my $dayBefore = $czarDb->subtractInterval($day, "1 DAY");
-                
+
         $begin = "$dayBefore $newDayTime";
         $end = "$day $newDayTime";
@@ -147,5 +147,5 @@
         my $yesterday = $czarDb->subtractInterval($today, "1 DAY");
 
-        
+
         if ($timeinpast) {$begin = $czarDb->subtractInterval($end, $timeinpast);}
         elsif ($czarDb->isBefore($end, "$today $newDayTime")) {$begin = "$yesterday $newDayTime";}
@@ -166,6 +166,11 @@
 
 if ($histogram) {$plotter->createHistogram($label, $begin, $end);}
-if ($nebulous && $timeSeries) {$plotter->plotStorageTimeSeries($begin, $end);}
-elsif ($nebulous) {$plotter->plotDiskUsageHistogram();}
+if ($nebulous && $timeSeries) {
+    $plotter->plotStorageTimeSeries($begin, $end);
+}
+elsif ($nebulous) {
+    $plotter->plotDiskUsageHistogram();
+    $plotter->plotDiskUsageHistogramLarge();
+}
 if ($magicMask) {
 
