Displaying 2 results from an estimated 2 matches for "liste1".
Did you mean:
listed
2006 May 11
1
Boxplot and range of x-axis
Hello there,
could somebody help me with this: I have to create a lot of boxplots but
with same range concerning the x-axis.
For example I have following data:
liste1 <- c(3,4,5,3,3,4,4)
liste2 <- c(1,2,3,4,6)
png(file = "liste1.png")
boxplot(liste1)
png(file = "liste2.png")
boxplot(liste2)
q()
Works perfectly, but what I need would be that both boxplots have their
x-axis from 1-6.
Hopefully you could give me a hint.B
Greetings,
-Ra...
2008 Mar 13
0
TreeCtrl
Salut Alex.
J''ai 1 fenetre "TreeCtrl" et 1 fenetre "CheckListBox"
$d = CheckListBox.....
$liste1 est un tableau.
Quand je fait un clique_droit sur un item(TreeCtrl) pour activer le menu, le nom de l''item apparaƮt en "bold" correctement, mais quand je passe en parametre:
$d.insert_items($liste1, 0) ou $d.set(client_data = $liste1), donc le contenu de $liste1 s''affic...