代码搜索:GNUplot

找到约 682 项符合「GNUplot」的源代码

代码结果 682
www.eeworm.com/read/450258/7486741

dem steps.dem

# # $Id: steps.dem,v 1.5 2003/10/17 15:02:21 mikulik Exp $ # # This file will serve as the datafile used in demonstrating the # "plot with steps" option. Here is a gnuplot input file # which uses "
www.eeworm.com/read/290228/3984088

pl dynamics.pl

# requires either gnuplot.pl or xgraph.pl # %su = %lu = %sd = %ld = (); # su/sd are HoL arrays with semantics: # key %su/%sd is the link that went up/down # values %su/%sd is implicitly hash
www.eeworm.com/read/290228/3984109

wlan-graphs

#!/bin/tcsh # if ( $#argv < 1 ) then echo usage: echo " " $0 \ \[\ = Flow_id\] ... exit 1 endif set scenario = $1 shift set latfile = $scenario.lat.gnuplot set bwf
www.eeworm.com/read/405279/2293908

pl dynamics.pl

# requires either gnuplot.pl or xgraph.pl # %su = %lu = %sd = %ld = (); # su/sd are HoL arrays with semantics: # key %su/%sd is the link that went up/down # values %su/%sd is implicitly hashe
www.eeworm.com/read/380709/2654107

pl dynamics.pl

# requires either gnuplot.pl or xgraph.pl # %su = %lu = %sd = %ld = (); # su/sd are HoL arrays with semantics: # key %su/%sd is the link that went up/down # values %su/%sd is implicitly hash
www.eeworm.com/read/380709/2654132

wlan-graphs

#!/bin/tcsh # if ( $#argv < 1 ) then echo usage: echo " " $0 \ \[\ = Flow_id\] ... exit 1 endif set scenario = $1 shift set latfile = $scenario.lat.gnuplot set bwf
www.eeworm.com/read/450258/7486684

dem multiplt.dem

# GNUPLOT v3.6 beta multiplot script file # # Second Order System Characteristics # # D**2 + 2*zeta*wn*D + (wn**2)y = (wn**2)*x # # x input variable # y output variable
www.eeworm.com/read/450258/7486736

cor world.cor

# # $Id: world.cor,v 1.1.1.1 1998/04/15 19:16:43 lhecking Exp $ # # Gnuplot world correspondences. Feel free to check for and update # your site; especially if it represents a new location or you # k
www.eeworm.com/read/450258/7486760

awk colorpts.awk

# Script for transforming points (x y z) into "rectangular surface". # Can be used to draw colour points in gnuplot with the pm3d enhancement # Petr Mikulik, 14. 10. 1999 BEGIN { if (ARGC
www.eeworm.com/read/333627/12668396

c doc2html.c

/* * doc2html.c -- program to convert Gnuplot .DOC format to * World Wide Web (WWW) HyperText Markup Language (HTML) format * * Created by Russell Lang from doc2ipf by Roger Fearick f