Code Comments
Programming Forum and web based access to our favorite programming groups.Hello, I am using the polar function to plot azimuth and zenith angles on a polar plot. But the default is to have the 0/360 degrees on the right of the plot and I am used to looking at 0/360 at the top of the plot. Is it possible to rotate the polar plot counter-clockwise? Also, is it possible to label zenith angles in degrees rather than radians? Thank you..
Post Follow-up to this messageMutlu wrote: > > > Hello, > > I am using the polar function to plot azimuth and zenith angles on > a > polar plot. But the default is to have the 0/360 degrees on the > right of the plot and I am used to looking at 0/360 at the top of > the > plot. Is it possible to rotate the polar plot counter-clockwise? > Also, is it possible to label zenith angles in degrees rather than > radians? > > Thank you.. May be VIEW can help you ... polar(x,y) ; view(-90,90) ; Can't you just multiply with (180/pi) to get degrees? hth Jos
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.