Hi,
I am making a TGraph script for the comparison of two data points. I need this comparison on a logarithmic y-axis for both data points.
Also, I want to change the data points from ‘star’ style representation to in ‘dot or square’ style representation.
I am attaching the script here.
For the markers, you already have the code there (SetMarkerStyle); just don’t use the option “*” when adding the graphs or drawing the multigraph (use “P”). By the way, remove the option “A” when adding the graphs.