Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martamaja10 committed Jan 10, 2025
1 parent ca9de3f commit 0a5a401
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 73 deletions.
2 changes: 1 addition & 1 deletion tutorials/visualisation/graphs/gr010_approx_smooth.C
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void DrawSmooth(Int_t pad, const char *title, const char *xt, const char *yt)
grout->DrawClone("LP");
}

void gr10_approx_smooth()
void gr010_approx_smooth()
{
// Test data (square)
Int_t n = 11;
Expand Down
2 changes: 1 addition & 1 deletion tutorials/visualisation/graphs/gr015_smooth.C
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void gr015_smooth()
{
// data taken from R library MASS: mcycle.txt
TString dir = gROOT->GetTutorialDir();
dir.Append("/graphs/");
dir.Append("/visualisation/graphs/");
dir.ReplaceAll("/./","/");

// read file and add to fit object
Expand Down
4 changes: 3 additions & 1 deletion tutorials/visualisation/graphs/gr106_exclusiongraph.C
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/// \macro_code
/// \author Olivier Couet

void gr106_exclusiongraph() {
TCanvas *gr106_exclusiongraph() {
TCanvas *c1 = new TCanvas("c1","Exclusion graph examples",200,10,600,400);
c1->SetGrid();

Expand Down Expand Up @@ -52,4 +52,6 @@ void gr106_exclusiongraph() {
mg->Add(gr2);
mg->Add(gr3);
mg->Draw("AC");

return c1;
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void gr109_timeSeriesFromCSV_RDF()
// service, SWAN, during two weeks. We would like to plot this data with
// ROOT to draw some conclusions from it.
TString dir = gROOT->GetTutorialDir();
dir.Append("/graphs/");
dir.Append("/visualisation/graphs/");
dir.ReplaceAll("/./", "/");

// Read the data from the file using TDataFrame. We do not have headers and
Expand Down
2 changes: 1 addition & 1 deletion tutorials/visualisation/graphs/gr110_logscale.C
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/// \date 25/11/2024
/// \author Emanuele Chiamulera

void gr110_logscale {
void gr110_logscale() {

auto c = new TCanvas("c","Reversed graphs",0,0,900,400);
c->Divide(2,1);
Expand Down
68 changes: 0 additions & 68 deletions tutorials/visualisation/graphs/graphstruct.C

This file was deleted.

0 comments on commit 0a5a401

Please sign in to comment.