Historique des commits

Auteur SHA1 Message Date
  Benno Evers c3e4a829b7 Correct a few reference counting errors. il y a 7 ans
  Benno Evers 76e16aaaa7 Remove unnecessary overloads for stem() and name_plot(). il y a 7 ans
  Benno Evers e0bdd04e32 Remove indentation for namespaces to reduce average line length. il y a 7 ans
  Kartik Mohta 037022be2b Fix build with python 3 il y a 7 ans
  Bobby Aldridge a22156399f Adds close() function. il y a 7 ans
  Bobby Aldridge 6aa4bc6086 Fixes #30. Creates a function called import_numpy defined as an int if the Python version 3 and void if the Python version is 2. il y a 7 ans
  Patrik Fors 41817480ca Added wrapper for ion function il y a 7 ans
  tirtadwipam fb4cdf929b Support for stem and xkcd (#43) il y a 7 ans
  Yuan 71bd59b102 added support to semilogx, semilogy, and loglog. il y a 7 ans
  hyhuang 4ea1200e9d Add non-blocking mode of show and an example il y a 7 ans
  Yuma.M 63d0e15009 Support draw and pause functions il y a 7 ans
  Valerio Magnago ce69854b03 added a char* cast at line 95 and solve compilation error il y a 7 ans
  Benno Evers 5b1c7bb946 Add backend function to enable running in headless mode. il y a 8 ans
  Benno Evers 2ce9760d71 Update documentation after introducing numpy il y a 8 ans
  Christos ac61b3fabe replace python lists with numpy arrays and avoid copy of input data il y a 8 ans
  Benno Evers 0bfb012865 Add tight_layout() function il y a 8 ans
  Tom Kneiphof 791fa415db Add wrapper for plt.fill_between il y a 8 ans
  Benno Evers a284aa557e Document flag for changing python version, make the mechanism more general il y a 8 ans
  Chachay b815a4320f Windows Compile Command il y a 8 ans
  Chachay d3c9763cad Added Python3 support il y a 8 ans
  Benno Evers 4a725eb1dd Make code formatting more consistent il y a 8 ans
  Raphael Taylor-Davies 1e09ba27c5 Wrapped errorbar function il y a 8 ans
  Raphael Taylor-Davies 0401e3e1c6 Added clf function and fixed mistakes due to the way PyTuple_SetItem steals references. il y a 8 ans
  Martino Ferrari 3fc3148495 Remove Py_DECREF(...) of objects in args il y a 8 ans
  Martino bfa2300e83 Added annotate() method il y a 8 ans
  Martino d430c696ef Added xlim() and ylim() to get the limits of a plot il y a 8 ans
  Martino 94a41026eb Changed PyFloat to PyLong for bins il y a 8 ans
  Martino de35a19721 Tested Py_DECREF(...) il y a 8 ans
  Martino 37d9c2fa19 Corrected output il y a 8 ans
  Mandarancio 2cbc314288 Added hist and named_hist il y a 8 ans