Bookmark and Share FiPy: A Finite Volume PDE Solver Using Python
Version 3.0.1-dev139-ge5d2233

Previous topic

gistViewer Package

Next topic

matplotlibViewer Package

This Page

Contact

FiPy developers
Jonathan Guyer
Daniel Wheeler
James Warren

Join our mailing list

100 Bureau Drive, M/S 6555
Gaithersburg, MD 20899

301-975-5329 Telephone
301-975-4553 Facsimile

gnuplotViewer Package

gnuplotViewer Package

fipy.viewers.gnuplotViewer.GnuplotViewer(vars, title=None, limits={}, **kwlimits)

Generic function for creating a GnuplotViewer.

The GnuplotViewer factory will search the module tree and return an instance of the first GnuplotViewer it finds of the correct dimension.

Parameters :
vars

a CellVariable or tuple of CellVariable objects to plot

title

displayed at the top of the Viewer window

limits : dict

a (deprecated) alternative to limit keyword arguments

xmin, xmax, ymin, ymax, datamin, datamax

displayed range of data. A 1D Viewer will only use xmin and xmax, a 2D viewer will also use ymin and ymax. All viewers will use datamin and datamax. Any limit set to a (default) value of None will autoscale.

gnuplot1DViewer Module

gnuplot2DViewer Module

gnuplotViewer Module

test Module

Test numeric implementation of the mesh