static const double x2[5]
static const double x1[5]
#define ClassDef(name, id)
2-D graphics point (world coordinates).
void SetLineColor(Color_t cindex=1)
Set color index for lines.
void Open(const char *filename, Int_t type=-111)
Open a TeX file.
void DrawFrame(Double_t xl, Double_t yl, Double_t xt, Double_t yt, Int_t mode, Int_t border, Int_t dark, Int_t light)
Draw a Frame around a box.
void Close(Option_t *opt="")
Close a TeX file.
void SetLineScale(Float_t scale=1)
void SetMarkerColor(Color_t cindex=1)
Set color index for markers.
void DrawPolyLineNDC(Int_t n, TPoints *uv)
Draw a PolyLine in NDC space.
void On()
Activate an already open TeX file.
void Text(Double_t, Double_t, const wchar_t *)
void DefineMarkers()
add additional pgfplotmarks
Bool_t fBoundingBox
True when the Tex header is printed.
Float_t fCurrentRed
Current Red component.
Float_t fXsize
Page size along X.
void SetLineWidth(Width_t linewidth=1)
Set the lines width.
void CellArrayFill(Int_t r, Int_t g, Int_t b)
Paint the Cell Array.
Float_t VtoTeX(Double_t v)
Convert V from NDC coordinate to TeX.
void TextNDC(Double_t, Double_t, const wchar_t *)
void SetMarkerSize(Size_t msize=1)
Set size for markers.
Bool_t fRange
True when a range has been defined.
void Range(Float_t xrange, Float_t yrange)
Set the range for the paper in centimetres.
void CellArrayEnd()
End the Cell Array painting.
void DrawPS(Int_t n, Float_t *xw, Float_t *yw)
Not needed in TeX case.
Float_t fCurrentAlpha
Current Alpha value.
virtual ~TTeXDump()
Default TeX destructor.
void SetTextColor(Color_t cindex=1)
Set color index for text.
Float_t fLineScale
Line width scale factor.
void TextNDC(Double_t u, Double_t v, const char *string)
Write a string of characters in NDC.
void CellArrayBegin(Int_t W, Int_t H, Double_t x1, Double_t x2, Double_t y1, Double_t y2)
Begin the Cell Array painting.
Int_t fType
Workstation type used to know if the Tex is open.
Int_t CMtoTeX(Double_t u)
Float_t UtoTeX(Double_t u)
Convert U from NDC coordinate to TeX.
void DrawBox(Double_t x1, Double_t y1, Double_t x2, Double_t y2)
Draw a Box.
void DrawPolyMarker(Int_t n, Float_t *x, Float_t *y)
Paint PolyMarker.
Float_t YtoTeX(Double_t y)
Convert Y from world coordinate to TeX.
void DrawPolyLine(Int_t n, TPoints *xy)
Draw a PolyLine.
void Text(Double_t x, Double_t y, const char *string)
Draw text.
void SetFillColor(Color_t cindex=1)
Set color index for fill areas.
void Off()
Deactivate an already open TeX file.
TTeXDump()
Default TeX constructor.
Float_t fCurrentGreen
Current Green component.
Float_t fYsize
Page size along Y.
void SetColor(Int_t color=1)
Set color with its color index.
Float_t fCurrentBlue
Current Blue component.
Float_t XtoTeX(Double_t x)
Convert X from world coordinate to TeX.
void SetLineStyle(Style_t linestyle=1)
Change the line style.
void NewPage()
Start the TeX page. This function starts the tikzpicture environment.
TVirtualPS is an abstract interface to Postscript, PDF, SVG.