Menu

#1512 set object circle requires two arguments to size when plotting on logscale

closed-fixed
nobody
None
5
2015-03-23
2014-11-13
Mithodin
No

When adding a circle object to a plot that uses logscale xy or logscale y, size requires two arguments when the reference is 'first', e.g.
set object circle center first 1,1 size first 0.1
will not work ("rect has y coord of 0; must be above 0 for log scale!"), while
set object circle center first 1,1 size first 0.1,0.1
works. The documentation specifies only one argument (the radius) to size.

(Attachement: Test case)

1 Attachments

Discussion

  • Mithodin

    Mithodin - 2014-11-13
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,7 @@
    -When adding a circle object to a plot that uses logscale xy, size requires two arguments when the reference is 'first', e.g.
    +When adding a circle object to a plot that uses logscale xy or logscale y, size requires two arguments when the reference is 'first', e.g.
     set object circle center first 1,1 size first 0.1
     will not work ("rect has y coord of 0; must be above 0 for log scale!"), while
     set object circle center first 1,1 size first 0.1,0.1
     works. The documentation specifies only one argument (the radius) to size.
    +
    +(Attachement: Test case)
    
     
  • Ethan Merritt

    Ethan Merritt - 2014-11-22
    • status: open --> pending-fixed
     
  • Ethan Merritt

    Ethan Merritt - 2014-12-03
    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.

Auth0 Logo