Dear all,
I am looking for a solution to recreate a hbar graph as the one that I attached. So far I've the solution I attach, with the following simple code:
but as you will notice, it's not entirely satisfactory (leaving aside the further refinements it would need).
Does anybody have any suggestion about how I could make it more similar to the original one?
Thanks in advance,
Kind regards,
Emanuele
I am looking for a solution to recreate a hbar graph as the one that I attached. So far I've the solution I attach, with the following simple code:
Code:
graph hbar tradevalue , over(iso, sort(1)) by(trade)
Does anybody have any suggestion about how I could make it more similar to the original one?
Thanks in advance,
Kind regards,
Emanuele
Comment