• Thumbnail for Matplotlib
    Matplotlib (portmanteau of MATLAB, plot, and library) is a plotting library for the Python programming language and its numerical mathematics extension...
    6 KB (459 words) - 04:07, 6 June 2025
  • August 28, 2012) was an American neurobiologist and the original author of Matplotlib. Hunter was brought up in Dyersburg, Tennessee, and attended The McCallie...
    7 KB (524 words) - 20:19, 20 November 2024
  • Thumbnail for Bitstream Vera
    Bitstream Vera Sans is also the default font used by the Python library Matplotlib to produce plots. Bitstream Vera itself covers Basic Latin and Latin 1-Supplement...
    4 KB (337 words) - 08:30, 10 May 2025
  • Thumbnail for NumPy
    available; SciPy is a library that adds more MATLAB-like functionality and Matplotlib is a plotting package that provides MATLAB-like plotting functionality...
    22 KB (2,459 words) - 15:36, 17 June 2025
  • Thumbnail for Empirical distribution function
    use statsmodels.distributions.empirical_distribution.ECDF Matplotlib, using the matplotlib.pyplot.ecdf function (new in version 3.8.0) Seaborn, using...
    13 KB (1,514 words) - 14:05, 27 February 2025
  • ggplot2 Graphics Layout Engine Gnuplot Grace Matplotlib Plotly PLplot PyX ROOT SciDAVis Vega JFreeChart Matplotlib R Collabora Online Calc – spreadsheet component...
    75 KB (5,415 words) - 12:31, 15 June 2025
  • Thumbnail for Grace Hopper
    Hopper images in place of Lena by ivanov · Pull Request #1599 · matplotlib/matplotlib". GitHub. Retrieved July 9, 2020. "Grace Hopper Celebration of Women...
    73 KB (6,929 words) - 15:08, 11 June 2025
  • Thumbnail for Python (programming language)
    framework is used by Dropbox, for example. Libraries such as NumPy, SciPy and Matplotlib allow the effective use of Python in scientific computing, with specialized...
    175 KB (14,436 words) - 11:41, 18 June 2025
  • Thumbnail for Root locus analysis
    function using the Python Control Systems Library and Matplotlib. import control as ct import matplotlib.pyplot as plt # Define the transfer function sys =...
    20 KB (2,865 words) - 03:13, 25 May 2025
  • Thumbnail for Hurwitz zeta function
    Hurwitz zeta function corresponding to a = 1/3. It is generated as a Matplotlib plot using a version of the Domain coloring method....
    22 KB (4,190 words) - 19:25, 30 March 2025
  • Thumbnail for Chan Zuckerberg Initiative
    blog.scientific-python.org. Retrieved 11 May 2023. "Matplotlib Awarded CZI EOSS Grant". Matplotlib. 14 November 2019. Retrieved 11 May 2023. "Accelerating...
    39 KB (3,336 words) - 23:30, 15 June 2025
  • Thumbnail for Blaschke product
    B(z)} , associated to 50 randomly chosen points in the unit disk. B(z) is represented as a Matplotlib plot, using a version of the Domain coloring method....
    4 KB (597 words) - 08:17, 21 January 2025
  • Thumbnail for Logarithmic scale
    1088/0957-0233/24/2/027001. ISSN 0957-0233. S2CID 12007380. "Symlog Demo". Matplotlib 3.4.2 documentation. 2021-05-08. Retrieved 2021-06-22. Ainslie, M. A....
    13 KB (1,203 words) - 22:36, 16 June 2025
  • Thumbnail for Violin plot
    wide-form dataset with the seaborn statistical visualization library based on matplotlib  This article incorporates public domain material from Dataplot reference...
    4 KB (483 words) - 09:12, 25 May 2025
  • Thumbnail for Pandas (software)
    concerns and other limitations. Free and open-source software portal matplotlib NumPy Dask SciPy Polars R (programming language) scikit-learn List of...
    13 KB (1,370 words) - 20:33, 7 June 2025
  • Thumbnail for Dirichlet eta function
    Color representation of the Dirichlet eta function. It is generated as a Matplotlib plot using a version of the Domain coloring method....
    19 KB (3,708 words) - 13:53, 29 May 2025
  • Thumbnail for Principal component analysis
    residuals and reconstructed matrix for a low-rank PCA approximation. Matplotlib – Python library have a PCA package in the .mlab module. mlpack – Provides...
    117 KB (14,851 words) - 06:44, 17 June 2025
  • Thumbnail for IC50
    online IC50 calculator (www.ic50.org) based on Python, NumPy, SciPy and Matplotlib ELISA IC50/EC50 Online Tool (link seems broken) IC50 to pIC50 calculator...
    10 KB (1,085 words) - 17:53, 26 February 2025
  • Thumbnail for Streamgraph
    for value comparison tasks. Streamgraphs are officially supported by Matplotlib and D3.js. Marco Di Bartolomeo and Yifan Hu (2016) propose several improvements...
    4 KB (436 words) - 11:41, 28 May 2025
  • Thumbnail for Scikit-learn
    scikit-learn integrates well with many other Python libraries, such as Matplotlib and plotly for plotting, NumPy for array vectorization, Pandas dataframes...
    8 KB (715 words) - 12:26, 17 June 2025
  • Thumbnail for Mandelbrot set
    above algorithm in Python:[close paraphrasing] import numpy as np import matplotlib.pyplot as plt # Setting parameters (these values can be changed) x_domain...
    71 KB (8,823 words) - 22:48, 7 June 2025
  • Thumbnail for PyCharm
    supports Anaconda as well as multiple scientific packages including Matplotlib and NumPy. Front-end and back-end web development: special support for...
    12 KB (870 words) - 17:14, 21 May 2025
  • also frequently built into common visualisation toolboxes include: MPL (Matplotlib) color maps (including default Viridis) developed by Stéfan van der Walt...
    27 KB (3,155 words) - 05:45, 31 May 2025
  • of 2012. "Anti-Grain Geometry Library". 28 May 2021. "Matplotlib Documentation - Using Matplotlib - Figures and backends - Backends". Retrieved 2023-09-26...
    7 KB (794 words) - 10:10, 22 May 2025
  • Thumbnail for Spyder (software)
    prominent packages in the scientific Python stack, including NumPy, SciPy, Matplotlib, pandas, IPython, SymPy and Cython, as well as other open-source software...
    11 KB (913 words) - 20:17, 28 April 2025
  • Thumbnail for Stereoscopy
    stereogram of a trefoil knot, generated by the mpl_stereo extension to the Matplotlib open-source plotting library. The stereoscopic effect allows for seeing...
    56 KB (6,964 words) - 04:13, 18 June 2025
  • Thumbnail for Inverse Gaussian distribution
    mu) / x; } And to plot Wald distribution in Python using matplotlib and NumPy: import matplotlib.pyplot as plt import numpy as np h = plt.hist(np.random...
    28 KB (3,168 words) - 15:15, 25 May 2025
  • software with visual programming interface and integrated visualization (via Matplotlib, VTK). Apache Singa, a library for deep learning. CuPy, a library for...
    32 KB (3,541 words) - 11:21, 13 June 2025
  • Thumbnail for Buffon's needle problem
    A Python 3 based simulation using Matplotlib to sketch Buffon's needle experiment with the parameters t = 5.0, l = 2.6. Observe the calculated value of...
    27 KB (4,303 words) - 15:54, 26 May 2025
  • spaCy for natural language processing, OpenCV for computer vision, and Matplotlib for data visualization. Hugging Face's transformers library can manipulate...
    12 KB (1,278 words) - 22:15, 25 May 2025