Re: [bug] plot bins does not clip output to plot area
Ethan A Merritt <[email protected]>
| Newsgroups | gmane.comp.graphics.gnuplot.devel |
|---|---|
| Organization | University of Washington |
| Message-ID | <2195359.y7QNaACg3S@stonelion> |
On Wednesday, 9 September 2020 11:05:16 PDT Achim Gratz wrote:
>
> To reproduce:
>
> gnuplot> set table $data
> gnuplot> plot [0:100] sin(x)
> gnuplot> unset table
> gnuplot> plot [*:*][-0.1:0.1] $data w lines bins binwidth=0.1
>
>
> Regards,
> Achim.
The program extends auto-scaled ranges to the next axis tic unless
you tell it not to. If you do not want the range to be extended, tell it
set xrange noextend #version 5.4
or
set xrange [*:*] noextend #version 5.2
cheers,
Ethan
_______________________________________________
gnuplot-beta mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta