Skip to content
Snippets Groups Projects
lecture.ipynb 686 B
Newer Older
{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# MathPlot"
   ]
nyfelix's avatar
nyfelix committed
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Agemda\n",
    "\n",
    "* Introduction to MathPlot\n",
    "* Elemets of a Figure\n",
    "* Of Figures and Plots"
   ]
  },
  {
   "cell_type": "code",
   "execution_count": null,
   "metadata": {},
   "outputs": [],
   "source": [
    "https://matplotlib.org/"
   ]
nyfelix's avatar
nyfelix committed
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
nyfelix's avatar
nyfelix committed
   "name": "python",
   "version": "3.12.5"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 2
}