search for: headertext

Displaying 2 results from an estimated 2 matches for "headertext".

2006 May 25
13
.NET developer trying to understand some Rails basics
...wPaging="true" Runat="server" DataSourceID="SqlDataSource1" AutoGenerateEditButton="true" DataKeyNames="au_id" AutoGenerateColumns="False"> <Columns> <asp:BoundField ReadOnly="true" HeaderText="ID" DataField="au_id" SortExpression="au_id" /> <asp:BoundField HeaderText="Last Name" DataField="au_lname" SortExpression="au_lname" /> <asp:BoundField HeaderText="First Name" DataField="a...
2005 Jan 10
1
Invisible plot using RSvgDevice
...l let the plot be "invisible"? I use following code: devSVG( file=filename, height = plot_height, width = plot_width, xmlHeader=TRUE, onefile=TRUE) plot1<-barplot(MI, col=c('limegreen'), beside=TRUE, width = c(1,1), space = c(0,1), ylab='mutual inf.', ylim=c(0,1), main=headertext) ... dev.off() I definitly changed no code, but the plot is invisible. Any help would be appreciated! Thanks for any help. Jan