Dear experts
How can I draw the 2D histogram of a 2D array a[m][n], where the x axis is m and y axis is a (value)?
For example if I have a[300][20] I should have a 2D histogram where x axis range is 0 ~ 299.
I know I can write a simple for loop to do this, I just want to know if TTree::Draw() can do it in just one line code.