using ROOT 5.18.00 i created a graphical cut which highlights an excluded region with a hatch a) via the GUI and b) with the attached script. it worked fine, but when i tried to save it in a .eps or a .ps file either by clicking on File->Save As or via the script the hatch was not shown in the output file.
if i save the file as .png or .gif (via the GUI) it works, but there seems to be an issue with postscript.
the script accesses the histograms from attached root file.
I guess you were trying to visualize your PS file using “gv”.
" gv" has a bug regarding pattern visualization.
It is explained at the bottom of this page:
Yes all the application based on “gs” (ghostscript) have the same problem. For instance, in the how-to page is also mentioned the “convert” application .