[rkward-cvs] SF.net SVN: rkward: [1754] trunk/rkward/rkward/plugins/x11device
kapatp at users.sourceforge.net
kapatp at users.sourceforge.net
Thu Mar 29 16:56:56 UTC 2007
Revision: 1754
http://svn.sourceforge.net/rkward/?rev=1754&view=rev
Author: kapatp
Date: 2007-03-29 09:56:56 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
Undoing the quick-n-dirty grid() gix..
Modified Paths:
--------------
trunk/rkward/rkward/plugins/x11device/grid.php
trunk/rkward/rkward/plugins/x11device/grid.rkh
Modified: trunk/rkward/rkward/plugins/x11device/grid.php
===================================================================
--- trunk/rkward/rkward/plugins/x11device/grid.php 2007-03-29 16:28:21 UTC (rev 1753)
+++ trunk/rkward/rkward/plugins/x11device/grid.php 2007-03-29 16:56:56 UTC (rev 1754)
@@ -26,8 +26,7 @@
if (!getRK_val("equilogs")) $gridoptions .= ', equilogs=FALSE';
?>
-# add grid only to standard graphics:
-if (!length(grid::getNames())) grid(<? echo ($gridoptions); ?>);
+grid(<? echo ($gridoptions); ?>);
<?
}
?>
\ No newline at end of file
Modified: trunk/rkward/rkward/plugins/x11device/grid.rkh
===================================================================
--- trunk/rkward/rkward/plugins/x11device/grid.rkh 2007-03-29 16:28:21 UTC (rev 1753)
+++ trunk/rkward/rkward/plugins/x11device/grid.rkh 2007-03-29 16:56:56 UTC (rev 1754)
@@ -4,7 +4,7 @@
Various parameters for the <b>grid</b>. For detailed description of the individual parameters see the R reference on 'grid'. Note that this works only when standard (traditional S) graphics functions (see library(help="graphics")) are used to construct the plot. This does not work for trellis graphics devices (see <link href="rkward://rhelp/Lattice"/> for some information).
</summary>
<usage>
- This may or may not be used as an embeded plugin. When used on a trellis device nothing happens.
+ This may or may not be used as an embeded plugin. When used on a trellis device the produced error message is displayed.
</usage>
<settings>
<setting id="nx">This is the <i>nx</i> argument. The default is NULL, in which case, the vertical lines are drawn at the xaxis ticks. Select None to not draw the vertical lines. Select 'Specify below' to provide a specified (to be specified below) number of vertical lines in the grid.</setting>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list