When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. File:Sinc function (normalized).svg - Wikipedia

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

    The original was generated by gnuplot, while the more recent one was generated with matplotlib. File size was reduced by efficient coding of the axis drawing and labeling and by a reworking of the graph's path. The resulting path is smoother even though fewer points are used in its determination.

  3. Matplotlib - Wikipedia

    en.wikipedia.org/wiki/Matplotlib

    Matplotlib-animation [11] capabilities are intended for visualizing how certain data changes. However, one can use the functionality in any way required. These animations are defined as a function of frame number (or time). In other words, one defines a function that takes a frame number as input and defines/updates the matplotlib-figure based ...

  4. File:Temp-sunspot-co2.svg - Wikipedia

    en.wikipedia.org/wiki/File:Temp-sunspot-co2.svg

    Size of this PNG preview of this SVG ... utf-8 -*-import numpy as np import matplotlib.pylab as plt import matplotlib.ticker as ticker ... co2_ax. yaxis. set_label ...

  5. File:Iran-age-pyramid.svg - Wikipedia

    en.wikipedia.org/wiki/File:Iran-age-pyramid.svg

    Size of this PNG preview of ... This W3C-invalid plot was created with Matplotlib. Source code ... plt. yticks (y_pos, labels) plt. axis ('tight') plt. title ...

  6. File:Hyperbolic and exponential; cosh.svg - Wikipedia

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

    Size of this PNG preview of ... from numpy import linspace, append from math import cosh, exp from matplotlib.pyplot import * from mpl_toolkits.axes_grid.axislines ...

  7. File:Poisson pmf.svg - Wikipedia

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

    Removed white background and recropped to fit axis labels: 03:23, 21 November 2020: 360 × 288 (39 KB) AkanoToE: Made all text LaTeX, fixed legend text spacing: 01:22, 12 September 2015: 360 × 288 (42 KB) Trlkly: Removed outer white background for aesthetic reasons (by hand). 20:23, 10 February 2010: 360 × 288 (42 KB) Skbkekas

  8. File:Sinh cosh tanh.svg - Wikipedia

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

    The hyperbolic sine (red), hyperbolic cosine (green) and hyperbolic tangent (blue) graphed on the same axes. Replaces en:Image:sinh cosh tanh.png. Instructions Generated with en:Matplotlib using the script below. Edited using en:Inkscape to fix clipping issues. Date: 10 March 2016: Source: Own work: Author: Fylwind at English Wikipedia

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