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
master
User selector
All users
Datepicker
All time
Commit History
Commits on Apr 22, 2021
Enable cmake include definition
yoneken
authored and
lava
committed
ef0383f
Copy full SHA for ef0383f
Fix a missing M_PI in windows environment
yoneken
authored and
lava
committed
3dda526
Copy full SHA for 3dda526
Commits on Apr 2, 2021
added scatter with colors
kesha787898
authored and
Benno Evers
committed
6150108
Copy full SHA for 6150108
Updated named plots to infer different datatypes in case of x and y inputs.
SpiritSeeker
authored and
Benno Evers
committed
1480780
Copy full SHA for 1480780
Change line endings in CMakeLists.txt
Benno Evers
authored and
Benno Evers
committed
5b88e8b
Copy full SHA for 5b88e8b
Some bugfixes and adjustments for contour/spy
Benno Evers
authored and
Benno Evers
committed
630ba84
Copy full SHA for 630ba84
add spy
Cryoris
authored and
Benno Evers
committed
9ff7a4b
Copy full SHA for 9ff7a4b
add contour plot
Cryoris
authored and
Benno Evers
committed
bbfb240
Copy full SHA for bbfb240
add axhline
Cryoris
authored and
Benno Evers
committed
ec37453
Copy full SHA for ec37453
Added 'set_aspect' and set_aspect_equal function
pnarvor
authored and
lava
committed
1875696
Copy full SHA for 1875696
Remove obsoleted build systems
Show description for cab80f3
Benno Evers
authored and
Benno Evers
committed
cab80f3
Copy full SHA for cab80f3
Commits on Mar 26, 2021
Unbreak examples by moving 'fig_number' paramter to the end of the list
Benno Evers
authored and
Benno Evers
committed
3d3f9da
Copy full SHA for 3d3f9da
Commits on Mar 25, 2021
Add modern cmake support
fferflo
authored and
lava
committed
08ff087
Copy full SHA for 08ff087
Fix memory leaks in xlim() and ylim()
Show description for 490fa9c
alexdewar
authored and
lava
committed
490fa9c
Copy full SHA for 490fa9c
Adding possibility to choose dpi when saving
raphael.viards@magellium.fr
authored and
lava
committed
3af24b4
Copy full SHA for 3af24b4
Fix #221 and #225
williamleong
authored and
lava
committed
2bf4f26
Copy full SHA for 2bf4f26
Add #include <string> for std::stod
Show description for d1b7c72
leha-bot
authored and
lava
committed
d1b7c72
Copy full SHA for d1b7c72
Add 3D scatter plots, allow more than one 3d plot on the same figure and make rcparams changeable.
Baggins800
authored and
Benno Evers
committed
9d19657
Copy full SHA for 9d19657
Add 3D quiver support
sapphous
authored and
lava
committed
80bc9cd
Copy full SHA for 80bc9cd
Commits on Aug 27, 2020
Expand comment for new interkeeper() function
lava
committed
70d508f
Copy full SHA for 70d508f
Suggestion: Give more multithreading flexibility
Show description for b6f58a5
thesmallcreeper
authored and
lava
committed
b6f58a5
Copy full SHA for b6f58a5
Fix whitespace error
lava
committed
dfe5a69
Copy full SHA for dfe5a69
Added support to barh plot method
ensismoebius
authored and
lava
committed
6f841d4
Copy full SHA for 6f841d4
Add missing call to initialize interpreter in 'modern' example
lava
committed
f2bf7a4
Copy full SHA for f2bf7a4
Commits on Aug 15, 2020
Fix issue lava/matplotlib-cpp#124
bbalp
committed
f4b49a3
Copy full SHA for f4b49a3
Commits on Jun 17, 2020
include ldflags instead of libs
Cryoris
authored and
lava
committed
7d0e695
Copy full SHA for 7d0e695
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
Pagination
Previous
Next
You can’t perform that action at this time.