I am using Ben Jann's heatplot and I would like to have the entire graph transparent to some degree (like 50%). However, I am not sure where to include this option in the code. I know it works, because it does so when I adjust it manually afterwards. I would like to be the background grid to be partially visible through the colours. A simple example:
Thanks!
Code:
webuse nhanes2, clear hexplot weight height

Comment