.. _label-basic-plot: Basic plot ++++++++++ These functions allow to display curves or values of a ``matrix``. .. _label-imagesc: imagesc ------- .. doxygenfunction:: imagesc(figure &fig, matrix const &M) :project: castor .. _label-plot: plot ---- .. doxygenfunction:: plot(figure &fig, matrix const &X, matrix const &Y, std::vector const &style = {""}, std::vector const &label = {""}) :project: castor See :ref:`label-plot3` .. _label-plot3: plot3 ----- .. doxygenfunction:: plot3(figure &fig, matrix const &X, matrix const &Y, matrix const &Z, std::string const &style = "") :project: castor See :ref:`label-plot` .. _label-spy: spy --- .. doxygenfunction:: spy :project: castor