X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=contrib%2Fgnuplot_usbeedx.gpi;fp=contrib%2Fgnuplot_usbeedx.gpi;h=0000000000000000000000000000000000000000;hb=0d012ede9d54c6c5c276be52778483fd020c40d7;hp=dbf053803bb1d1a9497d85da549be2d046091e4c;hpb=0e8d0e24d00dcf6dd661e4fb15cedf79ce45c248;p=libsigrok.git diff --git a/contrib/gnuplot_usbeedx.gpi b/contrib/gnuplot_usbeedx.gpi deleted file mode 100644 index dbf05380..00000000 --- a/contrib/gnuplot_usbeedx.gpi +++ /dev/null @@ -1,48 +0,0 @@ -## -## This file is part of the sigrok project. -## -## Copyright (C) 2010 Uwe Hermann -## Copyright (C) 2012 Ivan Fedorov -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation; either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -## - -# We're setting the colors of the 8 channels to match the colors of the -# probe cables on the CWAV USBee DX: -# background = white, borders = black, axes = gray, -# ch0 = black, ch1 = brown, ch2 = red, ch3 = orange, -# ch4 = yellow, ch5 = green, ch6 = blue, ch7 = violet -set terminal png large size 2048, 1536 xffffff x000000 x404040 \ - x000000 xc25525 xff0000 xff7c00 \ - xfbee13 x37ba34 x425adc x9500d3 -set autoscale -set grid -set ytics ("Channel 3" 2, "Channel 2" 4, "Channel 1" 6, "Channel 0" 8, \ - "Channel 4" 10, "Channel 5" 12, "Channel 6" 14, "Channel 7" 16) -set title "sigrok gnuplot output, http://www.sigrok.org, CWAV USBee DX" -set xlabel "Sample number" -set ylabel "Channel" -set output "sigrok_gnuplot.png" - -plot [0:200000] [0:18] \ -"sigrok_gnuplot.dat" using 1:($6 + 7) with lines linewidth 2 title "", \ -"sigrok_gnuplot.dat" using 1:($7 + 5) with lines linewidth 2 title "", \ -"sigrok_gnuplot.dat" using 1:($8 + 3) with lines linewidth 2 title "", \ -"sigrok_gnuplot.dat" using 1:($9 + 1) with lines linewidth 2 title "", \ -"sigrok_gnuplot.dat" using 1:($5 + 9) with lines linewidth 2 title "", \ -"sigrok_gnuplot.dat" using 1:($4 + 11) with lines linewidth 2 title "", \ -"sigrok_gnuplot.dat" using 1:($3 + 13) with lines linewidth 2 title "", \ -"sigrok_gnuplot.dat" using 1:($2 + 15) with lines linewidth 2 title "" -