Olivier Couet
Olivier Couet
and https://github.com/root-project/root/pull/15915
TScatter2D might be the right approach. Internally, TScatter has a TGraph that holds the x and y coordinates, and TScatter adds the color and size dimensions, resulting in a 4D...
TGraph and TGraphPainter work similarly, where the PaintScatter method is handled by TGraphPainter. TScatter extends functionality by adding marker size and color, but the actual drawing is still done in...
I looked at the first error. ``` /usr/bin/cmake -E copy_if_different /var/tmp/portage/sci-physics/root-6.26.08/work/root-6.26.08/tutorials/tree/jets.C /var/tmp/portage/sci-physics/root-6.26.08/work/root-6.26.08_build/tutorials/tree/jets.C /var/tmp/portage/sci-physics/root-6.26.08/work/root-6.26.08/misc/minicern/src/zebra.f:767:72: error: type of -Werror=lto-type-mismatch][]] 767 | + ISTAT) | ^ /var/tmp/portage/sci-physics/root-6.26.08/work/root-6.26.08/misc/minicern/src/cernlib.c:107:6: note: ‘cfget_’ was previously declared here...
On which machine to you see this issue ? i do not see it on my mac. I add @linev in the loop because he did the las chnages in...
@ellert do you still see this problem ? for us stressGraphics is working fine on all platforms .
Thank you for your input. As you mentioned, `fontconfig` is a Linux utility, but we also need to support Windows and macOS. Additionally, we aim to achieve the best possible...
Thanks for your report. I will check. (note: the option "same" does not exist fro graph drawing)
I have the fix for the 1st issue. It is not only in TGRaphAssymErrors but also in TGraphErrors and TGraphBentErrors and also for the drawing options > |> || []
The 2nd one seems more tricky as your y scale has negative values which is always tricky with log scale. I will first make a PR for the first one...