代码搜索:GNUplot
找到约 682 项符合「GNUplot」的源代码
代码结果 682
www.eeworm.com/read/388876/8568535
gnuplot
set terminal postscript color solid
set output "allplots.ps"
set grid
set xlabel "Number of neurons in the four layers"
set ylabel "Nanoseconds per connection"
set logscale
#set output "performance
www.eeworm.com/read/428698/8851718
cmd gnuplot.cmd
set xrange [0:100]
set yrange [0:100]
unset mouse
set title 'The set of raw points in the set' font 'Arial,12'
set style line 1 pointtype 7 linecolor rgb 'red'
set style line 2 pointtype 7 lineco
www.eeworm.com/read/428698/8851725
cmd gnuplot.cmd
set xrange [0:100]
set yrange [0:100]
unset mouse
set title 'The set of raw points in the set' font 'Arial,12'
set style line 1 pointtype 7 linecolor rgb 'red'
set style line 2 pointtype 7 lineco
www.eeworm.com/read/270994/11013214
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/270994/11013294
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/456357/7351230
gnuplot lab.gnuplot
set terminal x11
set xrange [0.0:1.0]
set yrange [-235:185]
plot ((52.8+232.8)*x)-232.8,\
cos((((52.8+232.8)*x)-232.8)*3.14159/180.0)*180
www.eeworm.com/read/455033/7378508
edp gnuplot.edp
int n=20,nn=n+10;
real[int] xx(nn),yy(nn);
mesh Th=square(5,5);
fespace Vh(Th,P2);
Vh uh=x*x+y*y,vh=-y^2+x^2;
assert(n+1 < nn);
// compute a cut
for (int i=0;i
www.eeworm.com/read/455033/7378879
eps gnuplot.eps
%!PS-Adobe-2.0
%%Title: gnuplot.eps
%%Creator: gnuplot 3.8i patchlevel 0
%%CreationDate: Fri Aug 22 11:06:40 2003
%%DocumentFonts: (atend)
%%BoundingBox: 50 50 554 770
%%Orientation: Landscape
%%Pages
www.eeworm.com/read/454368/7393110
h gnuplot.h
#ifndef __gnuplot_h__
#define __gnuplot_h__
#include
#include
#include
namespace Gnuplot
{
using std::cout;
using std::cerr;
using std::endl;
using std::vector;
using s
www.eeworm.com/read/450258/7486699
rot gnuplot.rot
# HBB: revised open-ended animation routine. Used to just turn
# round and round by somewhat large steps. Now, it tumbles
# back and forth smoothly.
# If 'limit_iterations' is set to a nonzero value,