<div class="gmail_extra">Thanks all!<br>
I followed your instructions and now have the charts as i wanted. I did 
hit another bump though... i use the preview window from the GUI to 
export the plot to pdf/svg. But if i use the script file or just type it on the console the plot shows up on the output window... and i haven't found a way to export it. I'm guessing there's some command that i can add to the script to export it to some desired format, but i haven't found that yet. Can you help me with that?<br>
<br>best regards,<br>Carlos<br><br><div class="gmail_quote">On Fri, Apr 20, 2012 at 5:02 PM, Thomas Friedrichsmeier <span dir="ltr"><<a href="mailto:thomas.friedrichsmeier@ruhr-uni-bochum.de" target="_blank">thomas.friedrichsmeier@ruhr-uni-bochum.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div class="im"><br>
On Friday 20 April 2012, Carlos Bessa wrote:<br>
> I'm using rkward to analyse some experimental data and I'm hitting a<br>
> problem when plotting a box plot (haven't tryed other plot type yet).<br>
> I have many "samples", and because the x labels are horizontal... some are<br>
> missing due to lack of space (see pic 1).<br>
> I've also tryed a vertical box plot, expecting the x labels to remain<br>
> horizontal... but no. They change to vertical... and so there's not enough<br>
> space this way either (see pic2).<br>
> Is there a way to change the x label position to vertical, or 45º? I also<br>
> haven't found a way to change font/size.. but perhaps there isn't any?<br>
<br>
</div>well, sadly, we simply don't have any of this covered, so far. You'll have to<br>
make some adjustments by hand:<br>
- Prepare all other aspects of the plot using the GUI.<br>
- Copy the generated code from the bottom of the boxplot GUI, and paste it to<br>
a blank script file.<br>
- Modify the call to boxplot() by hand. The parameter to control label<br>
orientation is "las" (0, 1, 2, or 3; see ?par). The parameters to control<br>
scale and font are called "cex.lab" and "font.lab".<br>
<br>
In fact, we should probably provide support for at least orientation and scale<br>
in the plot options GUI. In case you (or somebody else) would like to look<br>
into contributing that, take a look at the "plot_options"-plugin.<br>
<div class="im"><br>
 > Let me finish by complementing the authors on such a great program. It's<br>
> definately the most user-friendly, good looking, R GUI I've tryed so far.<br>
> with best regards,<br>
<br>
</div>Thanks!<br>
<br>
Regards<br>
<span class="HOEnZb"><font color="#888888">Thomas<br>
</font></span><br>------------------------------------------------------------------------------<br>
For Developers, A Lot Can Happen In A Second.<br>
Boundary is the first to Know...and Tell You.<br>
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!<br>
<a href="http://p.sf.net/sfu/Boundary-d2dvs2" target="_blank">http://p.sf.net/sfu/Boundary-d2dvs2</a><br>_______________________________________________<br>
RKWard-users mailing list<br>
<a href="mailto:RKWard-users@lists.sourceforge.net">RKWard-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/rkward-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/rkward-users</a><br>
<br></blockquote></div><br></div>