Menu

#1439 trange ignored

closed-fixed
nobody
None
5
2015-03-23
2014-07-04
No
# (from poldat.dem)
set polar
set grid polar
plot 'silver.dat' using ($1/100.):3:0 with impulse lc var lw 2

# so far, so good
# now try to filter on theta
set trange [1:2]
replot

Fails to limit the data on theta in versions 4.4, 4.6, 5.0

Discussion

  • Ethan Merritt

    Ethan Merritt - 2014-07-04
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,3 +1,4 @@
    +~~~~~~
     # (from poldat.dem)
     set polar
     set grid polar
    @@ -7,6 +8,6 @@
     # now try to filter on theta
     set trange [1:2]
     replot
    -
    +~~~~~~
    
     Fails to limit the data on theta in versions 4.4, 4.6, 5.0
    
     
  • Ethan Merritt

    Ethan Merritt - 2014-07-22
    • status: open --> closed-fixed
     
  • Ethan Merritt

    Ethan Merritt - 2014-07-22

    Fixed in 5.0 for -rc2

    There is now a new category to assign data points, EXCLUDEDRANGE, in addition to INRANGE and OUTRANGE. Theta limits in polar mode are the only application so far.

     

Log in to post a comment.