Dear all,
I am wondering if it is possible to create the following graph. This is actually a list of the data, where I want to indicate with a bullet if the value of each variable is greater or equal to 1 and if possible fill in the rest of the cells with a colour.
The data corresponding to the attached graph are:
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str4 t float(i1 i2 i3) "t1" .5 .5 1.5 "t2" 1.1 1.2 5 "t3" 1 .2 .3 end
Kind regards,
Nikos
Comment