Displaying 4 results from an estimated 4 matches for "gershenson".
2008 Jun 16
1
left-aligned title?
...#39;t seem to work. "title" does the
trick, but I cannot find a way of moving it from the center to the
left corner... I already tried with a few parameters from par, but
title does not take them.
Would anyone have an idea on how to pull this one off?
Thank you very much,
Carlos Gershenson
http://homepages.vub.ac.be/~cgershen/
2007 Nov 27
1
Problem with points/lines (PR#10472)
Full_Name: Carlos Gershenson
Version: 2.6.1
OS: MacOSX
Submission from: (NULL) (24.128.48.138)
Hi,
Try this out:
x<-1:10
y<-x/2
plot(table(x))
points(table(y))
#or lines(table(y))
No matter what's the value of y, it prints out in the coordinates of x... this
happens only with tables, not with simple plot(x), poi...
2007 Nov 27
3
problem with plotting table
Hi all,
Let us have:
x<-1:10
y<-x/2
plot(table(x), type="p")
points(table(y), pch=2)
Why does the last command plots the values of table(y) using the x
coordinates of table(x)???
Am I doing something wrong?
What would be a way of plotting the points of table(y) on their place?
#this problem also occurs with:
plot(table(y), type="p")
points(table(x), pch=2)
Thank
2006 Apr 19
3
help! installing rubygems in ubuntu... problems with zlib
Hi,
I am trying to install Ruby on Rails on a Linux Ubuntu PC. I already
installed manually ruby 1.8.4. But when I try to install rubygems, I get
the error:
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require__'': no such file to load -- zlib (LoadError)
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''