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 }}
patrikfors
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
matplotlib-cpp
matplotlibcpp.h
on
master
User selector
All users
All time
Commit history
Commits on Dec 1, 2017
Added wrapper for ion function
patrikfors
committed
e5c2557
View commit details
Copy full SHA for e5c2557
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
added support to semilogx, semilogy, and loglog.
flyvbee
authored and
lava
committed
71bd59b
View commit details
Copy full SHA for 71bd59b
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
Add non-blocking mode of show and an example
hyhuang
authored and
Benno Evers
committed
4ea1200
View commit details
Copy full SHA for 4ea1200
View code at this point
Browse repository at this point
Commits on Aug 16, 2017
Support draw and pause functions
yuma-m
committed
63d0e15
View commit details
Copy full SHA for 63d0e15
View code at this point
Browse repository at this point
Commits on Aug 14, 2017
added a char* cast at line 95 and solve compilation error
ValerioMagnago
authored and
lava
committed
ce69854
View commit details
Copy full SHA for ce69854
View code at this point
Browse repository at this point
Commits on May 17, 2017
Add backend function to enable running in headless mode.
Benno Evers
committed
5b1c7bb
View commit details
Copy full SHA for 5b1c7bb
View code at this point
Browse repository at this point
Commits on May 13, 2017
Update documentation after introducing numpy
Benno Evers
committed
2ce9760
View commit details
Copy full SHA for 2ce9760
View code at this point
Browse repository at this point
replace python lists with numpy arrays and avoid copy of input data
ChristosT
authored and
Benno Evers
committed
ac61b3f
View commit details
Copy full SHA for ac61b3f
View code at this point
Browse repository at this point
Commits on May 11, 2017
Add tight_layout() function
Benno Evers
committed
0bfb012
View commit details
Copy full SHA for 0bfb012
View code at this point
Browse repository at this point
Commits on Apr 28, 2017
Add wrapper for plt.fill_between
tomix1024
committed
791fa41
View commit details
Copy full SHA for 791fa41
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
Document flag for changing python version, make the mechanism more general
Benno Evers
committed
a284aa5
View commit details
Copy full SHA for a284aa5
View code at this point
Browse repository at this point
Windows Compile Command
Chachay
authored and
Benno Evers
committed
b815a43
View commit details
Copy full SHA for b815a43
View code at this point
Browse repository at this point
Added Python3 support
Show description for d3c9763
Chachay
authored and
Benno Evers
committed
d3c9763
View commit details
Copy full SHA for d3c9763
View code at this point
Browse repository at this point
Commits on Feb 18, 2017
Make code formatting more consistent
lava
committed
4a725eb
View commit details
Copy full SHA for 4a725eb
View code at this point
Browse repository at this point
Wrapped errorbar function
tustvold
authored and
lava
committed
1e09ba2
View commit details
Copy full SHA for 1e09ba2
View code at this point
Browse repository at this point
Added clf function and fixed mistakes due to the way PyTuple_SetItem steals references.
tustvold
authored and
lava
committed
0401e3e
View commit details
Copy full SHA for 0401e3e
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Remove Py_DECREF(...) of objects in args
Mandarancio
committed
3fc3148
View commit details
Copy full SHA for 3fc3148
View code at this point
Browse repository at this point
Commits on Oct 26, 2016
Added annotate() method
Martino
committed
bfa2300
View commit details
Copy full SHA for bfa2300
View code at this point
Browse repository at this point
Added xlim() and ylim() to get the limits of a plot
Martino
committed
d430c69
View commit details
Copy full SHA for d430c69
View code at this point
Browse repository at this point
Changed PyFloat to PyLong for bins
Martino
committed
94a4102
View commit details
Copy full SHA for 94a4102
View code at this point
Browse repository at this point
Commits on Oct 25, 2016
Tested Py_DECREF(...)
Martino
committed
de35a19
View commit details
Copy full SHA for de35a19
View code at this point
Browse repository at this point
Corrected output
Martino
committed
37d9c2f
View commit details
Copy full SHA for 37d9c2f
View code at this point
Browse repository at this point
Commits on Oct 21, 2016
Added hist and named_hist
Mandarancio
committed
2cbc314
View commit details
Copy full SHA for 2cbc314
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
Add subplot
Show description for 5f6e611
torfinnberset
committed
5f6e611
View commit details
Copy full SHA for 5f6e611
View code at this point
Browse repository at this point
Cleanup
Show description for 088af33
torfinnberset
committed
088af33
View commit details
Copy full SHA for 088af33
View code at this point
Browse repository at this point
Commits on Feb 23, 2016
Add xlabel, ylabel, axis and grid functions
AtsushiSakai
authored and
Benno Evers
committed
27ce78e
View commit details
Copy full SHA for 27ce78e
View code at this point
Browse repository at this point
Commits on Jan 16, 2016
format code
AtsushiSakai
committed
335ffa6
View commit details
Copy full SHA for 335ffa6
View code at this point
Browse repository at this point
format code
AtsushiSakai
committed
ace84ae
View commit details
Copy full SHA for ace84ae
View code at this point
Browse repository at this point
format code
AtsushiSakai
committed
622e276
View commit details
Copy full SHA for 622e276
View code at this point
Browse repository at this point
remove comment
AtsushiSakai
committed
1a3e848
View commit details
Copy full SHA for 1a3e848
View code at this point
Browse repository at this point
add title function
AtsushiSakai
committed
ef4af5b
View commit details
Copy full SHA for ef4af5b
View code at this point
Browse repository at this point
Commits on Oct 23, 2014
Added save() function
Show description for 97a4fb3
Benno Evers
committed
97a4fb3
View commit details
Copy full SHA for 97a4fb3
View code at this point
Browse repository at this point
Commits on Oct 22, 2014
Switch to two-phase lookup
Benno Evers
committed
08113f2
View commit details
Copy full SHA for 08113f2
View code at this point
Browse repository at this point
Cleanup and documentation changes
Benno Evers
committed
ccbcfc1
View commit details
Copy full SHA for ccbcfc1
View code at this point
Browse repository at this point
Enable variadic plot command when c++11 is available
Benno Evers
committed
029a613
View commit details
Copy full SHA for 029a613
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.