root icon indicating copy to clipboard operation
root copied to clipboard

Graphics: nasty output printed when drawing histogram

Open dpiparo opened this issue 9 months ago • 2 comments

Check duplicate issues.

  • [X] Checked for duplicates

Description

On macOS, drawing a histogram leads to nasty and confusing printouts on screen

Reproducer

-> root -l
root [0] TH1F h("h","h", 64, -4,4);
root [1] h.FillRandom("gaus")
root [2] h.Draw()
Info in <TCanvas::MakeDefCanvas>:  created default TCanvas with name c1
FALLBACK (log once): Fallback to SW vertex processing (lineMode && (localGroupInfo & GLRGroupInfoPrimitiveEmulatedFill))
FALLBACK (log once): Fallback to SW vertex processing, m_disable_code: 800
FALLBACK (log once): Fallback to SW vertex processing in drawCore, m_disable_code: 800

ROOT version

master

Installation method

from sources

Operating system

MacOS

Additional context

No response

dpiparo avatar Apr 26 '24 09:04 dpiparo

I do not see that with master on my Intel IMac running MacOS 12.7.4

root [0] TH1F h("h","h", 64, -4,4);
root [1] h.FillRandom("gaus")
root [2] h.Draw()
Info in <TCanvas::MakeDefCanvas>:  created default TCanvas with name c1
root [3] 

Neither with New or Old graphics

couet avatar Apr 26 '24 09:04 couet

I tried also on macphsft33 Macos 14.4.1 M2 .with master. Itis also fine

couet avatar Apr 26 '24 10:04 couet

Hi @dpiparo, @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, :robot:

github-actions[bot] avatar May 28 '24 06:05 github-actions[bot]

Hi @dpiparo, @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, :robot:

github-actions[bot] avatar May 29 '24 06:05 github-actions[bot]