Bobby Aldridge
|
a22156399f
Adds close() function.
|
před 7 roky |
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.
|
před 7 roky |
Patrik Fors
|
41817480ca
Added wrapper for ion function
|
před 7 roky |
tirtadwipam
|
fb4cdf929b
Support for stem and xkcd (#43)
|
před 7 roky |
Yuan
|
71bd59b102
added support to semilogx, semilogy, and loglog.
|
před 7 roky |
hyhuang
|
4ea1200e9d
Add non-blocking mode of show and an example
|
před 7 roky |
Yuma.M
|
63d0e15009
Support draw and pause functions
|
před 7 roky |
Valerio Magnago
|
ce69854b03
added a char* cast at line 95 and solve compilation error
|
před 7 roky |
Benno Evers
|
5b1c7bb946
Add backend function to enable running in headless mode.
|
před 8 roky |
Benno Evers
|
2ce9760d71
Update documentation after introducing numpy
|
před 8 roky |
Christos
|
ac61b3fabe
replace python lists with numpy arrays and avoid copy of input data
|
před 8 roky |
Benno Evers
|
0bfb012865
Add tight_layout() function
|
před 8 roky |
Tom Kneiphof
|
791fa415db
Add wrapper for plt.fill_between
|
před 8 roky |
Benno Evers
|
a284aa557e
Document flag for changing python version, make the mechanism more general
|
před 8 roky |
Chachay
|
b815a4320f
Windows Compile Command
|
před 8 roky |
Chachay
|
d3c9763cad
Added Python3 support
|
před 8 roky |
Benno Evers
|
4a725eb1dd
Make code formatting more consistent
|
před 8 roky |
Raphael Taylor-Davies
|
1e09ba27c5
Wrapped errorbar function
|
před 8 roky |
Raphael Taylor-Davies
|
0401e3e1c6
Added clf function and fixed mistakes due to the way PyTuple_SetItem steals references.
|
před 8 roky |
Martino Ferrari
|
3fc3148495
Remove Py_DECREF(...) of objects in args
|
před 8 roky |
Martino
|
bfa2300e83
Added annotate() method
|
před 8 roky |
Martino
|
d430c696ef
Added xlim() and ylim() to get the limits of a plot
|
před 8 roky |
Martino
|
94a41026eb
Changed PyFloat to PyLong for bins
|
před 8 roky |
Martino
|
de35a19721
Tested Py_DECREF(...)
|
před 8 roky |
Martino
|
37d9c2fa19
Corrected output
|
před 8 roky |
Mandarancio
|
2cbc314288
Added hist and named_hist
|
před 8 roky |
Torfinn Berset
|
5f6e611aa7
Add subplot
|
před 8 roky |
Torfinn Berset
|
088af33c7d
Cleanup
|
před 8 roky |
AtsushiSakai
|
27ce78e45c
Add xlabel, ylabel, axis and grid functions
|
před 9 roky |
AtsushiSakai
|
335ffa61f6
format code
|
před 9 roky |