Custom Y-Axis bin labels

Hi guys,

I have a simple TGraph and I want to put custom strings instead of the Y-axis bin labels.
Something like that:
inspirehep.net/record/1263642/f … lings1.png

However, where this works on the X-axis with SetBinLabel, the Y-axis apparently (GetNbins()) has only one bin.

Any ideas?

Regards,
Miro

This feature has been recently introduced in ROOT:
root.cern/doc/master/classTGaxis.html#GA10a

For older version you will need to make empty 2D histogram to draw the labels