From: Dima K. <gn...@di...> - 2020-06-23 06:31:28
|
I just hit a bug in 5.4.rc2. I'm guessing this isn't a new bug, but it'd be nice to fix it before the release. To reproduce: set size ratio -1 plot '-' using 1:2:3 notitle with circles lw 2 0 0 2.5 e It looks like when "with circles" data is used for autoscaling, the edges of the circles are used for the x-axis autoscaling, but only the centers for the y-axis autoscaling. So in the plot above, most of the one circle gets cut off. I can debug and come up with a patch, but some of you can do that MUCH faster than me. If yall are busy, let me know, and I can produce a patch. Thanks! |