[root] / trunk / hist / histpainter / src / TGraph2DPainter.cxx Repository:
ViewVC logotype

Log of /trunk/hist/histpainter/src/TGraph2DPainter.cxx

Parent Directory Parent Directory


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

Revision 43152 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 28 11:52:00 2012 UTC (2 years, 10 months ago) by couet
File length: 33267 byte(s)
Diff to previous 42956
      Make sure the line width and line style used to draw the contours with the
      option CONT5 are the TGraph2D ones.

Revision 42956 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 10 09:55:46 2012 UTC (2 years, 11 months ago) by couet
File length: 33157 byte(s)
Diff to previous 41373
Because of the range along the Z axis, the following macro produced a wrong plot. The markers' colors did not match the palette and some of them were not clipped.

{
   Double_t x[10] = {1.,2.,3.,4.,5.,6.,7.,8.,9.,10.};
   Double_t y[10] = {.4,.5,.1,.3,.8,.4,.5,.6,.2,.1};
   Double_t z[10] = {1.,2.,3.,4.,5.,6.,7.3,8.,9.,10.};
   TGraph2D *gr = new TGraph2D("graph2d","graph2d",10,x,y,z);
   gr->SetMarkerStyle(20);
   gr->SetMaximum(7.5);
   gr->SetMinimum(2.5);
   gr->Draw("zpcol");
}

This was reported here:
http://root.cern.ch/phpBB3/viewtopic.php?f=3&t=12921&p=60705#p60705

Revision 41373 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 12 15:42:17 2011 UTC (3 years, 3 months ago) by couet
File length: 33008 byte(s)
Diff to previous 39762
Fix Coverty reports #33296 #33293

Revision 39762 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 16 08:05:34 2011 UTC (3 years, 7 months ago) by couet
File length: 32978 byte(s)
Diff to previous 38353
- Initialize the color levels for the PCOL option in order to have the color palette painted correctly with the option PCOLZ.

Revision 38353 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 10 09:34:51 2011 UTC (3 years, 10 months ago) by couet
File length: 32651 byte(s)
Diff to previous 36020
- Fix the coverity report #23672 #23671 and #23670 (UNINIT)

Revision 36020 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 1 14:45:08 2010 UTC (4 years, 3 months ago) by couet
File length: 32639 byte(s)
Diff to previous 35962
- coverity #11214

Revision 35962 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 1 08:13:15 2010 UTC (4 years, 3 months ago) by couet
File length: 32585 byte(s)
Diff to previous 35862
- coverity #21788

Revision 35862 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 29 16:43:06 2010 UTC (4 years, 3 months ago) by couet
File length: 32551 byte(s)
Diff to previous 35797
- New option ERR to draw the TGraph2DErrors with error bars.

Revision 35797 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 27 13:52:31 2010 UTC (4 years, 3 months ago) by couet
File length: 28929 byte(s)
Diff to previous 35546
- UNINIT_CTOR (coverity 1214)

Revision 35546 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 21 13:50:01 2010 UTC (4 years, 4 months ago) by couet
File length: 28821 byte(s)
Diff to previous 35129
- Fix a leak (coverity)

Revision 35129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 3 13:34:40 2010 UTC (4 years, 4 months ago) by couet
File length: 28725 byte(s)
Diff to previous 35044
- init missing (coverity)

Revision 35044 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 27 13:32:01 2010 UTC (4 years, 4 months ago) by couet
File length: 28497 byte(s)
Diff to previous 35017
- Some initializations were missing in the default ctor (coverity).

Revision 35017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 16:20:36 2010 UTC (4 years, 5 months ago) by couet
File length: 28335 byte(s)
Diff to previous 31999
- Protection added in GetContourList (coverity)

Revision 31999 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 13 16:05:04 2010 UTC (5 years ago) by couet
File length: 28201 byte(s)
Diff to previous 24084
- The color distribution with option TRI1 in case of log scale along 
  the Z axis was wrong. This was reported here: 
  https://savannah.cern.ch/bugs/?50978
- Remove trailing blanks

Revision 24084 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jun 1 15:34:01 2008 UTC (6 years, 7 months ago) by brun
File length: 27984 byte(s)
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.

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