search for: 4e06

Displaying 2 results from an estimated 2 matches for "4e06".

Did you mean: 406
2004 Mar 25
1
How to add a top X-axis with a different logarithmic scale?
...ange(xlim) ylim <- c(0, 1) #### Plot ## For production I will plot several data sets, so I first ## initialize window, and then use lines(). plot.new() plot.window(xlim=xlim, ylim=ylim, log="x") lines(x, y) #### Plot axes axis(1) ## Ticks for upper X-axis with a new scale: xlim*4e06 cat("top.ticks:\n", top.ticks <- axTicks(3, usr=xlim*4e06), "\n") ## Here I thought to put something like axis(3, at=top.ticks). ## Probably will need to rescale 'top.ticks' according to ## lower X-axis? axis(2) ### Restore par(old.par) ########################...
2013 Nov 18
4
Puppet Masterless on Windows
Hi all, I have been working on a configuration of a Masterless configuration on Windows. I am able to get individual jobs to run like: puppet apply <path to my puppet .pp file> However, I would like to spin up the Vagrant box off a base VM, and have a puppet manifest file in a location where puppet knows to look and provision based off that file. The obvious place seems to be