代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/273525/4209457
hlp plot.hlp
{smcl}
{* 11mar2005}{...}
{cmd:help plot}{right:dialog: {bf:{dialog plot}} }
{right:also see: {help undocumented}}
{hline}
{title:Title}
{p 4 14 2}
{hi:plot} {hline 2} Draw scatter
www.eeworm.com/read/270327/4240229
java plot.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/268372/4253587
java plot.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/440226/1799176
tcl plot.tcl
#
# routines to perform post processing, mostly for plotting
#
Class PostProcess
PostProcess instproc init { l lf lg gf gg redqf} {
$self instvar linkflowfile_ linkgraphfile_
$self i
www.eeworm.com/read/440061/1803074
js plot.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo licens
www.eeworm.com/read/436207/1850615
pl plot.pl
#!/lusr/bin/perl
# Perl code to create a gnuplot file on the fly from experimenter
# (c) 2003 Mikhail Bilenko
open(FILE, "
www.eeworm.com/read/435629/1863271
m plot.m
function plot(p)
% POLYNOM/PLOT PLOT(p) plots the polynom p.
r = max(abs(roots(p)));
x = (-1.1:0.01:1.1)*r;
y = polyval(p,x);
plot(x,y);
title(char(p))
grid on
www.eeworm.com/read/426274/1994055
js plot.js
/*
Copyright (c) 2004-2006, The Dojo Foundation
All Rights Reserved.
Licensed under the Academic Free License version 2.1 or above OR the
modified BSD license. For more information on Dojo l
www.eeworm.com/read/424059/2019755
plot-power
set terminal postscript eps monochrome font "Helvetica" 16
set output "plot-power.eps"
set title "Average power consumption per node"
set xlabel "Node number"
set ylabel "Power (mW)"
set boxwidth 0.5
www.eeworm.com/read/424059/2019757
plot-all
set terminal postscript eps color font "Helvetica" 10
set xlabel "Time"
set xdata time
set timefmt "%s"
#set datafile separator " "
#set boxwidth 0.15
#set style fill pattern 1
set style data lines
se