Displaying 2 results from an estimated 2 matches for "min_power".
2011 Oct 31
2
3 Overlayed simple plots
Dear all,
I am plotting 3 plots into the same x and y axis.
I want the first one to be painted red with a continuous line
The second one green with a continuous line
and the third one blue with a continuous line
plot(max_power(data),ylim=c(-120,-20))
par(new=T)
plot(min_power(data),ylim=c(-120,-20))
par(new=T)
plot(mean_power(data),ylim=c(-120,-20))
par(new=F)
Is it also a way to do that look more nice instead of having 6 lines of code?
B.R
Alex
[[alternative HTML version deleted]]
2012 Aug 03
5
CentOS 6 : Tip for significantly increasing battery life / reducing power consumption (Thinkpad X220 Tablet)
Hello,
I was not happy with the power consumption of CentOS 6 x86_64 on a new
Lenovo Thinkpad x220 Tablet and I worked on reducing it. I just wanted
to share with the list one of the changes which gave me the most
significant improvement.
As per http://www.williambrownstreet.net/blog/?p=387, add the
following kernel arguments to the GRUB boot configuration:
pcie_aspm=force