83
100
Built from v3.8.4-2-g4dcfcf8b7b. Built with the PyData Sphinx Theme 0.13.3.PyData Sphinx Theme 0.13.3.
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 11,456 Site Rank
  • Report Card

83
100
Plot types; Gridded data: Gridded ... Plots of arrays and images \(Z_{i, j}\) and fields \(U_{i, j}, V_{i, j}\) on regular grids and corresponding coordinate grids \(X_{i,j}, Y_{i,j}\). imshow(Z) ... Michael Droettboom and the Matplotlib development team; 2012-2024 The Matplotlib development team. Created using Sphinx 7.2.6. Built from v3.8.4 ...
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 11,456 Site Rank
  • Report Card

83
100
Plot types; 3D and volumetric data ... Plots of three-dimensional \((x,y,z)\), surface \(f(x,y)=z\), and volumetric \(V_{x, y, z}\) data using the mpl_toolkits.mplot3d library. ... Michael Droettboom and the Matplotlib development team; 2012-2024 The Matplotlib development team. Created using Sphinx 7.2.6. Built from v3.8.4-2-g4dcfcf8b7b.
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 11,456 Site Rank
  • Report Card

83
100
Note. Go to the end to download the full example code. scatter(x, y)# See scatter.. import matplotlib.pyplot as plt import numpy as np plt. style. use ('_mpl-gallery ...
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 11,456 Site Rank
  • Report Card

83
100
bar(x, height) - Plot types — Matplotlib 3.8.4 documentation
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 11,456 Site Rank
  • Report Card

83
100
Note. Go to the end to download the full example code. stem(x, y)# See stem.. import matplotlib.pyplot as plt import numpy as np plt. style. use ('_mpl-gallery') # make data x = 0.5 + np. arange (8) y = [4.8, 5.5, 3.5, 4.6, 6.5, 6.6, 2.6, 3.0] # plot fig, ax = plt. subplots ax. stem (x, y) ax. set (xlim = (0, 8), xticks = np. arange (1, 8), ylim = (0, 8), yticks = np. arange (1, 8)) plt. show ()
  • Safe
  • United States
  • Encrypted
  • 12 yrs old
  • 11,456 Site Rank
  • Report Card

See more