代码搜索:gnuplot
找到约 682 项符合「gnuplot」的源代码
代码结果 682
www.eeworm.com/read/450258/7486757
pdf gnuplot.pdf
www.eeworm.com/read/439479/7708080
chm gnuplot.chm
www.eeworm.com/read/439479/7708081
pdf gnuplot.pdf
www.eeworm.com/read/439471/7708136
chm gnuplot.chm
www.eeworm.com/read/127819/5994438
gnuplot spikes.gnuplot
set terminal png medium color
set output 'smpspikeloop.png'
set title "Spike Patterns"
show title
set size 6,1
show size
plot [0:1000] [0:70] 'spikes.log' notitle with dots
www.eeworm.com/read/127819/5994474
gnuplot spikes.gnuplot
set terminal png medium color
set output 'spikeloop.png'
set title "Spike Patterns"
show title
set size 6,1
show size
plot [0:1000] [0:70] 'spikes.log' notitle with dots
www.eeworm.com/read/102395/6233792
c gnuplot.c
#include "gnuplot.h"
#include
// dirty hack
#if !defined X_OK
#define X_OK 1
#endif
using namespace leda;
#if defined(LEDA_STD_IO_HEADERS)
using std::cout;
using std::endl;
#endif
cons
www.eeworm.com/read/102395/6233794
h gnuplot.h
#ifndef GNUPLOT_PIPES_H
#define GNUPLOT_PIPES_H
#if defined LEDA_INSTALL
#include
#include
#include
#include
#include
www.eeworm.com/read/156228/11817354
scr gnuplot.scr
set terminal png # gnuplot recommends setting terminal before output
set output "graph1.png" # The output filename; to be set after setting
set xrange [-pi:pi] # we want