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 }}
Hokyun-Lee
/
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
Breadcrumbs
History for
matplotlib-cpp
matplotlibcpp.h
on
master
User selector
All users
All time
Commit history
Commits on Jun 17, 2020
feat: Add keyword argument support to legend()
takoloco
authored and
lava
committed
b79ca6d
View commit details
Copy full SHA for b79ca6d
View code at this point
Browse repository at this point
Added arrow, cla, margins, contour
JBPennington
authored and
lava
committed
374dcd0
View commit details
Copy full SHA for 374dcd0
View code at this point
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
View code at this point
Browse repository at this point
Added support for axvspan
pf
authored and
lava
committed
480af0f
View commit details
Copy full SHA for 480af0f
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Move Python.h include into first position
lava
committed
f5f8ce3
View commit details
Copy full SHA for f5f8ce3
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Apr 18, 2020
Replace occurrences of std::unordered_map<> with std::map<>
mateogianolio
authored and
lava
committed
9595628
View commit details
Copy full SHA for 9595628
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Adds axvline to function scope
cdbrkfxrpt
authored and
lava
committed
1809d7a
View commit details
Copy full SHA for 1809d7a
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
Implemented wrapper corresponding to tick_params in matplotlib
belre
authored and
Benno Evers
committed
8297ae8
View commit details
Copy full SHA for 8297ae8
View code at this point
Browse repository at this point
Fix multiple definition of subplot2grid
zinsmatt
authored and
lava
committed
6fb6a91
View commit details
Copy full SHA for 6fb6a91
View code at this point
Browse repository at this point
Add possibility to pass additional parameters to scatter (like color or label)
zinsmatt
authored and
lava
committed
97729fd
View commit details
Copy full SHA for 97729fd
View code at this point
Browse repository at this point
Commits on Oct 25, 2019
subplot2grid implementation and example
tkphd
authored and
Benno Evers
committed
1ac91f7
View commit details
Copy full SHA for 1ac91f7
View code at this point
Browse repository at this point
Fix for imshow multiple definition error #48
Show description for d3137c5
pm-twice
authored and
lava
committed
d3137c5
View commit details
Copy full SHA for d3137c5
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Implements bar slightly more closely to matplotlib
cdbrkfxrpt
authored and
lava
committed
f4ad842
View commit details
Copy full SHA for f4ad842
View code at this point
Browse repository at this point
Fixes compiler warnings
cdbrkfxrpt
authored and
lava
committed
7fa134e
View commit details
Copy full SHA for 7fa134e
View code at this point
Browse repository at this point
Fix for OpenCV 4
Show description for 2772217
alexdewar
authored and
lava
committed
2772217
View commit details
Copy full SHA for 2772217
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
Add support for plot(y,keywords)
Show description for 5dd7194
oliver124810
authored and
lava
committed
5dd7194
View commit details
Copy full SHA for 5dd7194
View code at this point
Browse repository at this point
Add support for imshow()
Show description for 20e090e
alexdewar
authored and
Benno Evers
committed
20e090e
View commit details
Copy full SHA for 20e090e
View code at this point
Browse repository at this point
check functions with narrower error message scope
tkphd
authored and
lava
committed
019cd23
View commit details
Copy full SHA for 019cd23
View code at this point
Browse repository at this point
fix the figsize segfault bug
Show description for 4ace1ad
Cryoris
authored and
lava
committed
4ace1ad
View commit details
Copy full SHA for 4ace1ad
View code at this point
Browse repository at this point
Commits on Apr 7, 2019
Add dynamic plot class
Olivier Kermorgant
authored and
Benno Evers
committed
07a73fa
View commit details
Copy full SHA for 07a73fa
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
Add kwargs for title, xlabel, ylabel
wei-chen-li
committed
8babc98
View commit details
Copy full SHA for 8babc98
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.