Displaying 2 results from an estimated 2 matches for "shownorm".
2012 Apr 27
3
kiteChart to show real values with scalebar
...quot;Sample1 Sample2
6 2
15 5
30 10"),header=TRUE)
par(las=1,mfrow=c(2,1))
kiteChart(t(Y),xlim=c(-400,400),timelabels=c("2-3cm","1-2cm","0-1cm"),
normalize=FALSE,shownorm=FALSE,timex=FALSE)
kiteChart(t(X),xlim=c(-400,400),timelabels=c("2-3cm","1-2cm","0-1cm"),
normalize=FALSE,shownorm=FALSE,timex=FALSE)
My first problem with the above approach is that the kites in both graphs
are overlapping. If I take out the xlim switch the...
2005 Jul 11
2
[ win32utils-Bugs-2093 ] unable to open existing shortcut
...n32/shortcut''
include Win32
puts "Version: " + Shortcut::VERSION
link = ''C:/test.lnk''
File.delete(link) if File.exists?(link)
s = Shortcut.new(link)
s.description = "test link"
s.path = ''c:\winnt\notepad.exe''
s.show_cmd = Shortcut::SHOWNORMAL
s.working_directory = "C:\"
s.save
fail "LNK creation failed: #{link}" unless File.exists?(link)
puts "Link #{link} created"
s = Shortcut.open(link)
puts "Path: #{s.path}"
__END__
----------------------------------------------------------------------...