jlgr Reference -------------- This module offers a simple, matlab-style API built on top of the GR package. Output Functions ^^^^^^^^^^^^^^^^ Line Plots """""""""" .. jl:autofunction:: GR.jl/src/jlgr.jl plot .. image:: _static/img/jlgr_plots/plot.png .. jl:autofunction:: GR.jl/src/jlgr.jl oplot .. image:: _static/img/jlgr_plots/oplot.png .. jl:autofunction:: GR.jl/src/jlgr.jl plot3 .. image:: _static/img/jlgr_plots/plot3.png .. jl:autofunction:: GR.jl/src/jlgr.jl polar .. image:: _static/img/jlgr_plots/polar.png Scatter Plots """"""""""""" .. jl:autofunction:: GR.jl/src/jlgr.jl scatter .. image:: _static/img/jlgr_plots/scatter.png .. jl:autofunction:: GR.jl/src/jlgr.jl scatter3 .. image:: _static/img/jlgr_plots/scatter3.png Stem Plots """""""""" .. jl:autofunction:: GR.jl/src/jlgr.jl stem .. image:: _static/img/jlgr_plots/stem.png Histograms """""""""" .. jl:autofunction:: GR.jl/src/jlgr.jl histogram .. image:: _static/img/jlgr_plots/histogram.png .. jl:autofunction:: GR.jl/src/jlgr.jl hexbin .. image:: _static/img/jlgr_plots/hexbin.png Contour Plots """"""""""""" .. jl:autofunction:: GR.jl/src/jlgr.jl contour .. image:: _static/img/jlgr_plots/contour.png .. jl:autofunction:: GR.jl/src/jlgr.jl contourf .. image:: _static/img/jlgr_plots/contourf.png .. jl:autofunction:: GR.jl/src/jlgr.jl tricont .. image:: _static/img/jlgr_plots/tricont.png Surface Plots """"""""""""" .. jl:autofunction:: GR.jl/src/jlgr.jl surface .. image:: _static/img/jlgr_plots/surface.png .. jl:autofunction:: GR.jl/src/jlgr.jl trisurf .. image:: _static/img/jlgr_plots/trisurf.png .. jl:autofunction:: GR.jl/src/jlgr.jl wireframe .. image:: _static/img/jlgr_plots/wireframe.png Heatmaps """""""" .. jl:autofunction:: GR.jl/src/jlgr.jl heatmap .. image:: _static/img/jlgr_plots/heatmap.png Images """""" .. jl:autofunction:: GR.jl/src/jlgr.jl imshow .. image:: _static/img/jlgr_plots/imshow.png Isosurfaces """"""""""" .. jl:autofunction:: GR.jl/src/jlgr.jl isosurface .. image:: _static/img/jlgr_plots/isosurface.png Attribute Functions ^^^^^^^^^^^^^^^^^^^ .. jl:autofunction:: GR.jl/src/jlgr.jl title .. jl:autofunction:: GR.jl/src/jlgr.jl legend .. jl:autofunction:: GR.jl/src/jlgr.jl xlabel .. jl:autofunction:: GR.jl/src/jlgr.jl ylabel .. jl:autofunction:: GR.jl/src/jlgr.jl colormap Control Functions ^^^^^^^^^^^^^^^^^ .. jl:autofunction:: GR.jl/src/jlgr.jl figure .. jl:autofunction:: GR.jl/src/jlgr.jl subplot .. jl:autofunction:: GR.jl/src/jlgr.jl savefig .. jl:autofunction:: GR.jl/src/jlgr.jl hold