How do I get a Histogram - i.e. vertical bar-chart, with x-axis values as, say, 50,100,150,etc., and y-axis values as 1000, 2000, 3000, etc.? (i.e. x and y intervals are different, and they ought to be displayed on the respective axis). These intervals are dynamic, and come from calculated variables (hence, cannot hardcode the bounding box also)
Thanks in advance