From: Dmitry <unk...@gm...> - 2024-11-22 08:19:13
|
Thank you everyone for help. I ended up using "unset pointintervalbox", it worked perfectly. I suggest that http://gnuplot.info/demo_svg_6.0/errorbars.html should be updated, since the first demo script produces the attached plot, and not the plot presented on this page. > I'm unsure about `pt -1`. Why not use `pt 0`? > The following > ``` > "battery.dat" t "Power" with xyerrorbars pt 0 lc "red" > ``` Thanks for the suggestion, I tried it, but it produces visible points for my real case, and I want to delete these points. On 22.11.2024 09:56, Yury wrote: > I'm unsure about `pt -1`. Why not use `pt 0`? > The following > ``` > "battery.dat" t "Power" with xyerrorbars pt 0 lc "red" > ``` > seems to do what you want/expect. > Gnuplot is > `Version 6.0 patchlevel 0 last modified 2023-12-09` > > -Yury > > > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |