<br><br><div><span class="gmail_quote">2007/8/7, Stefan Roediger <<a href="mailto:stefan_roediger@gmx.de">stefan_roediger@gmx.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi list,<br><br>I added an input field for names in the pie chart plug-in. I can't remember<br>the original author. Anyway, please check if you like the approach. From now<br>on the user is forced to enter names (may it be the original data (->
<br>numbers) or strings) in contrast to the previous way where the "name" was<br>chosen "automatically".</blockquote><div><br>Hi Stefan,<br><br>I tried the plugin tabulating factor data but I cannot produce a pie chart. The problem seems to be the names (x) <- "data". Someway the users should be warned I think that the dimension of names (x) must be equal with the data they choose for names, or they must not be forced, just to have a choice if they want to use different names. 
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">BTW, who is active right now?<br><br></blockquote></div><br>I am here and there. I am in a transitional fase and when I find some hours free I commit as far as I can.
<br><br>Kind Regards,<br>Ilias<br><br>BTW, I saw you started the lm plugin. I have some ideas about the lm - glm plugins and some code written in R (I have already sent a e-mail on the list before but did not have the time for more). If you want I could send you some code or we could develop together these plugins because I believe that they are important and the user should get the maximum out of them. 
<br><br>Two points on the plugin already at the svn repository:<br>1. The Independent Variables could be more than one so if the user chooses one he will do lm, if he chooses more than one he could do multiple lm.<br>2. The user should get a choice of plotting. The plot (lm(x~y)) gives four plots. If we use par(mfrow=c(2,2)) and then the plot(lm(x~y)) could give use the four graphs in one plot.
<br><br>