[root] / trunk / graf2d / graf / inc / TGraphPolar.h Repository:
ViewVC logotype

Log of /trunk/graf2d/graf/inc/TGraphPolar.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 24706 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 8 12:37:45 2008 UTC (6 years, 6 months ago) by brun
File length: 2796 byte(s)
Copied from: trunk/hist/hist/inc/TGraphPolar.h revision 24705
Diff to previous 24702
Move classes unfortunately not yet fully separated from graphics back to the graf directory.

Revision 24702 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 8 12:01:46 2008 UTC (6 years, 6 months ago) by brun
Original Path: trunk/hist/hist/inc/TGraphPolar.h
File length: 2796 byte(s)
Copied from: trunk/graf2d/graf/inc/TGraphPolar.h revision 24701
Diff to previous 24145
-Move the TGraph classes and derivatives from graf2d to hist
-The graf2d/graf has now only one dictionary instead of 2

Revision 24145 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 4 19:21:09 2008 UTC (6 years, 7 months ago) by brun
File length: 2796 byte(s)
Diff to previous 23140
From Olivier,

separate graphics and non graphics in class TGraphPolar

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: 7503 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 21371 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 14 09:17:21 2007 UTC (7 years, 1 month ago) by rdm
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7503 byte(s)
Diff to previous 20882
remove Riostream.h from header.

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7444 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7444 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7496 byte(s)
Diff to previous 19586
remove :$ from tag line

Revision 19586 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 10 10:00:10 2007 UTC (7 years, 5 months ago) by brun
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7506 byte(s)
Diff to previous 19392
Fix many problems in the header such that the class can be made persistent

Revision 19392 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 18 12:59:01 2007 UTC (7 years, 6 months ago) by couet
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7485 byte(s)
Diff to previous 19021
- From Bastien:
  Added the option to not draw the polar labels.

Revision 19021 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 13 16:27:06 2007 UTC (7 years, 7 months ago) by couet
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7633 byte(s)
Diff to previous 17465
- From Bastien Dalla Piazza:
  TPolarGram:
  - New options allowing to draw only the polar axis or radial axis.
  - Possibility to define text string as labels.
  TGraphPolar:
  - Clean up: avoid duplicated code.

Revision 17465 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 10:35:23 2007 UTC (8 years ago) by brun
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7184 byte(s)
Diff to previous 17338
Remove dependencies on:
#include "TH1.h"
#include "TCanvas.h"
#include "TEllipse.h"
#include "TLine.h"
#include "TLatex.h"
#include "TGaxis.h"
#include "TFrame.h"

Revision 17338 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 15 16:10:11 2007 UTC (8 years ago) by brun
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 7344 byte(s)
Diff to previous 16774
Remove TMath.h from TH1.h and add TMath.h to all files previously assuming TMath.h
via TH1.h
This should complete the changes related to TMath.

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/inc/TGraphPolar.h
File length: 7437 byte(s)
Diff to previous 16176
- 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

Revision 16176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 31 11:05:20 2006 UTC (8 years, 4 months ago) by rdm
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 4188 byte(s)
Diff to previous 15101
changed all Riostream.h in headers to Riosfwd.h. Riostream.h has "using namespace std"
and should only appear in implementation files.

Revision 15101 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu May 18 16:12:09 2006 UTC (8 years, 8 months ago) by couet
Original Path: trunk/graf/inc/TGraphPolar.h
File length: 3866 byte(s)
- New class TGraphPolar (from Sebastian Boser), to draw graphs in polar
  coordinates.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9