代码搜索:gnuplot
找到约 682 项符合「gnuplot」的源代码
代码结果 682
www.eeworm.com/read/200523/5064739
py average.py
#!/usr/bin/python
import os,pprint,re
import Gnuplot
files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1]
#log-parameters-a0.45-r14-v0.3-n10-p2false-f
www.eeworm.com/read/200523/5064740
py average-multi.py
#!/usr/bin/python
import os,pprint,re
import Gnuplot
files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1]
#log-parameters-a0.45-r14-v0.3-n10-p2false-f
www.eeworm.com/read/200523/5064741
py average-thicklines.py
#!/usr/bin/python
import os,pprint,re
import Gnuplot
files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1]
#log-parameters-a0.45-r14-v0.3-n10-p2false-f
www.eeworm.com/read/200523/5064743
py correlation.py
#!/usr/bin/python
import os,pprint,re
import Gnuplot
files = [[x.split('-'),[]] for x in os.listdir('output') if x.find('log')==0 and x.find('err')!=-1]
#log-parameters-a0.45-r14-v0.3-n10-p2false-f
www.eeworm.com/read/282165/4106843
dem contours.dem
#
# $Id: contours.dem,v 1.2.2.4 2001/12/04 14:12:53 lhecking Exp $
#
set samples 20
set isosamples 21
set xlabel "X axis" -5,-2
set ylabel "Y axis" 4,-1
set zlabel "Z axis"
set title "3D gnuplot demo
www.eeworm.com/read/282165/4106830
dem surface1.dem
#
# $Id: surface1.dem,v 1.3.2.2 2001/12/04 14:12:53 lhecking Exp $
#
set samples 21
set isosample 11
set xlabel "X axis" -3,-2
set ylabel "Y axis" 3,-2
set zlabel "Z axis" -5
set title "3D gnuplot dem
www.eeworm.com/read/450258/7486712
dem surface1.dem
#
# $Id: surface1.dem,v 1.10 2003/10/28 05:35:54 sfeam Exp $
#
set samples 21
set isosample 11
set xlabel "X axis" -3,-2
set ylabel "Y axis" 3,-2
set zlabel "Z axis" -5
set title "3D gnuplot demo"
set
www.eeworm.com/read/307320/3724275
gp string.gp
#! /usr/bin/env gnuplot
set linestyle 1 lw 2 pt 7
set linestyle 2 lw 1 pt 2
set linestyle 3 lw 1 pt 8
set linestyle 4 lw 1 pt 4
set linestyle 5 lw 1 pt 6
set linestyle 6 lw 1 pt 5
set line
www.eeworm.com/read/389028/2544867
gp string.gp
#! /usr/bin/env gnuplot
set style line 1 lw 2 pt 7
set style line 2 lw 1 pt 2
set style line 3 lw 1 pt 8
set style line 4 lw 1 pt 4
set style line 5 lw 1 pt 6
set style line 6 lw 1 pt 5
set
www.eeworm.com/read/367675/2838786
txt 24.txt
发信人: fervvac (高远), 信区: DataMining
标 题: Re: 实验结果怎么写
发信站: 南京大学小百合站 (Thu Nov 28 09:58:36 2002), 站内信件
gnuPlot for plotting data and smartdraw for drawing figures.
【 在 GzLi (笑梨) 的大作中提到: 】
: 算法的东西