dkogan / feedgnuplot

Tool to plot realtime and stored data from the commandline, using gnuplot.
Other
707 stars 37 forks source link

Can't disable xtics #24

Closed casidiablo closed 8 years ago

casidiablo commented 8 years ago
cat /tmp/data | feedgnuplot --terminal 'dumb 100,20' --unset xtics --dump
set terminal dumb 100,20
set grid
unset xtics
set boxwidth 1
histbin(x) = 1 * floor(0.5 + x/1)
set xtics                        <-- it is set again!!!
plot '-'   notitle
1 176
2 135
3 67
4 125
5 82
6 86
7 41
8 145
9 69
10 67
11 40
e
dkogan commented 8 years ago

Thanks. I'll take a look in a bit

dkogan commented 8 years ago

Hi. Thanks for the report. This was caused by some old code that wasn't useful anymore. I removed it, so the issue is fixed. The fix is committed, but no new release was made yet. I'll do that at some point in the near future. In the meantime, grab the latest master for the fix.