An open API service providing commit metadata for open source projects.

GitHub / lava/matplotlib-cpp / commits

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib

SHA Message Author Date Stats
07919458 Update README and Makefile for quiver plot example. Benno Evers <b****s@m****m> almost 8 years ago
e49f4f7c Chose a better name for the parameter to text Cooper Harasyn <c****e@g****m>
Committed by: Benno Evers <b****s@g****m>
almost 8 years ago
41a46e5d Fixed whitespace Cooper Harasyn <c****e@g****m>
Committed by: Benno Evers <b****s@g****m>
almost 8 years ago
b60d3384 Added text and suptitle Cooper Harasyn <c****e@g****m>
Committed by: Benno Evers <b****s@g****m>
almost 8 years ago
c1ad253e Add example of quiver plot Alex Dewar <a****r@s****k>
Committed by: Benno Evers <b****s@g****m>
almost 8 years ago
16a7fd66 Fix implementation of errorbar() Alex Dewar <a****r@s****k>
Committed by: Benno Evers <b****s@g****m>
almost 8 years ago
697054ca Add quiver function for 4 vectors of uniform length Alex Dewar <a****r@s****k>
Committed by: Benno Evers <b****s@g****m>
almost 8 years ago
331029fd Add support for xticks and yticks Alex Dewar <a****r@s****k>
Committed by: Benno Evers <b****s@g****m>
almost 8 years ago
717e98e7 Add figure_size quangtung97 <q****7@g****m>
Committed by: Benno Evers <b****s@g****m>
over 8 years ago
1d23b288 added example for fill_inbetween.cpp Gregor Lenz <l****r@g****m>
Committed by: Benno Evers <b****s@g****m>
over 8 years ago
6e3fcf65 Update windows/VS2017 support Chachay <t****2@g****m>
Committed by: Benno Evers <b****s@g****m>
over 8 years ago
b74e465b fix a small typo, no content changes jose nazario <j****g@g****m>
Committed by: Benno Evers <b****s@g****m>
over 8 years ago
f994996e Update minimal example to show a non-straight line. Benno Evers <b****s@m****m> over 8 years ago
c3e4a829 Correct a few reference counting errors. Benno Evers <b****s@m****m> over 8 years ago
76e16aaa Remove unnecessary overloads for stem() and name_plot(). Benno Evers <b****s@m****m> over 8 years ago
e0bdd04e Remove indentation for namespaces to reduce average line length. Benno Evers <b****s@m****m> over 8 years ago
12923d70 Changed xkcd example to show a the plot instead of saving an image. Benno Evers <b****s@m****m> over 8 years ago
660b7f37 Makefile: Build all examples Kartik Mohta <k****a@g****m>
Committed by: Benno Evers <b****s@m****m>
over 8 years ago
fb4cdf92 Support for stem and xkcd (#43) tirtadwipam <8****m@u****m>
Committed by: Benno Evers <b****s@g****m>
over 8 years ago
41817480 Added wrapper for ion function Patrik Fors <p****s@g****m>
Committed by: Benno Evers <b****s@g****m>
over 8 years ago
037022be Fix build with python 3 Kartik Mohta <k****a@g****m>
Committed by: Benno Evers <b****s@m****m>
almost 9 years ago
71bd59b1 added support to semilogx, semilogy, and loglog. Yuan <y****k@g****m>
Committed by: Benno Evers <b****s@g****m>
almost 9 years ago
a2215639 Adds close() function. Bobby Aldridge <a****s@g****m>
Committed by: Kartik Mohta <k****a@g****m>
almost 9 years ago
6aa4bc60 Fixes #30. Creates a function called import_numpy defined as an int if the Py... Bobby Aldridge <a****s@g****m>
Committed by: Kartik Mohta <k****a@g****m>
almost 9 years ago
687a42d1 Update README.md adiba <a****a@u****m>
Committed by: Benno Evers <b****s@g****m>
almost 9 years ago
4ea1200e Add non-blocking mode of show and an example hyhuang <h****5@g****m>
Committed by: Benno Evers <b****s@m****m>
almost 9 years ago
ba9343f4 Add animation example Yuma.M <y****m@u****m>
Committed by: Benno Evers <b****s@m****m>
about 9 years ago
63d0e150 Support draw and pause functions Yuma.M <y****m@u****m> about 9 years ago
ce69854b added a char* cast at line 95 and solve compilation error Valerio Magnago <v****o@h****t>
Committed by: Benno Evers <b****s@g****m>
about 9 years ago
c9b777a3 merge Merge pull request #29 from amintahmasbi/patch-1 Benno Evers <b****s@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
f3d6f81f fix: CMake example commands in README.md Amin Tahmasbi <a****i@m****u>
Committed by: GitHub <n****y@g****m>
over 9 years ago
5b1c7bb9 Add backend function to enable running in headless mode. Benno Evers <b****e@y****u> over 9 years ago
598aa8e1 Clarify instructions for CMake users Benno Evers <b****s@g****m> over 9 years ago
2ce9760d Update documentation after introducing numpy Benno Evers <b****e@y****u> over 9 years ago
0bfb0128 Add tight_layout() function Benno Evers <b****e@y****u> over 9 years ago
ac61b3fa replace python lists with numpy arrays and avoid copy of input data Christos <t****c@z****m>
Committed by: Benno Evers <b****e@y****u>
over 9 years ago
00778f20 merge Merge pull request #22 from tomix1024/patch-1 Benno Evers <b****s@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
791fa415 Add wrapper for plt.fill_between Tom Kneiphof <t****f@g****m> over 9 years ago
b90d6e90 merge Merge pull request #20 from Chachay/dev Benno Evers <b****s@g****m>
Committed by: GitHub <n****y@g****m>
over 9 years ago
eb1cb4dd Modify CMakeList and WinBuild for Changes at a284aa5 and 4f56678 Chachay <t****2@g****m> over 9 years ago
a284aa55 Document flag for changing python version, make the mechanism more general Benno Evers <b****e@y****u> over 9 years ago
4f566788 Rename Win/ -> contrib/ Benno Evers <b****e@y****u> over 9 years ago
b815a432 Windows Compile Command Chachay <t****2@g****m>
Committed by: Benno Evers <b****e@y****u>
over 9 years ago
d3c9763c Added Python3 support Chachay <t****2@g****m>
Committed by: Benno Evers <b****e@y****u>
over 9 years ago
4a725eb1 Make code formatting more consistent Benno Evers <b****s@g****m> over 9 years ago
1e09ba27 Wrapped errorbar function Raphael Taylor-Davies <r****s@g****m>
Committed by: Benno Evers <b****s@g****m>
over 9 years ago
0401e3e1 Added clf function and fixed mistakes due to the way PyTuple_SetItem steals r... Raphael Taylor-Davies <r****s@g****m>
Committed by: Benno Evers <b****s@g****m>
over 9 years ago
be35f6aa merge Merge pull request #14 from Mandarancio/master Benno Evers <b****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
3fc31484 Remove Py_DECREF(...) of objects in args Martino Ferrari <m****f@g****m> almost 10 years ago
bfa2300e Added annotate() method Martino <m****o@l****n> almost 10 years ago
d430c696 Added xlim() and ylim() to get the limits of a plot Martino <m****o@l****n> almost 10 years ago
94a41026 Changed PyFloat to PyLong for bins Martino <m****o@l****n> almost 10 years ago
de35a197 Tested Py_DECREF(...) Martino <m****o@l****n> almost 10 years ago
37d9c2fa Corrected output Martino <m****o@l****n> almost 10 years ago
2cbc3142 Added hist and named_hist Mandarancio <m****f@g****m> almost 10 years ago
741350f1 merge Merge pull request #10 from torfinnberset/subplot Benno Evers <b****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
5f6e611a Add subplot Torfinn Berset <t****n@b****m> almost 10 years ago
088af33c Cleanup Torfinn Berset <t****n@b****m> almost 10 years ago
1d79940e Fix typo (?) Alessandro Gentilini <a****i@g****m>
Committed by: Benno Evers <b****s@g****m>
over 10 years ago
27ce78e4 Add xlabel, ylabel, axis and grid functions AtsushiSakai <a****b@g****m>
Committed by: Benno Evers <b****e@y****u>
over 10 years ago
f5b73c08 merge Merge pull request #3 from AtsushiSakai/master Benno Evers <b****s@g****m> over 10 years ago
335ffa61 format code AtsushiSakai <a****b@g****m> over 10 years ago
ace84ae7 format code AtsushiSakai <a****b@g****m> over 10 years ago
622e2763 format code AtsushiSakai <a****b@g****m> over 10 years ago
1a3e848c remove comment AtsushiSakai <a****b@g****m> over 10 years ago
ef4af5b1 add title function AtsushiSakai <a****b@g****m> over 10 years ago
0fba0d47 Add cross-reference to wrappy Benno Evers <b****s@g****m> almost 11 years ago
d57f5837 Add explicit license Benno Evers <b****e@y****u> about 11 years ago
86a315fd Fix typo in README Benno Evers <b****o@b****p> almost 12 years ago
97a4fb3c Added save() function Benno Evers <b****o@b****p> almost 12 years ago
08113f20 Switch to two-phase lookup Benno Evers <b****o@b****p> almost 12 years ago
61880f7f Added wishlist item. Benno Evers <b****o@b****p> almost 12 years ago
ccbcfc1e Cleanup and documentation changes Benno Evers <b****o@b****p> almost 12 years ago
029a6131 Enable variadic plot command when c++11 is available Benno Evers <b****o@b****p> almost 12 years ago
f8422b62 Change README to Markdown format Benno Evers <b****o@b****p> almost 12 years ago
3f259697 Iniital commit Benno Evers <b****o@b****p> almost 12 years ago
2d7d532c Initial commit Benno Evers <b****s@g****m> almost 12 years ago

← Back to repository