代码搜索:GNUplot
找到约 682 项符合「GNUplot」的源代码
代码结果 682
www.eeworm.com/read/493479/6393985
c display.c
/*-----------------------------------------
Display the Value of Field Component
--- Implemented by Calling GNUPLOT
-------------------------------------------
*/
# in
www.eeworm.com/read/328346/13033641
plt shell.plt
#To run this file type load shell.gnu' at the gnuplot prompt
print " "
print "Gnuplot file to plot Shielding of spherical shells"
print "Also approximates cubic enclosure of same volume "
print "
www.eeworm.com/read/450258/7486750
readme
This set of files contains information about the gnuplot-PostScript interface.
ps_file.doc
is a discussion of a PostScript file as written by gnuplot.
ps_guide.ps
is a PostScript file that
www.eeworm.com/read/396408/2420233
pl plotpsnr.pl
#!/usr/bin/perl
#
# Licence: GPL
#
# 2003/02/09 Jonas Jermann
#
# Script: Draw PSNR log graphs using gnuplot
#
# requires: gnuplot
use Getopt::Lon
www.eeworm.com/read/200523/5064763
py curves.py
#!/usr/bin/python
import Gnuplot,crng,Gnuplot.PlotItems
import os,sys
gnuplotver = 4
def readfile(number):
data = []
anchors = []
ref = []
guesses = []
truepos = None
highest = 0.0
for x i
www.eeworm.com/read/255742/12061405
in config.h.in
/* config.h.in. Generated from configure.in by autoheader. */
/* Debugging flag */
#undef DEBUG
/* gnuplot graphical display */
#undef HAVE_GNUPLOT
/* Define to 1 if you have the hea
www.eeworm.com/read/125064/6328202
g fifsk96.g
% for logarithmic plots, use gnuplot with:
% plot [0:33075.000000] "fifsk96.g" using 1:2 with lines
for linear plots, use gnuplot with:
% plot [0:33075.000000] "fifsk96.g" using 1:3 with lines
www.eeworm.com/read/233554/4666573
in plot_summary.in
#! @PATH_PERL@ -w
# $Id$
#
# Use Gnuplot to display data in summary files produced by summary.pl.
# This script requires GNUPLOT 3.7!
#
# Copyright (c) 1997, 1999 by Ulrich Windl
www.eeworm.com/read/113397/15456829
g fifsk96.g
% for logarithmic plots, use gnuplot with:
% plot [0:33075.000000] "fifsk96.g" using 1:2 with lines
for linear plots, use gnuplot with:
% plot [0:33075.000000] "fifsk96.g" using 1:3 with lines
www.eeworm.com/read/290228/3984093
tcpf2xgr
#!/bin/sh
#
# tcpf2xgr -- convert full-tcp trace file to xgraph or gnuplot
# Usage: tcpf2xgr tracefile [name]
#
PATH=$PATH:../../bin:.
PROGNAME=$0
if [ $# -lt 3 ]; then
echo "Usage