|
From: Christoph B. <us...@be...> - 2017-06-17 15:31:45
|
On 08.06.2017 06:26, sfeam wrote: > On Wednesday, 07 June 2017 10:59:39 PM Christoph Bersch wrote: >> >> * That one doesn't plot a polar border, only when an explicit rrange is >> set (uncomment the set rrange line). > > The polar border is only drawn if there is an explicit rrange (not autoscaled). > The lack of a border for auto-scaled plots now seems like a bug to me, > although from the code it apparently was intentional. > I honestly cannot remember what was the reason for that. I guess the reason is, that the circle with the autoscaled radius doesn't necessarily fit into the canvas and is cut off. >> * The polar border overlaps with the outer grid circle > > Yes. That seemed like the only well-defined place to draw it, > but I'm open to other suggestions. The position is correct, but I would omit the grid circle which is at the same radius as the polar border. > I suppose there could be an entirely separate command > "set polar border at <r value>", but in general how would you > know in advance what to set it to? In general, if I have a polar plot with autoscaled radius I would expect the complete circle of radius <autoscaled r> to fit completely in the canvas. This seems to me like "natural" behavior and would probably also work better together with positioning of the polar border. Best, Christoph |