Changeset 7646 for trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
- Timestamp:
- 04/21/06 19:29:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/scripts/dowebplots
r7569 r7646 126 126 ./showplot -b --save-as-ps=$psfile $rootfile >> $scriptlog 2>&1 127 127 128 echo "creating temporary dir for pstoimg..." >> $scriptlog 2>&1 129 temppath=`dirname $rootfile` 130 tempwebplotspath=$temppath/tempwebplots 131 makedir $tempwebplotspath >> $scriptlog 2>&1 132 128 133 echo "converting plots to png..." >> $scriptlog 2>&1 129 pstoimg -antialias -flip r270 -density 100 -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1 134 pstoimg -antialias -flip r270 -density 100 -tmp $tempwebplotspath -type png -multipage -out=$tabfile $psfile >> $scriptlog 2>&1 135 136 echo "removing temporary dir..." >> $scriptlog 2>&1 137 rmdir -v $tempwebplotspath >> $scriptlog 2>&1 130 138 done 131 139
Note:
See TracChangeset
for help on using the changeset viewer.