.. _U2.51.02: **u2.51.02** Plotting curves with Code_Aster ============================================= **Summary:** This document explains how, from a calculation result, one can produce tables or functions, extract the values from these tables or functions, manipulate them, and finally use the print commands to draw curves. If you have a function or a table and you simply want to represent it as a curve, go directly to paragraph [ยง :ref:`4 `], and consult the documentation for commands IMPR_FONCTION [:external:ref:`U4.33.01 `] and IMPR_TABLE [:external:ref:`U4.91.03 `]. **Preliminary note** *Post-processing should be done in* *POURSUITEet not as a result of the calculation. Several reasons for this:* 1. *in case* of error*, we do not lose the hours of calculation that made it possible to reach the* result *,* 2. we can perform numerous post-treatments directly by launching Stanley based on the result of the calculation (see astk [:ref:`U1.04.00 `] or *STANLEY* [:external:ref:`U4.81.31 `]), 3. *to simplify post-processing, we can use the possibilities offered by Python that require being in* *PAR_LOT =' NON 'in* *POURSUITEce which prevents the use of eficas for this type of post-processing, while it is easier to use eficas to build the main dataset.* .. _Ref101086361: .. toctree:: :hidden: self .. toctree:: :maxdepth: 2 :numbered: Extraire_les_donn_es___l_aide_des_commandes_Aster Transformer_les_valeurs_d_une_table_ou_d_une_fonction_en_objets_Python Manipuler_les_valeurs_en_Python Exemples_d_utilisation_de_IMPR_FONCTION_IMPR_TABLE Quelques_astuces_utiles