Skip to content

Instantly share code, notes, and snippets.

@phobson
Last active March 21, 2017 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phobson/1106492d274f1604b95f7f39c4097e15 to your computer and use it in GitHub Desktop.
Save phobson/1106492d274f1604b95f7f39c4097e15 to your computer and use it in GitHub Desktop.
[Scratch] MPL Reorganization ideas

mpl-stat

  • boxplot
  • bxp (+ cboox.boxplot_stats)
  • violinplot
  • violin (+ cboox.violin_stats)
  • hist
  • hist2d
  • hexbin

mpl-signal

  • csd
  • psd
  • acorr
  • xcorr
  • magnitude_spectrum
  • angle_spectrum
  • phase_spectrum
  • cohere
  • specgram

mpl-vector (mpl-field?)

  • barbs
  • quiver
  • streamplot

mpl-matrix (mpl-image?)

  • imshow
  • matshow
  • spy
  • triplot
  • (tri)contour(f)
  • (tri)pcolor(mesh|fast)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment