gr.pygr.mlab Reference ---------------------- .. automodule:: gr.pygr.mlab Output Functions ^^^^^^^^^^^^^^^^ Line Plots """""""""" .. autofunction:: gr.pygr.mlab.plot .. image:: _static/img/mlab_plots/plot.png .. autofunction:: gr.pygr.mlab.oplot .. image:: _static/img/mlab_plots/oplot.png .. autofunction:: gr.pygr.mlab.step .. image:: _static/img/mlab_plots/step.png .. autofunction:: gr.pygr.mlab.plot3 .. image:: _static/img/mlab_plots/plot3.png .. autofunction:: gr.pygr.mlab.polar .. image:: _static/img/mlab_plots/polar.png Scatter Plots """"""""""""" .. autofunction:: gr.pygr.mlab.scatter .. image:: _static/img/mlab_plots/scatter.png .. autofunction:: gr.pygr.mlab.scatter3 .. image:: _static/img/mlab_plots/scatter3.png Quiver Plots """"""""""""" .. autofunction:: gr.pygr.mlab.quiver .. image:: _static/img/mlab_plots/quiver.png Stem Plots """""""""" .. autofunction:: gr.pygr.mlab.stem .. image:: _static/img/mlab_plots/stem.png Bar Plots """"""""" .. autofunction:: gr.pygr.mlab.bar .. image:: _static/img/mlab_plots/bar.png Histograms """""""""" .. autofunction:: gr.pygr.mlab.histogram .. image:: _static/img/mlab_plots/histogram.png .. autofunction:: gr.pygr.mlab.polar_histogram .. image:: _static/img/mlab_plots/polar_histogram.png .. autofunction:: gr.pygr.mlab.hexbin .. image:: _static/img/mlab_plots/hexbin.png Contour Plots """"""""""""" .. autofunction:: gr.pygr.mlab.contour .. image:: _static/img/mlab_plots/contour.png .. autofunction:: gr.pygr.mlab.contourf .. image:: _static/img/mlab_plots/contourf.png .. autofunction:: gr.pygr.mlab.tricont .. image:: _static/img/mlab_plots/tricont.png Surface Plots """"""""""""" .. autofunction:: gr.pygr.mlab.surface .. image:: _static/img/mlab_plots/surface.png .. autofunction:: gr.pygr.mlab.trisurf .. image:: _static/img/mlab_plots/trisurf.png .. autofunction:: gr.pygr.mlab.wireframe .. image:: _static/img/mlab_plots/wireframe.png Heatmaps """""""" .. autofunction:: gr.pygr.mlab.heatmap .. image:: _static/img/mlab_plots/heatmap.png .. autofunction:: gr.pygr.mlab.shade .. image:: _static/img/mlab_plots/shade.png Images """""" .. autofunction:: gr.pygr.mlab.imshow .. image:: _static/img/mlab_plots/imshow.png Isosurfaces """"""""""" .. autofunction:: gr.pygr.mlab.isosurface .. image:: _static/img/mlab_plots/isosurface.png Volume Rendering """""""""""""""" .. autofunction:: gr.pygr.mlab.volume .. image:: _static/img/mlab_plots/volume.png Attribute Functions ^^^^^^^^^^^^^^^^^^^ .. autofunction:: gr.pygr.mlab.title .. autofunction:: gr.pygr.mlab.legend .. autofunction:: gr.pygr.mlab.xlabel .. autofunction:: gr.pygr.mlab.ylabel .. autofunction:: gr.pygr.mlab.zlabel .. autofunction:: gr.pygr.mlab.dlabel .. autofunction:: gr.pygr.mlab.xlim .. autofunction:: gr.pygr.mlab.ylim .. autofunction:: gr.pygr.mlab.zlim .. autofunction:: gr.pygr.mlab.xlog .. autofunction:: gr.pygr.mlab.ylog .. autofunction:: gr.pygr.mlab.zlog .. autofunction:: gr.pygr.mlab.xflip .. autofunction:: gr.pygr.mlab.yflip .. autofunction:: gr.pygr.mlab.zflip .. autofunction:: gr.pygr.mlab.rotation .. autofunction:: gr.pygr.mlab.tilt .. autofunction:: gr.pygr.mlab.colormap Control Functions ^^^^^^^^^^^^^^^^^ .. autofunction:: gr.pygr.mlab.figure .. autofunction:: gr.pygr.mlab.subplot .. autofunction:: gr.pygr.mlab.savefig .. autofunction:: gr.pygr.mlab.hold