.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "gen/examples/output_parsing/plot_full_report.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code. .. rst-class:: sphx-glr-example-title .. _sphx_glr_gen_examples_output_parsing_plot_full_report.py: Plot a Full run report ====================== Print a full report of a roxie run Download Input files * :download:`dipole_2d.data <../../../../../examples/input_files/dipole_2d.data>` * :download:`dipole_2d.post.xml <../../../../../examples/input_files/dipole_2d.post.xml>` .. GENERATED FROM PYTHON SOURCE LINES 14-18 Setting up ---------- Standard Loading of input, Parsing and Initializing RoxiePlotOutputs object .. GENERATED FROM PYTHON SOURCE LINES 18-25 .. code-block:: Python from roxieapi.output.plots import RoxiePlotOutputs plots = RoxiePlotOutputs( "../input_files/dipole_2d.post.xml", "../input_files/dipole_2d.data" ) .. GENERATED FROM PYTHON SOURCE LINES 26-29 Report output ------------- The RoxiePlotOutputs object defines standard report for a run .. GENERATED FROM PYTHON SOURCE LINES 29-32 .. code-block:: Python plots.output_report() .. rst-class:: sphx-glr-horizontal * .. image-sg:: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_001.png :alt: Lorenz forces in conductors, X component, Perpendicular, Radial, Y component, Parallel, Azimuthal :srcset: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_001.png, /gen/examples/output_parsing/images/sphx_glr_plot_full_report_001_2_00x.png 2.00x :class: sphx-glr-multi-img * .. image-sg:: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_002.png :alt: Plot2D 1 :srcset: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_002.png, /gen/examples/output_parsing/images/sphx_glr_plot_full_report_002_2_00x.png 2.00x :class: sphx-glr-multi-img * .. image-sg:: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_003.png :alt: Plot2D 2 :srcset: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_003.png, /gen/examples/output_parsing/images/sphx_glr_plot_full_report_003_2_00x.png 2.00x :class: sphx-glr-multi-img * .. image-sg:: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_004.png :alt: Plot2D 3 :srcset: /gen/examples/output_parsing/images/sphx_glr_plot_full_report_004.png, /gen/examples/output_parsing/images/sphx_glr_plot_full_report_004_2_00x.png 2.00x :class: sphx-glr-multi-img .. rst-class:: sphx-glr-script-out .. code-block:: none nr value name act_on blocks 0 1 22.0 PHI 2 [2] 1 2 47.0 PHI 2 [5] 2 3 66.0 PHI 2 [6] nr value raw_value obj_name obj_p1 obj_p2 0 1 6.035983 2.456824 B 3 1 1 2 121.328491 -4.926023 B 5 1 2 3 31.940612 1.787194 B 7 1 {'text/html': ' \n '} {'text/html': '
'} {'text/html': '
'} {'text/html': '
'} {'text/html': '
'} .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 2.305 seconds) .. _sphx_glr_download_gen_examples_output_parsing_plot_full_report.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_full_report.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_full_report.py ` .. container:: sphx-glr-download sphx-glr-download-zip :download:`Download zipped: plot_full_report.zip ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_