Re: Can't move title pave on canvas

From: Rene Brun (Rene.Brun@cern.ch)
Date: Mon Jun 09 1997 - 16:15:33 MEST


Chris Green wrote:
> 
> Hi,
> 
> I can't seem to move the title pave on the canvas with the mouse after
> changing (eg) the fill attributes with the popup. Is this intentional?
> 

I cannot reproduce this problem. You must be able to move the title bar
after changing any attributes.

> BTW, how do I set the front-back precedence of eg a TGraph overlaid on a
> histogram, and is this properly carried through when the canvas is printed
> as postscript (a problem PAW has)?

This is possible, but a bit tricky.
 1- Create a TH2F setting the range of the picture "h2"
 2- h2->Draw();
 3- hist->Draw("same");
 4- graph->Draw("l"); //or any other option except "a"

To put the "hist" object in front of the "graph" object, just click
on the histogram contour with the middle button. Same operation
on the graph, if you want to see the graph on top.
PostScript will also be OK.

Rene Brun



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:19 MET