|
From: Martin R. <mar...@gm...> - 2007-10-21 13:17:11
|
hi,
The new gnuplot uses 'wxt' as default terminal on unix which looks a lot
nicer than 'x11'.
And as you already know, pipes + mouse zoom don't work together. For me,
mouse zoom is a very important feature. So as long as there is no better
solution, could you please change the defaults? I'm sure most users would
benefit from this.
bye,
Martin Renold
Index: gp_unix.py
===================================================================
--- gp_unix.py (revision 299)
+++ gp_unix.py (working copy)
@@ -81,14 +81,14 @@
support_fifo = 1
# Should FIFOs be used to send data to gnuplot by default?
- prefer_fifo_data = 1
+ prefer_fifo_data = 0
# After a hardcopy is produced, we have to set the terminal type
# back to `on screen' using gnuplot's `set terminal' command. The
# following is the usual setting for Xwindows. If it is wrong,
# change the following line to select the terminal type you prefer
# to use for on-screen work.
- default_term = 'x11'
+ default_term = 'wxt'
# Gnuplot can plot to a printer by using "set output '| ...'"
# where ... is the name of a program that sends its stdin to a
|