Re: [R] Correctly plotting bar and scatter chart on 2-y axis plot with par(new=T)

2010-06-30 Thread dan.weavesham
Jim, Thanks for the reply and your help on this. In short, it's close but not quite there. In the plot you've produced, I'm looking to get the trinagular points plotted over the top of the bar chart. Does that make sense? Just so you know, there are 2 other considerations: - 1/ ideally, I'd l

Re: [R] Correctly plotting bar and scatter chart on 2-y axis plot with par(new=T)

2010-06-30 Thread dan.weavesham
Greg, Just a quick one to say thanks for helping me out with my 2-y axis query -- your solution works a treat. However, 2 extension points I was wondering if you could help with: - 1/ Is there any way to invert the 2nd y axis -- i.e. highest entry at the bottom of the axis? I can see that the

Re: [R] Correctly plotting bar and scatter chart on 2-y axis plot with par(new=T)

2010-06-24 Thread dan.weavesham
Hello, Thanks for the advice so far -- still struggling with it, I must admit. Here is some sample data, which I hope helps: # y axis #1 -- data for the bar chart -30353.382 -21693.519 -7049.923 -72968.722 -10267.584 -269432.795 -19847.670 -686283.171 -376231.754 -597800.080 -274637.587 -

[R] Correctly plotting bar and scatter chart on 2-y axis plot with par(new=T)

2010-06-24 Thread dan.weavesham
Hello Nabble users, A question about having two y axes on a chart. I'm trying to show on the left (first) y axis a measure used in an experiment; the x axis shows the experiment number, that has been sorted in a specific manner -- i.e. not Experiments 1,2,3,n, but could be Experiment 6,1,18,n; t