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 }}
drlight-code
/
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
Branch selector
python3-cumulative-hist
User selector
All users
All time
Commit history
Commits on Jan 24, 2019
add cumulative parameter to hist()
Patric Schmitz
committed
4fbadf5
View commit details
Copy full SHA for 4fbadf5
Browse repository at this point
additional debug output if python module loading fails
Patric Schmitz
committed
193fd7b
View commit details
Copy full SHA for 193fd7b
Browse repository at this point
add portability #defines PyLong_FromLong, PyUnicode_FromString
Patric Schmitz
committed
be50a7e
View commit details
Copy full SHA for be50a7e
Browse repository at this point
Commits on Jan 11, 2019
Load mplot3d module lazily.
Show description for 0e39f8f
Benno Evers
committed
0e39f8f
View commit details
Copy full SHA for 0e39f8f
Browse repository at this point
Add picture and cpp file for new surface example.
Benno Evers
committed
eae3824
View commit details
Copy full SHA for eae3824
Browse repository at this point
Add plot_surface
Show description for 69e58fe
AustinSchuh
authored and
Benno Evers
committed
69e58fe
View commit details
Copy full SHA for 69e58fe
Browse repository at this point
Officially require C++11.
Show description for 65933e3
Benno Evers
committed
65933e3
View commit details
Copy full SHA for 65933e3
Browse repository at this point
Add -std=c++11 for basic in Makefile
LiuWeijunAntihos
authored and
Benno Evers
committed
c19e00c
View commit details
Copy full SHA for c19e00c
Browse repository at this point
Add bar plot and subplots_adjust
LiuWeijunAntihos
authored and
Benno Evers
committed
94f6c01
View commit details
Copy full SHA for 94f6c01
Browse repository at this point
Add missing Py_DECREF in scatter function.
Benno Evers
committed
8baa582
View commit details
Copy full SHA for 8baa582
Browse repository at this point
added support for scatter plots
mdmosley1
authored and
lava
committed
78719eb
View commit details
Copy full SHA for 78719eb
Browse repository at this point
Add fignum_exists() function
alexdewar
authored and
Benno Evers
committed
073dd98
View commit details
Copy full SHA for 073dd98
Browse repository at this point
Optionally pass figure number to figure() as argument
alexdewar
authored and
Benno Evers
committed
c92ad4c
View commit details
Copy full SHA for c92ad4c
Browse repository at this point
Return figure number from figure function
alexdewar
authored and
Benno Evers
committed
dcb2322
View commit details
Copy full SHA for dcb2322
Browse repository at this point
Commits on Dec 5, 2018
Add support for ginput() function
alexdewar
authored and
Benno Evers
committed
b124207
View commit details
Copy full SHA for b124207
Browse repository at this point
Chose a better name for the parameter to text
charasyn
authored and
lava
committed
e49f4f7
View commit details
Copy full SHA for e49f4f7
Browse repository at this point
Fixed whitespace
charasyn
authored and
lava
committed
41a46e5
View commit details
Copy full SHA for 41a46e5
Browse repository at this point
Added text and suptitle
charasyn
authored and
lava
committed
b60d338
View commit details
Copy full SHA for b60d338
Browse repository at this point
Add missing Py_DECREF to quiver()
alexdewar
authored and
lava
committed
3d555d2
View commit details
Copy full SHA for 3d555d2
Browse repository at this point
Commits on Oct 6, 2018
Fix indentation in basic example,
Benno Evers
committed
00a4766
View commit details
Copy full SHA for 00a4766
Browse repository at this point
Update README and Makefile for quiver plot example.
Benno Evers
committed
0791945
View commit details
Copy full SHA for 0791945
Browse repository at this point
Add example of quiver plot
alexdewar
authored and
lava
committed
c1ad253
View commit details
Copy full SHA for c1ad253
Browse repository at this point
Add quiver function for 4 vectors of uniform length
alexdewar
authored and
lava
committed
697054c
View commit details
Copy full SHA for 697054c
Browse repository at this point
Commits on Oct 5, 2018
Fix implementation of errorbar()
Show description for 16a7fd6
alexdewar
authored and
lava
committed
16a7fd6
View commit details
Copy full SHA for 16a7fd6
Browse repository at this point
Commits on Sep 28, 2018
Update windows/VS2017 support
Chachay
authored and
lava
committed
6e3fcf6
View commit details
Copy full SHA for 6e3fcf6
Browse repository at this point
Add support for xticks and yticks
alexdewar
authored and
lava
committed
331029f
View commit details
Copy full SHA for 331029f
Browse repository at this point
Commits on May 11, 2018
Add figure_size
QuangTung97
authored and
lava
committed
717e98e
View commit details
Copy full SHA for 717e98e
Browse repository at this point
Commits on Mar 1, 2018
added example for fill_inbetween.cpp
biphasic
authored and
lava
committed
1d23b28
View commit details
Copy full SHA for 1d23b28
Browse repository at this point
Commits on Feb 12, 2018
fix a small typo, no content changes
paralax
authored and
lava
committed
b74e465
View commit details
Copy full SHA for b74e465
Browse repository at this point
Commits on Jan 11, 2018
Update minimal example to show a non-straight line.
Benno Evers
committed
f994996
View commit details
Copy full SHA for f994996
Browse repository at this point
Correct a few reference counting errors.
Benno Evers
committed
c3e4a82
View commit details
Copy full SHA for c3e4a82
Browse repository at this point
Remove unnecessary overloads for stem() and name_plot().
Benno Evers
committed
76e16aa
View commit details
Copy full SHA for 76e16aa
Browse repository at this point
Remove indentation for namespaces to reduce average line length.
Benno Evers
committed
e0bdd04
View commit details
Copy full SHA for e0bdd04
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.