[rkward-devel] bar plot
Germán Márquez Mejía
manchito at gmail.com
Mon Sep 24 22:04:45 UTC 2007
Stefan Rödiger escribió:
> Am Montag, 24. September 2007 18:41:49 schrieb Germán Márquez Mejía:
>> Hi, again:
>>
>> Stefan Rödiger escribió:
>>> Hi Thomas,
>>>
>>> I didin't see in the bar plot that it was not working for
>>> unchecked "tabulate". I tested it for "custom label" and "R expression"
>>> where it seemed to work. But according to your comments I was wrong. :(
>>> However, can you think of any other plot (besides pie chart) where this
>>> kind of label might be useful (I was thinking about embedding it too)?
>>>
>>> Stefan
>> I think the "Yes"/"No" tags in the if($tabulate) block are swapped.
>>
>> Another observation: the default plot colouring isn't grayscale (as
>> indicated) but rainbow colours. This might be fixed.
>
> fixed
>
>> I hope this suggestions are useful.
>
> thanks, very useful (hope you find more :) )
barplot.php:
if ($tabulate) {
$tabulate_header = '"Tabulate:", "No"';
} else {
$tabulate_header = '"Tabulate:", "Yes"';
}
I'm glad they are. But, are you sure that the former code is right?
Souldn't it be "No" the tag within the else{} block and vice versa?
Regards,
--
Germán
More information about the Rkward-devel
mailing list