On 04/13/2014 10:04 AM, drunkenphd wrote: > Jim thx, > Can you please provide me an example how to use my csv data with plotrix > float.pie??? > x11(height=10) map(xlim=c(19,21),ylim=c(39.5,42.5)) for(pp in 1:36) floating.pie(sampledf[pp,1],sampledf[pp,2], unlist(sampledf[pp,3:4]),radius=0.1) Jim