[root] / trunk / graf2d / graf / src / TGraphPolar.cxx Repository:
ViewVC logotype

Log of /trunk/graf2d/graf/src/TGraphPolar.cxx

Parent Directory Parent Directory


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

Revision 41541 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 24 13:31:15 2011 UTC (3 years, 3 months ago) by rdm
File length: 4803 byte(s)
Diff to previous 24706
From Timur:
changes for iOS graphics support.

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: 4765 byte(s)
Copied from: trunk/hist/hist/src/TGraphPolar.cxx 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/src/TGraphPolar.cxx
File length: 4765 byte(s)
Copied from: trunk/graf2d/graf/src/TGraphPolar.cxx revision 24701
Diff to previous 24346
-Move the TGraph classes and derivatives from graf2d to hist
-The graf2d/graf has now only one dictionary instead of 2

Revision 24346 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 18 15:21:15 2008 UTC (6 years, 7 months ago) by couet
File length: 4765 byte(s)
Diff to previous 24149
- The constructor's parameters naming was wrong.
- Better example (easier to understand).

Revision 24149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 5 07:00:58 2008 UTC (6 years, 7 months ago) by brun
File length: 4490 byte(s)
Diff to previous 24145
Fix a bug in the TGraphPolar constructors. The data members were not initialized.

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: 4448 byte(s)
Diff to previous 24084
From Olivier,

separate graphics and non graphics in class TGraphPolar

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 24065 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 08:54:58 2008 UTC (6 years, 7 months ago) by couet
File length: 46632 byte(s)
Diff to previous 24064
- Roll back last commit.

Revision 24064 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 08:16:54 2008 UTC (6 years, 7 months ago) by couet
File length: 46851 byte(s)
Diff to previous 23463
- All the methods doing graphics are now in TGraphPainter.

Revision 23463 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 13:38:42 2008 UTC (6 years, 9 months ago) by couet
File length: 46632 byte(s)
Diff to previous 23140
- Fix shadowed variables.

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 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/src/TGraphPolar.cxx
File length: 46836 byte(s)
Diff to previous 20896
remove Riostream.h from header.

Revision 20896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 13:43:43 2007 UTC (7 years, 2 months ago) by couet
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 46813 byte(s)
Diff to previous 20882
- Fix compilation's warnings on Solaris.

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/src/TGraphPolar.cxx
File length: 46797 byte(s)
Diff to previous 20613
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 20613 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 09:11:30 2007 UTC (7 years, 2 months ago) by couet
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 46797 byte(s)
Diff to previous 19826
- Remove warning with GCC 4.2.3 on Debian GNU/Linux

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/src/TGraphPolar.cxx
File length: 46785 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/src/TGraphPolar.cxx
File length: 46840 byte(s)
Diff to previous 19585
remove :$ from tag line

Revision 19585 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 10 09:59:49 2007 UTC (7 years, 5 months ago) by brun
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 46850 byte(s)
Diff to previous 19392
Fix uninitialized pointers in the default constructor

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/src/TGraphPolar.cxx
File length: 46765 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/src/TGraphPolar.cxx
File length: 46328 byte(s)
Diff to previous 18105
- 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 18105 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 28 09:54:38 2007 UTC (7 years, 10 months ago) by couet
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 44654 byte(s)
Diff to previous 18051
- new doc

Revision 18051 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 21 21:54:21 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 44718 byte(s)
Diff to previous 17967
From Axel:
Replace include "TPad.h" by "TVirtualPad.h"
Including TPad.h had a catastrophic side-effect of introducing dependencies of graf on gpad.

Revision 17967 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 15 15:04:41 2007 UTC (7 years, 11 months ago) by brun
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 44710 byte(s)
Diff to previous 17469
-replace calls to gROOT->GetMakeDefCanvas()() by gROOT->MakeDefCanvas()

Revision 17469 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 23 11:12:02 2007 UTC (8 years ago) by brun
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 44716 byte(s)
Diff to previous 17465
use forward declarations of TGraph, TH1, TAxis instead of includes.

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/src/TGraphPolar.cxx
File length: 44699 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/src/TGraphPolar.cxx
File length: 44621 byte(s)
Diff to previous 17222
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 17222 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 14 08:37:33 2006 UTC (8 years, 1 month ago) by couet
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 44438 byte(s)
Diff to previous 16776
- Remove Hoption. I was not needed. It created a problem when ROOT was made
in static mode.

Revision 16776 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 15 17:54:16 2006 UTC (8 years, 2 months ago) by couet
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 44507 byte(s)
Diff to previous 16774
- replace "abs" by TMath::Abs

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

Revision 15106 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 18 19:15:36 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 16593 byte(s)
Diff to previous 15104
Add a picture produced by the tutorial graphpolar.C in the documentation
of the class TGraphPolar.

Revision 15104 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 18 16:41:32 2006 UTC (8 years, 8 months ago) by couet
Original Path: trunk/graf/src/TGraphPolar.cxx
File length: 16349 byte(s)
Diff to previous 15101
- fabs doesn't compile on Windows. It is now replaced by TMath::Abs().

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/src/TGraphPolar.cxx
File length: 16276 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