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
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 }}
lava
/
matplotlib-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
1.2k
Star
4.8k
Code
Issues
192
Pull requests
31
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fix segfault on exit with python3
- #301
#301
Open
amadeus84
wants to merge 15 commits into
lava:master
lava/matplotlib-cpp:master
from
amadeus84:master
amadeus84/matplotlib-cpp:master
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
fix segfault on exit with python3
#301
amadeus84
wants to merge 15 commits into
lava:master
lava/matplotlib-cpp:master
from
amadeus84:master
amadeus84/matplotlib-cpp:master
Copy head branch name to clipboard
Commits
Commits on Mar 11, 2022
examples: fix segfault on exit with python3
amadeus84
committed
b203af7
View commit details
Copy full SHA for b203af7
Browse repository at this point
Commits on Mar 13, 2022
matplotlibcpp.h: use decltype() in for loop, to avoid annoying type mismatch warning
amadeus84
committed
13ed23f
View commit details
Copy full SHA for 13ed23f
Browse repository at this point
examples: use std::span (C++20) to plot 2D C-style arrays
amadeus84
committed
6255877
View commit details
Copy full SHA for 6255877
Browse repository at this point
Commits on Mar 14, 2022
matplotlib.h: add support for contiguous_range (C++20) and ranges.cpp example
amadeus84
committed
3f5b276
View commit details
Copy full SHA for 3f5b276
Browse repository at this point
specify column-major mode flag (NPY_ARRAY_FPARRAY) in the contiguous range functions, for multicolumn plot
amadeus84
committed
b0f57e5
View commit details
Copy full SHA for b0f57e5
Browse repository at this point
Commits on Mar 15, 2022
examples: update span.cpp after introducing support for contiguous ranges
amadeus84
committed
a08b67a
View commit details
Copy full SHA for a08b67a
Browse repository at this point
Commits on Mar 24, 2022
timeseries plot functionality
amadeus84
committed
f1ecd32
View commit details
Copy full SHA for f1ecd32
Browse repository at this point
Commits on Mar 26, 2022
datetime_utils.h: include <chrono>
amadeus84
committed
153b3aa
View commit details
Copy full SHA for 153b3aa
Browse repository at this point
style: from now on use Stroupstrup clang format from https://github.com/SoultatosStefanos/strstyle.git
Show description for 231138a
amadeus84
committed
231138a
View commit details
Copy full SHA for 231138a
Browse repository at this point
style:
Show description for e1657bc
amadeus84
committed
e1657bc
View commit details
Copy full SHA for e1657bc
Browse repository at this point
style: small changes
amadeus84
committed
6be6a2a
View commit details
Copy full SHA for 6be6a2a
Browse repository at this point
matplotlibcpp.h: add legend() function that takes as input the list of labels
amadeus84
committed
3302036
View commit details
Copy full SHA for 3302036
Browse repository at this point
Commits on Apr 17, 2022
DateTimeList: add assignment operator and default constructor
amadeus84
committed
86e719d
View commit details
Copy full SHA for 86e719d
Browse repository at this point
Commits on Sep 12, 2024
matplotlibcpp.h: get it to compile with python >= 3.8, as the C API has changed
amadeus84
committed
b87d8be
View commit details
Copy full SHA for b87d8be
Browse repository at this point
Commits on Jan 23, 2025
matplotlibcpp.h: fix initialization for python >= 3.8
amadeus84
committed
d772437
View commit details
Copy full SHA for d772437
Browse repository at this point
You can’t perform that action at this time.