Added one more maximum in gr
This commit is contained in:
parent
cd3e9ebf4d
commit
3f7147d6b6
@ -639,7 +639,7 @@ function gr_display(sp::Subplot{GRBackend}, w, h, viewport_canvas)
|
|||||||
|
|
||||||
elseif ispolar(sp)
|
elseif ispolar(sp)
|
||||||
r = gr_set_viewport_polar()
|
r = gr_set_viewport_polar()
|
||||||
rmin, rmax = GR.adjustrange(minimum(r), maximum(r))
|
rmin, rmax = GR.adjustrange(NaNMath.minimum(r), NaNMath.maximum(r))
|
||||||
# rmin, rmax = axis_limits(sp[:yaxis])
|
# rmin, rmax = axis_limits(sp[:yaxis])
|
||||||
gr_polaraxes(rmin, rmax)
|
gr_polaraxes(rmin, rmax)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user