Home
last modified time | relevance | path

Searched refs:pyplot (Results 1 – 9 of 9) sorted by relevance

/petsc/lib/petsc/bin/
H A DPetscBinaryIOTrajectory.py11 import matplotlib.pyplot as pyplot namespace
52 pyplot.plot(t,w)
53 pyplot.legend(subnames)
54 pyplot.show()
H A Dpetsc_tas_analysis.py19 import matplotlib.pyplot as plt
/petsc/src/binding/petsc4py/demo/legacy/wrap-cython/
H A Drun_demo.py41 from matplotlib import pyplot
42 pyplot.contourf(solution[:, :, N//2])
43 pyplot.axis('equal')
44 pyplot.show()
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Drun_demo.py62 from matplotlib import pyplot
63 pyplot.contourf(solution[:, :, N//2])
64 pyplot.axis('equal')
65 pyplot.show()
/petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/
H A Drun_demo.py73 from matplotlib import pyplot
74 pyplot.contourf(solution)
75 pyplot.axis('equal')
76 pyplot.show()
/petsc/src/benchmarks/streams/
H A Dprocess.py43 import matplotlib.pyplot as plt
/petsc/src/benchmarks/
H A DbenchmarkExample.py345 import matplotlib.pyplot as plt
364 import matplotlib.pyplot as plt
381 import matplotlib.pyplot as plt
398 import matplotlib.pyplot as plt
/petsc/src/binding/petsc4py/demo/regressor/
H A Dtest_regressor_synthetic.py10 import matplotlib.pyplot as plt
/petsc/share/petsc/bin/
H A Ddmnetwork_view.py501 import matplotlib.pyplot as plt