On Wed, 21 Oct 2015, Riccardo (Jack) Lucchetti wrote:
On Wed, 21 Oct 2015, Logan Kelly wrote:
> Finally, string valued series can be used as a factor for a factorized
> boxplot and the string values are used as the xtics. It would grate same
> could be done for the key of a scatter plot with factor separation.
Hmmm... I'm not sure I understand what you mean. Don't we have this already?
<hansl>
nulldata 200
series d = 1 + (uniform()>0.5)
series x = d + normal()
stringify(d, strsplit("No Yes"))
boxplot x d --factorized --output=display
</hansl>
Ah ok, I see what you mean now, sorry; I had misunderstood your point.
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------