Plotting Examples ================== Linear and SemiLog plots ------------------------- +-----------------------------------------+----------------------------------------+ | .. image:: ../../img/LinearPlot.png | .. image:: ../../img/SemiLogXPlot.png | | :width: 400 | :width: 400 | +-----------------------------------------+----------------------------------------+ | .. image:: ../../img/SemiLogYPlot.png | .. image:: ../../img/ComplexPlot.png | | :width: 400 | :width: 400 | +-----------------------------------------+----------------------------------------+ .. literalinclude:: ../../../../examples/plot_xy_simple.py :language: python :linenos: Histogram and Box plots ------------------------- +-----------------------------------------+-------------------------------------+ | .. image:: ../../img/HistogramPlot.png | .. image:: ../../img/BoxPlot.png | | :width: 400 | :width: 400 | +-----------------------------------------+-------------------------------------+ .. literalinclude:: ../../../../examples/plot_stochastics_simple.py :language: python :linenos: Special plots -------------- +--------------------------------------------+ | .. image:: ../../img/PseudoColorPlot.png | | :width: 400 | +--------------------------------------------+ .. literalinclude:: ../../../../examples/plot_datamaps.py :language: python :linenos: