Can data points be labeled in stripcharts?
问题 I can't find a way to label datapoints in stripchart . Using the text function, as suggested in this question, breaks down when points are stacked or jittered. I have numerical data in 4 categories (columns 2-5) and would like to label each datapoint with the initials (column 1). This is my data and the code I have tried: initials,total,interest,slides,presentation CU,1.6,1.7,1.5,1.6 DS,1.6,1.7,1.5,1.7 VA,1.7,1.5,1.5,2.1 MB,2.3,2.0,2.1,2.9 HS,1.2,1.3,1.4,1.0 LS,1.8,1.8,1.5,2.0 stripchart