Introduction
Dans ce tutoriel, nous allons apprendre à utiliser le parseur et le moteur de mise en page LaTeX interne de Matplotlib pour créer du texte mathématique. Nous utiliserons le langage de programmation Python pour écrire le code.
Conseils sur la machine virtuelle
Une fois le démarrage de la machine virtuelle terminé, cliquez dans le coin supérieur gauche pour basculer vers l'onglet Carnet de notes pour accéder au carnet Jupyter Notebook pour pratiquer.
Parfois, vous devrez peut-être attendre quelques secondes pour que le carnet Jupyter Notebook ait fini de charger. La validation des opérations ne peut pas être automatisée en raison des limitations du carnet Jupyter Notebook.
Si vous rencontrez des problèmes pendant l'apprentissage, n'hésitez pas à demander à Labby. Donnez votre feedback après la session, et nous résoudrons rapidement le problème pour vous.
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
matplotlib(("Matplotlib")) -.-> matplotlib/PlottingDataGroup(["Plotting Data"])
matplotlib(("Matplotlib")) -.-> matplotlib/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
matplotlib(("Matplotlib")) -.-> matplotlib/PlotCustomizationGroup(["Plot Customization"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/DataScienceandMachineLearningGroup(["Data Science and Machine Learning"])
matplotlib/BasicConceptsGroup -.-> matplotlib/importing_matplotlib("Importing Matplotlib")
matplotlib/BasicConceptsGroup -.-> matplotlib/figures_axes("Understanding Figures and Axes")
matplotlib/PlottingDataGroup -.-> matplotlib/line_plots("Line Plots")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/DataStructuresGroup -.-> python/sets("Sets")
matplotlib/PlotCustomizationGroup -.-> matplotlib/legend_config("Legend Configuration")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/DataScienceandMachineLearningGroup -.-> python/data_visualization("Data Visualization")
subgraph Lab Skills
matplotlib/importing_matplotlib -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
matplotlib/figures_axes -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
matplotlib/line_plots -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
python/lists -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
python/tuples -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
python/sets -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
matplotlib/legend_config -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
python/importing_modules -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
python/data_visualization -.-> lab-48823{{"Utiliser LaTeX de Matplotlib pour la mise en forme mathématique"}}
end