Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"TEXT90 COLZ" does not work #12493

Closed
couet opened this issue Mar 16, 2023 · 5 comments · Fixed by #12494
Closed

"TEXT90 COLZ" does not work #12493

couet opened this issue Mar 16, 2023 · 5 comments · Fixed by #12494
Assignees
Labels

Comments

@couet
Copy link
Member

couet commented Mar 16, 2023

{
   auto c01 = new TCanvas("c01","c01",800,800);
   auto htext2 = new TH2F("htext2","Option TEXT on 2D histograms ",10,-4,4,10,-20,20);
   float px, py;
   for (Int_t i = 0; i < 25000; i++) {
      gRandom->Rannor(px,py);
      htext2->Fill(px,5*py);
   }
   htext2->SetMarkerSize(1.8);
   htext2->Draw("TEXT90 COLZ");
}

See: https://root-forum.cern.ch/t/how-to-rotate-bin-labels-on-thf2/54008/10

@github-actions
Copy link

Hi @couet,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

4 similar comments
@github-actions
Copy link

Hi @couet,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

@github-actions
Copy link

Hi @couet,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

@github-actions
Copy link

Hi @couet,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

@github-actions
Copy link

Hi @couet,

It appears this issue is closed, but wasn't yet added to a project. Please add upcoming versions that will include the fix, or 'not applicable' otherwise.

Sincerely,
🤖

@couet couet added this to Issues in Fixed in 6.28/04 via automation Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant