When.com Web Search

  1. Ad

    related to: python code for matplotlib

Search results

  1. Results From The WOW.Com Content Network
  2. Matplotlib - Wikipedia

    en.wikipedia.org/wiki/Matplotlib

    Matplotlib (portmanteau of MATLAB, plot, and library [3]) is a plotting library for the Python programming language and its numerical mathematics extension NumPy.It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like Tkinter, wxPython, Qt, or GTK.

  3. File:Matplotlib basic v.svg - Wikipedia

    en.wikipedia.org/wiki/File:Matplotlib_basic_v.svg

    Python/Matplotlib Source Code #!/usr/bin/env python """This generates the graph of ... # Author: Ika. 2015-08-08 import matplotlib.pyplot as plt import numpy as np x ...

  4. File:Mandelbrot set, plotted with Matplotlib.svg - Wikipedia

    en.wikipedia.org/wiki/File:Mandelbrot_set...

    Download QR code; In other projects Appearance. move to ... 1=The Mandelbrot set, plotted with Python and Matplotlib. (Originally programmed for Rosetta Code ...

  5. Python (programming language) - Wikipedia

    en.wikipedia.org/wiki/Python_(programming_language)

    Since 7 October 2024, Python 3.13 is the latest stable release, and it and, for few more months, 3.12 are the only releases with active support including for bug fixes (as opposed to just for security) and Python 3.9, [55] is the oldest supported version of Python (albeit in the 'security support' phase), due to Python 3.8 reaching end-of-life.

  6. File:Sierpinski triangle.svg - Wikipedia

    en.wikipedia.org/wiki/File:Sierpinski_triangle.svg

    This plot was created with Matplotlib. Source code. Python code. from __future__ import division import matplotlib.pyplot as plt plt. figure plt. subplot ...

  7. File:Matplotlib 3d v.svg - Wikipedia

    en.wikipedia.org/wiki/File:Matplotlib_3d_v.svg

    Python/Matplotlib Source Code ... # Author: Ika. 2015-08-08 from matplotlib import cm from mpl_toolkits.mplot3d import Axes3D import matplotlib.pyplot as plt import ...

  8. Mandelbrot set - Wikipedia

    en.wikipedia.org/wiki/Mandelbrot_set

    Python code. Here is the code implementing the above algorithm in Python: import numpy as np import matplotlib.pyplot as plt # setting parameters ...

  9. John D. Hunter - Wikipedia

    en.wikipedia.org/wiki/John_D._Hunter

    Hunter initially developed Matplotlib during his postdoctoral research in neurobiology to visualize electrocorticography (ECoG) data of epilepsy patients. [4] The open-source tool emerged as the most widely used plotting library for the Python programming language and a core component of the scientific Python stack, along with NumPy, SciPy and IPython. [6]