Log of /trunk/graf2d/graf/src/TGraphPolar.cxx
Parent Directory
Revision
24084 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 1 15:34:01 2008 UTC (6 years, 7 months ago) by
brun
File length: 46802 byte(s)
Diff to
previous 24065
From Olivier and me:
Split the TGraph classes to move the graphics code to separate classes.
These classes will be moved to the hist directory once the classes will be ok.
The TGraphs are painted via the TVirtualGraphPainter class and its concrete
implementation TGraphPainter.
At the difference of the TH1 classes for which a different painter is created
when drawing each histogram, one single TGraphPainter class is created.
The TGraphPainter class does not have internal state, all the information
from TGraph is passed to the drawing functions via parameters.
Revision
23140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by
rdm
File length: 46836 byte(s)
Diff to
previous 21371
move the following directories to "graf2d":
asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf
move the following directories to "graf3d":
eve, ftgl, g3d, gl, x3d
Revision
16774 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 15 17:44:57 2006 UTC (8 years, 2 months ago) by
couet
Original Path:
trunk/graf/src/TGraphPolar.cxx
File length: 44450 byte(s)
Diff to
previous 15106
- New version done by Matthieu Demaret (Summer Student).
- Paint the TGraphPolar title.
- Allows Polar coordinates in Radian, Degrees and Grad
- Radian coordinates are painted using reduced pi fractions (TLatex #pi).
- Graph clipping on polargram limits
- Labels orientation can be changed
- The radial axis is painted using TGaxis (before it was some internal
code doing text for each label. No tick-marks were drawn)
- Default constructor was missing.
- Radial divisions are optimized using THLimitsFinder::Optimize.
- DistancetoPrimitive and Execute event have been implemented. It is possible
to move interactively the radial axis.
- Help improvements
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.