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 }}
4lsdima
/
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
Branch selector
master
User selector
All users
All time
Commit history
Commits on Dec 11, 2017
Changed xkcd example to show a the plot instead of saving an image.
Benno Evers
committed
12923d7
View commit details
Copy full SHA for 12923d7
Browse repository at this point
Makefile: Build all examples
kartikmohta
authored and
Benno Evers
committed
660b7f3
View commit details
Copy full SHA for 660b7f3
Browse repository at this point
Fix build with python 3
kartikmohta
authored and
Benno Evers
committed
037022b
View commit details
Copy full SHA for 037022b
Browse repository at this point
Commits on Dec 7, 2017
Adds close() function.
raldridge11
authored and
kartikmohta
committed
a221563
View commit details
Copy full SHA for a221563
Browse repository at this point
Fixes #30. Creates a function called import_numpy defined as an int if the Python version 3 and void if the Python version is 2.
raldridge11
authored and
kartikmohta
committed
6aa4bc6
View commit details
Copy full SHA for 6aa4bc6
Browse repository at this point
Commits on Dec 6, 2017
Fix typo (?)
alessandro-gentilini
authored and
lava
committed
1d79940
View commit details
Copy full SHA for 1d79940
Browse repository at this point
Added wrapper for ion function
patrikfors
authored and
lava
committed
4181748
View commit details
Copy full SHA for 4181748
Browse repository at this point
Support for stem and xkcd (#43)
Show description for fb4cdf9
tirtadwipam
authored and
lava
committed
fb4cdf9
View commit details
Copy full SHA for fb4cdf9
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
Browse repository at this point
Commits on Oct 9, 2017
Update README.md
Show description for 687a42d
adiba
authored and
lava
committed
687a42d
View commit details
Copy full SHA for 687a42d
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
Browse repository at this point
Commits on Aug 22, 2017
Add animation example
yuma-m
authored and
Benno Evers
committed
ba9343f
View commit details
Copy full SHA for ba9343f
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
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
Browse repository at this point
Commits on May 29, 2017
Merge pull request #29 from amintahmasbi/patch-1
Show description for c9b777a
lava
authored
c9b777a
View commit details
Copy full SHA for c9b777a
Browse repository at this point
fix: CMake example commands in README.md
Show description for f3d6f81
Amin Tahmasbi
authored
f3d6f81
View commit details
Copy full SHA for f3d6f81
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
Browse repository at this point
Commits on May 15, 2017
Clarify instructions for CMake users
lava
committed
598aa8e
View commit details
Copy full SHA for 598aa8e
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
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
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
Browse repository at this point
Commits on Apr 28, 2017
Merge pull request #22 from tomix1024/patch-1
Show description for 00778f2
lava
authored
00778f2
View commit details
Copy full SHA for 00778f2
Browse repository at this point
Add wrapper for plt.fill_between
tomix1024
committed
791fa41
View commit details
Copy full SHA for 791fa41
Browse repository at this point
Commits on Mar 20, 2017
Merge pull request #20 from Chachay/dev
Show description for b90d6e9
lava
authored
b90d6e9
View commit details
Copy full SHA for b90d6e9
Browse repository at this point
Commits on Mar 19, 2017
Modify CMakeList and WinBuild for Changes at a284aa5 and 4f56678
Chachay
committed
eb1cb4d
View commit details
Copy full SHA for eb1cb4d
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
Browse repository at this point
Rename Win/ -> contrib/
Benno Evers
committed
4f56678
View commit details
Copy full SHA for 4f56678
Browse repository at this point
Windows Compile Command
Chachay
authored and
Benno Evers
committed
b815a43
View commit details
Copy full SHA for b815a43
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
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
Browse repository at this point
Wrapped errorbar function
tustvold
authored and
lava
committed
1e09ba2
View commit details
Copy full SHA for 1e09ba2
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
Browse repository at this point
Commits on Nov 23, 2016
Merge pull request #14 from Mandarancio/master
Show description for be35f6a
lava
authored
be35f6a
View commit details
Copy full SHA for be35f6a
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
Browse repository at this point
Commits on Oct 26, 2016
Added annotate() method
Martino
committed
bfa2300
View commit details
Copy full SHA for bfa2300
Browse repository at this point
Previous
Next
You can’t perform that action at this time.