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

    from pylab import * from numpy import NaN xmin, xmax, ymin, ymax =-2, 0.8,-1.5 ... Click on a date/time to view the file as it appeared at that time. ... plotted with ...

  3. File:Discontinuity of the sign function at 0.svg - Wikipedia

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

    Python code. import matplotlib.pyplot as plt import numpy as np xs1 = np. linspace ... Click on a date/time to view the file as it appeared at that time. Date/Time

  4. NumPy - Wikipedia

    en.wikipedia.org/wiki/NumPy

    NumPy (pronounced / ˈ n ʌ m p aɪ / NUM-py) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays. [3]

  5. File:Cauchy cdf.svg - Wikipedia

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

    Python code. import numpy as np import matplotlib.pyplot as plt import scipy.special as sp col = ... Click on a date/time to view the file as it appeared at that time.

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

  7. File:Paschen curves.svg - Wikipedia

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

    Python code. Source code import matplotlib.pyplot as plt import numpy as np def paschen ... Click on a date/time to view the file as it appeared at that time.

  8. File:Sinh cosh tanh.svg - Wikipedia

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

    Python code. import numpy as np import matplotlib.pyplot as plt lim = 8 size = 5.6 fig, ax = plt. subplots ... Click on a date/time to view the file as it appeared at ...

  9. File:Exponential pdf.svg - Wikipedia

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

    Python code. import numpy as np import matplotlib.pyplot as plt col = {0.5: 'orange', 1: ... Click on a date/time to view the file as it appeared at that time.