代码搜索:Plot

找到约 10,000 项符合「Plot」的源代码

代码结果 10,000
www.eeworm.com/read/167185/5464556

esps_plot

#! /bin/sh # do not hack this file. Change it in the install script and rerun install # This script is fed a tektronix format plot file in standard input. # # For the case of a remote machine do some
www.eeworm.com/read/167185/5465697

plot_script

#! /bin/sh #-----------------------------------------------------------------------+ # | # This material contains proprietary software of Entropic Speech, | # Inc. Any reproduction, distr
www.eeworm.com/read/349580/3142520

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/349580/3142556

py plot.py

from dolfin import * from pylab import * if (size(sys.argv) < 4): print 'Usage:', sys.argv[0], ' [plotfile 2 ... plotfile n]' print """title - The plot title
www.eeworm.com/read/349580/3142655

py plot.py

from dolfin import * u = Function("elasticity.xml") plot(u, mode="displacement", lutfile="VIF.lut")
www.eeworm.com/read/349580/3142667

py plot.py

from dolfin import * u = Function("poisson.xml") plot(u)
www.eeworm.com/read/349580/3142677

py plot.py

from dolfin import * # Plot velocity u = Function("velocity.xml") plot(u) # Plot pressure p = Function("pressure.xml") plot(p)
www.eeworm.com/read/349580/3142682

py plot.py

from dolfin import * # Plot velocity u = Function("velocity.xml") plot(u) # Plot pressure p = Function("pressure.xml") plot(p)
www.eeworm.com/read/349580/3142687

py plot.py

from dolfin import * sigma = Function("sigma.xml") plot(sigma) u = Function("u.xml") plot(u)
www.eeworm.com/read/349580/3142692

py plot.py

# Load mayavi from mayavi import * # Plot solution v = mayavi() d = v.open_vtk_xml("nonlinear_poisson000000.vtu", 0) m = v.load_module("BandedSurfaceMap", 0) # Wait until window is closed v.master.w