Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
THS1995
/
matplotlib-cpp
Public
forked from
lava/matplotlib-cpp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jun 17, 2020
include ldflags instead of libs
Cryoris
authored and
lava
committed
7d0e695
View commit details
Copy full SHA for 7d0e695
Browse repository at this point
feat: Add keyword argument support to legend()
takoloco
authored and
lava
committed
b79ca6d
View commit details
Copy full SHA for b79ca6d
Browse repository at this point
Added arrow, cla, margins, contour
JBPennington
authored and
lava
committed
374dcd0
View commit details
Copy full SHA for 374dcd0
Browse repository at this point
a few of the parameters are floats. This is a quick hack to get a couple of them to work. In the future matplotlibcpp should use map<string,any> instead of map<string,string> for kwargs. That shoul…
Show description for 1079121
pf
authored and
lava
committed
1079121
View commit details
Copy full SHA for 1079121
Browse repository at this point
Added support for axvspan
pf
authored and
lava
committed
480af0f
View commit details
Copy full SHA for 480af0f
Browse repository at this point
Commits on May 11, 2020
Sprinkle calls to interpreter::get() all over the codebase
lava
committed
60dcd64
View commit details
Copy full SHA for 60dcd64
Browse repository at this point
Commits on May 2, 2020
Fix python3.8 segfault for the named_* family of functions
Show description for d612b52
lava
committed
d612b52
View commit details
Copy full SHA for d612b52
Browse repository at this point
Move Python.h include into first position
lava
committed
f5f8ce3
View commit details
Copy full SHA for f5f8ce3
Browse repository at this point
Update python-config invocation in Makefile
Show description for bf2be71
lava
committed
bf2be71
View commit details
Copy full SHA for bf2be71
Browse repository at this point
Commits on Apr 21, 2020
Add native numpy handling when plotting vectors of (unsigned) long long
lava
committed
ecf3a8d
View commit details
Copy full SHA for ecf3a8d
Browse repository at this point
Fix use-after-free bug when plotting unknown numeric types
lava
committed
d741050
View commit details
Copy full SHA for d741050
Browse repository at this point
Commits on Apr 18, 2020
Reword libpython dependency; move vcpkg section
lava
committed
edb4074
View commit details
Copy full SHA for edb4074
Browse repository at this point
Add vcpkg installation instructions
NancyLi1013
authored and
lava
committed
1243814
View commit details
Copy full SHA for 1243814
Browse repository at this point
Replace occurrences of std::unordered_map<> with std::map<>
mateogianolio
authored and
lava
committed
9595628
View commit details
Copy full SHA for 9595628
Browse repository at this point
:wrench: Moved all elements related to docker build in contrib
Show description for 823de00
Gjacquenot
authored and
lava
committed
823de00
View commit details
Copy full SHA for 823de00
Browse repository at this point
:pencil: Typo update in Readme.md
Gjacquenot
authored and
lava
committed
a7c38ad
View commit details
Copy full SHA for a7c38ad
Browse repository at this point
:sparkle: Added a first CI file
Gjacquenot
authored and
lava
committed
fa673c6
View commit details
Copy full SHA for fa673c6
Browse repository at this point
:sparkle: Added a target to build docker image
Gjacquenot
authored and
lava
committed
7ef2559
View commit details
Copy full SHA for 7ef2559
Browse repository at this point
:sparkle: Added a first version of Dockerfile
Gjacquenot
authored and
lava
committed
d7839cc
View commit details
Copy full SHA for d7839cc
Browse repository at this point
ensure interpreter is initialized for suptitle & subplot
acxz
authored and
lava
committed
e5ffc6c
View commit details
Copy full SHA for e5ffc6c
Browse repository at this point
Commits on Apr 6, 2020
delete unnecessary "inline" on get_array(vector<string>)
tomotakaeru
authored and
lava
committed
2843ebb
View commit details
Copy full SHA for 2843ebb
Browse repository at this point
add "inline" to get_array, color_bar, axvline
tomotakaeru
authored and
lava
committed
ea527fd
View commit details
Copy full SHA for ea527fd
Browse repository at this point
Commits on Mar 31, 2020
Fix numpy detection and provide some functions even when numpy is not available
lava
committed
7f7b852
View commit details
Copy full SHA for 7f7b852
Browse repository at this point
Commits on Mar 29, 2020
Add experimental documentation target
Show description for 41477fc
lava
committed
41477fc
View commit details
Copy full SHA for 41477fc
Browse repository at this point
Commits on Mar 28, 2020
Add 3D line plot and zlabel function.
brianphung
authored and
lava
committed
811ebfb
View commit details
Copy full SHA for 811ebfb
Browse repository at this point
Adds vim tempfiles to gitignore
cdbrkfxrpt
authored and
lava
committed
9b23ca0
View commit details
Copy full SHA for 9b23ca0
Browse repository at this point
Adds boxplot, get_strarray and get_listlist
cdbrkfxrpt
authored and
lava
committed
52816e2
View commit details
Copy full SHA for 52816e2
Browse repository at this point
Adds axvline to function scope
cdbrkfxrpt
authored and
lava
committed
1809d7a
View commit details
Copy full SHA for 1809d7a
Browse repository at this point
Remove indentation around 'imshow()' functions
Show description for d283d47
lava
committed
d283d47
View commit details
Copy full SHA for d283d47
Browse repository at this point
Rename make variable CXXFLAGS -> EXTRA_FLAGS
Show description for de33a57
lava
committed
de33a57
View commit details
Copy full SHA for de33a57
Browse repository at this point
Commits on Mar 27, 2020
implement colorbar; requires returned PyObject of mappable object
Show description for f1af639
tkphd
authored and
lava
committed
f1af639
View commit details
Copy full SHA for f1af639
Browse repository at this point
Commits on Dec 20, 2019
Added information about backend renderer issue on MacOS
Ilya Makarov
authored and
Benno Evers
committed
f23347f
View commit details
Copy full SHA for f23347f
Browse repository at this point
Updated wording in README.
Benno Evers
committed
7219c61
View commit details
Copy full SHA for 7219c61
Browse repository at this point
Commits on Dec 17, 2019
Updated cmake readme section.
Ilya Makarov
committed
61da78f
View commit details
Copy full SHA for 61da78f
Browse repository at this point
Commits on Dec 6, 2019
Added #include "unordered_map" to main header
Show description for d687405
Marcus-Davi
authored and
lava
committed
d687405
View commit details
Copy full SHA for d687405
Browse repository at this point
Previous
Next
You can’t perform that action at this time.