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 }}
WilliamQf-AI
/
matplotlib-cpp
Public
forked from
DentonW/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 Aug 29, 2021
Toggle building examples and fixed Windows issues
Show description for f59b63b
DentonW
committed
f59b63b
View commit details
Copy full SHA for f59b63b
Browse repository at this point
Commits on May 21, 2021
Fix C4244 convertion warnings
Show description for 616a1ea
kokosxD
committed
616a1ea
View commit details
Copy full SHA for 616a1ea
Browse repository at this point
Define math constants for Visual Studio
Show description for cadb1cb
kokosxD
committed
cadb1cb
View commit details
Copy full SHA for cadb1cb
Browse repository at this point
Fix explicit specialization has already been defined
Show description for efa69ad
kokosxD
committed
efa69ad
View commit details
Copy full SHA for efa69ad
Browse repository at this point
Commits on Apr 22, 2021
Enable cmake include definition
yoneken
authored and
lava
committed
ef0383f
View commit details
Copy full SHA for ef0383f
Browse repository at this point
Fix a missing M_PI in windows environment
yoneken
authored and
lava
committed
3dda526
View commit details
Copy full SHA for 3dda526
Browse repository at this point
Commits on Apr 2, 2021
added scatter with colors
kesha787898
authored and
Benno Evers
committed
6150108
View commit details
Copy full SHA for 6150108
Browse repository at this point
Updated named plots to infer different datatypes in case of x and y inputs.
SpiritSeeker
authored and
Benno Evers
committed
1480780
View commit details
Copy full SHA for 1480780
Browse repository at this point
Change line endings in CMakeLists.txt
Benno Evers
authored and
Benno Evers
committed
5b88e8b
View commit details
Copy full SHA for 5b88e8b
Browse repository at this point
Some bugfixes and adjustments for contour/spy
Benno Evers
authored and
Benno Evers
committed
630ba84
View commit details
Copy full SHA for 630ba84
Browse repository at this point
add spy
Cryoris
authored and
Benno Evers
committed
9ff7a4b
View commit details
Copy full SHA for 9ff7a4b
Browse repository at this point
add contour plot
Cryoris
authored and
Benno Evers
committed
bbfb240
View commit details
Copy full SHA for bbfb240
Browse repository at this point
add axhline
Cryoris
authored and
Benno Evers
committed
ec37453
View commit details
Copy full SHA for ec37453
Browse repository at this point
Added 'set_aspect' and set_aspect_equal function
pnarvor
authored and
lava
committed
1875696
View commit details
Copy full SHA for 1875696
Browse repository at this point
Remove obsoleted build systems
Show description for cab80f3
Benno Evers
authored and
Benno Evers
committed
cab80f3
View commit details
Copy full SHA for cab80f3
Browse repository at this point
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
View commit details
Copy full SHA for 3d3f9da
Browse repository at this point
Commits on Mar 25, 2021
Add modern cmake support
fferflo
authored and
lava
committed
08ff087
View commit details
Copy full SHA for 08ff087
Browse repository at this point
Fix memory leaks in xlim() and ylim()
Show description for 490fa9c
alexdewar
authored and
lava
committed
490fa9c
View commit details
Copy full SHA for 490fa9c
Browse repository at this point
Adding possibility to choose dpi when saving
raphael.viards@magellium.fr
authored and
lava
committed
3af24b4
View commit details
Copy full SHA for 3af24b4
Browse repository at this point
Fix #221 and #225
williamleong
authored and
lava
committed
2bf4f26
View commit details
Copy full SHA for 2bf4f26
Browse repository at this point
Add #include <string> for std::stod
Show description for d1b7c72
leha-bot
authored and
lava
committed
d1b7c72
View commit details
Copy full SHA for d1b7c72
Browse repository at this point
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
View commit details
Copy full SHA for 9d19657
Browse repository at this point
Add 3D quiver support
sapphous
authored and
lava
committed
80bc9cd
View commit details
Copy full SHA for 80bc9cd
Browse repository at this point
Commits on Aug 27, 2020
Expand comment for new interkeeper() function
lava
committed
70d508f
View commit details
Copy full SHA for 70d508f
Browse repository at this point
Suggestion: Give more multithreading flexibility
Show description for b6f58a5
thesmallcreeper
authored and
lava
committed
b6f58a5
View commit details
Copy full SHA for b6f58a5
Browse repository at this point
Fix whitespace error
lava
committed
dfe5a69
View commit details
Copy full SHA for dfe5a69
Browse repository at this point
Added support to barh plot method
ensismoebius
authored and
lava
committed
6f841d4
View commit details
Copy full SHA for 6f841d4
Browse repository at this point
Add missing call to initialize interpreter in 'modern' example
lava
committed
f2bf7a4
View commit details
Copy full SHA for f2bf7a4
Browse repository at this point
Commits on Aug 15, 2020
Fix issue lava/matplotlib-cpp#124
bbalp
committed
f4b49a3
View commit details
Copy full SHA for f4b49a3
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.