代码搜索:plot
找到约 10,000 项符合「plot」的源代码
代码结果 10,000
www.eeworm.com/read/415601/2134610
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/414826/2141956
tcl plot.tcl
# plot.tcl --
#
# This demonstration script creates a canvas widget showing a 2-D
# plot with data points that can be dragged with the mouse.
#
# RCS: @(#) $Id: plot.tcl,v 1.2 1998/09/14 18:23:29 stan
www.eeworm.com/read/411228/2190541
py plot.py
from Tkinter import *
from Canvas import Line, CanvasText
import string, math
from utils import *
from math import pi
class GraphPoints:
def __init__(self, points, attr):
self.poi
www.eeworm.com/read/411228/2190542
bpy plot.bpy
from Tkinter import *
from Canvas import Line, CanvasText
import string, math
from utils import *
from math import pi
class GraphPoints:
def __init__(self, points, attr):
self.poi
www.eeworm.com/read/410687/2206022
java plot.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (
www.eeworm.com/read/407519/2261863
py plot.py
# Load mayavi
from mayavi import *
# Plot solution
v = mayavi()
d = v.open_vtk_xml("poisson_projected000000.vtu")
m = v.load_module("BandedSurfaceMap")
# Wait until window is closed
v.master.wait_wi
www.eeworm.com/read/407519/2261897
py plot.py
from pylab import *
if (size(sys.argv) < 4):
print 'Usage:', sys.argv[0], ' [plotfile 2 ... plotfile n]'
print """title - The plot title
objective - What
www.eeworm.com/read/407519/2262095
h plot.h
// Copyright (C) 2007 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-05-02
// Last changed: 2007-05-07
#ifndef __PLOT_H
#define __PLOT_H
#include
#include
www.eeworm.com/read/407519/2262096
cpp plot.cpp
// Copyright (C) 2007 Anders Logg.
// Licensed under the GNU LGPL Version 2.1.
//
// First added: 2007-05-02
// Last changed: 2007-06-13
#include
#include
#include
www.eeworm.com/read/407519/2262530
py plot.py
from pylab import *
if (size(sys.argv) < 3):
print 'Usage:', sys.argv[0], ' [plotfile 2 ... plotfile n]'
print """title - The plot title
plotfile - Output file from t