Index: trunk/ippMonitor/raw/czartool_getplot.php
===================================================================
--- trunk/ippMonitor/raw/czartool_getplot.php	(revision 33439)
+++ trunk/ippMonitor/raw/czartool_getplot.php	(revision 33441)
@@ -30,4 +30,6 @@
 else if ($type=="st")
 $filePath = "$path/czarplot_cluster.png";
+else if ($type=="id")
+$filePath = "$path/ippToPsps_density_".$label.".png";
 
 
Index: trunk/ippMonitor/raw/czartool_ipptopsps.php
===================================================================
--- trunk/ippMonitor/raw/czartool_ipptopsps.php	(revision 33439)
+++ trunk/ippMonitor/raw/czartool_ipptopsps.php	(revision 33441)
@@ -155,4 +155,8 @@
 echo "<br>";
 
+echo "<br>";
+ echo "<img src=\"czartool_getplot.php?mode=$selectedMode&type=id&label=$selectedLabel&stage=$selectedStage&plottype=$plotType\"><br>";
+echo "<br>";
+
 echo "</table>";
 
