When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. File:Mandelbrot set, plotted with Matplotlib.svg - Wikipedia

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

    Download QR code; In other projects ... The Mandelbrot set, plotted with Python and Matplotlib. (Originally programmed for Rosetta Code.) ... / px # grid resolution ...

  3. Wikipedia : How to create charts for Wikipedia articles

    en.wikipedia.org/wiki/Wikipedia:How_to_create...

    Python and Matplotlib are cross-platform, and are therefore available for Windows, OS X, and the Unix-like operating systems like Linux and FreeBSD. Matplotlib can create plots in a variety of output formats, such as PNG and SVG. Matplotlib mainly does 2-D plots (such as line, contour, bar, scatter, etc.), but 3-D functionality is also available.

  4. 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.

  5. Bicubic interpolation - Wikipedia

    en.wikipedia.org/wiki/Bicubic_interpolation

    Bicubic interpolation as per Matplotlib's implementation. Colour indicates function value. The black dots are the locations of the prescribed data being interpolated. Note how the color samples are not radially symmetric. Bilinear interpolation on the same dataset as above. Derivatives of the surface are not continuous over the square boundaries.

  6. File:LynnHarveyNyborg-Atheism-IQ.svg - Wikipedia

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

    This W3C-invalid plot was created with Matplotlib. Source code ... [0, 85, 60, 110]) grid (True) ... Code of Conduct;

  7. File:Sinh cosh tanh.svg - Wikipedia

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

    Download QR code; In other projects ... import numpy as np import matplotlib.pyplot as plt lim = 8 size = 5.6 fig ... ax. set_ylabel ("y") ax. grid ("on") ax. legend ...

  8. File:Paschen curves.svg - Wikipedia

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

    The source for parameter values for A and B is provided in the code. ... import matplotlib.pyplot as plt import numpy as np ... (Volt)') ax. grid (True) plt ...

  9. Pyspread - Wikipedia

    en.wikipedia.org/wiki/Pyspread

    Free and open-source software portal; Pyspread is a non-traditional spreadsheet.Cells in pyspread's grid accept expressions in the Python programming language. [2] A cell can return any Python object, which allows calculations with vectors, matrices, fractions, arbitrary precision numbers and symbols.