-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: cxzhp/matplotlib-cpp
base: master
head repository: lava/matplotlib-cpp
compare: master
- 19 commits
- 11 files changed
- 13 contributors
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80bc9cd - Browse repository at this point
Copy the full SHA 80bc9cdView commit details -
Add 3D scatter plots, allow more than one 3d plot on the same figure …
…and make rcparams changeable.
Configuration menu - View commit details
-
Copy full SHA for 9d19657 - Browse repository at this point
Copy the full SHA 9d19657View commit details -
Add #include <string> for std::stod
See https://en.cppreference.com/w/cpp/string/basic_string/stof for details.
Configuration menu - View commit details
-
Copy full SHA for d1b7c72 - Browse repository at this point
Copy the full SHA d1b7c72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bf4f26 - Browse repository at this point
Copy the full SHA 2bf4f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af24b4 - Browse repository at this point
Copy the full SHA 3af24b4View commit details -
Fix memory leaks in xlim() and ylim()
Memory is allocated with new and delete is never called. Use a std::array instead, so no memory will be allocated.
Configuration menu - View commit details
-
Copy full SHA for 490fa9c - Browse repository at this point
Copy the full SHA 490fa9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08ff087 - Browse repository at this point
Copy the full SHA 08ff087View commit details
Commits on Mar 26, 2021
-
Unbreak examples by moving 'fig_number' paramter to the end of the list
Benno Evers authored and Benno Evers committedMar 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d3f9da - Browse repository at this point
Copy the full SHA 3d3f9daView commit details
Commits on Apr 2, 2021
-
Remove obsoleted build systems
After the switch to cmake, we don't need the hand-written Makefile nor the contrib/ version of the cmake file.
Benno Evers authored and Benno Evers committedApr 2, 2021 Configuration menu - View commit details
-
Copy full SHA for cab80f3 - Browse repository at this point
Copy the full SHA cab80f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1875696 - Browse repository at this point
Copy the full SHA 1875696View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec37453 - Browse repository at this point
Copy the full SHA ec37453View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbfb240 - Browse repository at this point
Copy the full SHA bbfb240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ff7a4b - Browse repository at this point
Copy the full SHA 9ff7a4bView commit details -
Some bugfixes and adjustments for contour/spy
Benno Evers authored and Benno Evers committedApr 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 630ba84 - Browse repository at this point
Copy the full SHA 630ba84View commit details -
Change line endings in CMakeLists.txt
Benno Evers authored and Benno Evers committedApr 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 5b88e8b - Browse repository at this point
Copy the full SHA 5b88e8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1480780 - Browse repository at this point
Copy the full SHA 1480780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6150108 - Browse repository at this point
Copy the full SHA 6150108View commit details
Commits on Apr 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3dda526 - Browse repository at this point
Copy the full SHA 3dda526View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0383f - Browse repository at this point
Copy the full SHA ef0383fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master