Grid Width in polar.plot
On 2012-10-26 06:48, MartinD wrote:
Hello, I am using the polar.plot function from plotrix. Is there a way to change the width of the grid lines? grid.lwd doesn't work.... Thanks Martin
See the recent discussion about changing the line _type_ in radial.plot() where I gave suggestions to change two lines in radial.plot(). Change the same two lines by adding 'lwd = grid.lwd' to each and adding the argument 'grid.lwd = 1' to the function arguments. Save the edited function as 'myradial.plot', say. Then edit the function polar.plot by replacing the single instance of 'radial.plot' with 'myradial.plot' and save the edited version as 'mypolar.plot', say. Now use mypolar.plot() with whatever grid.lwd value suits your purpose. Peter Ehlers
-- View this message in context: http://r.789695.n4.nabble.com/Grid-Width-in-polar-plot-tp4647547.html Sent from the R help mailing list archive at Nabble.com.
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.