Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
lava
/
matplotlib-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
4.7k
Code
Issues
192
Pull requests
32
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
b79ca6d
User selector
All users
Datepicker
All time
Commit History
Commits on Jun 17, 2020
feat: Add keyword argument support to legend()
takoloco
authored and
lava
committed
b79ca6d
Copy full SHA for b79ca6d
Added arrow, cla, margins, contour
JBPennington
authored and
lava
committed
374dcd0
Copy full SHA for 374dcd0
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
Copy full SHA for 1079121
Added support for axvspan
pf
authored and
lava
committed
480af0f
Copy full SHA for 480af0f
Commits on May 11, 2020
Sprinkle calls to interpreter::get() all over the codebase
lava
committed
60dcd64
Copy full SHA for 60dcd64
Commits on May 2, 2020
Fix python3.8 segfault for the named_* family of functions
Show description for d612b52
lava
committed
d612b52
Copy full SHA for d612b52
Move Python.h include into first position
lava
committed
f5f8ce3
Copy full SHA for f5f8ce3
Update python-config invocation in Makefile
Show description for bf2be71
lava
committed
bf2be71
Copy full SHA for bf2be71
Commits on Apr 21, 2020
Add native numpy handling when plotting vectors of (unsigned) long long
lava
committed
ecf3a8d
Copy full SHA for ecf3a8d
Fix use-after-free bug when plotting unknown numeric types
lava
committed
d741050
Copy full SHA for d741050
Commits on Apr 18, 2020
Reword libpython dependency; move vcpkg section
lava
committed
edb4074
Copy full SHA for edb4074
Add vcpkg installation instructions
NancyLi1013
authored and
lava
committed
1243814
Copy full SHA for 1243814
Replace occurrences of std::unordered_map<> with std::map<>
mateogianolio
authored and
lava
committed
9595628
Copy full SHA for 9595628
:wrench: Moved all elements related to docker build in contrib
Show description for 823de00
Gjacquenot
authored and
lava
committed
823de00
Copy full SHA for 823de00
:pencil: Typo update in Readme.md
Gjacquenot
authored and
lava
committed
a7c38ad
Copy full SHA for a7c38ad
:sparkle: Added a first CI file
Gjacquenot
authored and
lava
committed
fa673c6
Copy full SHA for fa673c6
:sparkle: Added a target to build docker image
Gjacquenot
authored and
lava
committed
7ef2559
Copy full SHA for 7ef2559
:sparkle: Added a first version of Dockerfile
Gjacquenot
authored and
lava
committed
d7839cc
Copy full SHA for d7839cc
ensure interpreter is initialized for suptitle & subplot
acxz
authored and
lava
committed
e5ffc6c
Copy full SHA for e5ffc6c
Commits on Apr 6, 2020
delete unnecessary "inline" on get_array(vector<string>)
tomotakaeru
authored and
lava
committed
2843ebb
Copy full SHA for 2843ebb
add "inline" to get_array, color_bar, axvline
tomotakaeru
authored and
lava
committed
ea527fd
Copy full SHA for ea527fd
Commits on Mar 31, 2020
Fix numpy detection and provide some functions even when numpy is not available
lava
committed
7f7b852
Copy full SHA for 7f7b852
Commits on Mar 29, 2020
Add experimental documentation target
Show description for 41477fc
lava
committed
41477fc
Copy full SHA for 41477fc
Commits on Mar 28, 2020
Add 3D line plot and zlabel function.
brianphung
authored and
lava
committed
811ebfb
Copy full SHA for 811ebfb
Adds vim tempfiles to gitignore
cdbrkfxrpt
authored and
lava
committed
9b23ca0
Copy full SHA for 9b23ca0
Adds boxplot, get_strarray and get_listlist
cdbrkfxrpt
authored and
lava
committed
52816e2
Copy full SHA for 52816e2
Adds axvline to function scope
cdbrkfxrpt
authored and
lava
committed
1809d7a
Copy full SHA for 1809d7a
Remove indentation around 'imshow()' functions
Show description for d283d47
lava
committed
d283d47
Copy full SHA for d283d47
Rename make variable CXXFLAGS -> EXTRA_FLAGS
Show description for de33a57
lava
committed
de33a57
Copy full SHA for de33a57
Commits on Mar 27, 2020
implement colorbar; requires returned PyObject of mappable object
Show description for f1af639
tkphd
authored and
lava
committed
f1af639
Copy full SHA for f1af639
Commits on Dec 20, 2019
Added information about backend renderer issue on MacOS
Ilya Makarov
authored and
Benno Evers
committed
f23347f
Copy full SHA for f23347f
Updated wording in README.
Benno Evers
committed
7219c61
Copy full SHA for 7219c61
Commits on Dec 17, 2019
Updated cmake readme section.
Ilya Makarov
committed
61da78f
Copy full SHA for 61da78f
Commits on Dec 6, 2019
Added #include "unordered_map" to main header
Show description for d687405
Marcus-Davi
authored and
lava
committed
d687405
Copy full SHA for d687405
Commits on Nov 28, 2019
Implemented wrapper corresponding to tick_params in matplotlib
belre
authored and
Benno Evers
committed
8297ae8
Copy full SHA for 8297ae8
Pagination
Previous
Next
You can’t perform that action at this time.