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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
CKOtherProject
/
matplotplusplus
Public
forked from
alandefreitas/matplotplusplus
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
matplotplusplus
source
matplot
util
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 23, 2024
refactor: popen and pclose error reporting
Show description for 4afebf1
mikucionisaau
authored
4afebf1
View commit details
Copy full SHA for 4afebf1
View code at this point
Browse repository at this point
Commits on Sep 4, 2024
refactor(pipe): attach error code to exceptions via std::system_error
mikucionisaau
authored
4ab073b
View commit details
Copy full SHA for 4ab073b
View code at this point
Browse repository at this point
Commits on Aug 28, 2024
fix: ignored-attributes warning
masflam
authored
2a4eec4
View commit details
Copy full SHA for 2a4eec4
View code at this point
Browse repository at this point
Commits on Oct 25, 2023
fix: prevent unnecessary console windows
Show description for 6f8c26b
geral-victor
authored
6f8c26b
View commit details
Copy full SHA for 6f8c26b
View code at this point
Browse repository at this point
Commits on Jun 19, 2023
build: set up export header
alandefreitas
committed
1cb600f
View commit details
Copy full SHA for 1cb600f
View code at this point
Browse repository at this point
Commits on Jun 18, 2023
fix(util): make `linspace(a,b,1)` return `a` instead of `NaN`
Show description for 92a9261
j0hnnybash
authored and
alandefreitas
committed
92a9261
View commit details
Copy full SHA for 92a9261
View code at this point
Browse repository at this point
Commits on Jun 13, 2023
Data was not rendering correctly due to low precision rounding in data_string. Increased precision of data strings to 10 digits. Was using data sampled at about 0.8ns and it was putting the first 1β¦
Show description for 62ef6b0
tstrutz
authored and
alandefreitas
committed
62ef6b0
View commit details
Copy full SHA for 62ef6b0
View code at this point
Browse repository at this point
Commits on May 28, 2023
fix(contourc): remove unused variable
alandefreitas
committed
f96bd93
View commit details
Copy full SHA for f96bd93
View code at this point
Browse repository at this point
Prevent compilation errors because of dangling references with std::minmax
RTrioux
authored and
alandefreitas
committed
3b7d12b
View commit details
Copy full SHA for 3b7d12b
View code at this point
Browse repository at this point
Commits on May 7, 2023
Fix missing include in colors.cpp
tretre91
authored and
alandefreitas
committed
400981e
View commit details
Copy full SHA for 400981e
View code at this point
Browse repository at this point
Commits on Jul 30, 2022
Fix large numbers and add timestamp support (#273)
Show description for 3c81acc
TheGreatRambler
authored
3c81acc
View commit details
Copy full SHA for 3c81acc
View code at this point
Browse repository at this point
Commits on May 4, 2022
Added new colormap 'turbo' which exist in Matlab.
diverger
authored and
alandefreitas
committed
60f4b1f
View commit details
Copy full SHA for 60f4b1f
View code at this point
Browse repository at this point
Commits on Dec 23, 2021
Fix warnings on MSVC, changing enum to enum class and initializing vars on default constructor
nikkaramessinis
authored and
alandefreitas
committed
ef2a5af
View commit details
Copy full SHA for ef2a5af
View code at this point
Browse repository at this point
Commits on May 21, 2021
Fix MSVC pedantic warnings
alandefreitas
committed
65d5917
View commit details
Copy full SHA for 65d5917
View code at this point
Browse repository at this point
Commits on May 20, 2021
Initialize `r` in `common.h`
alandefreitas
committed
b45015e
View commit details
Copy full SHA for b45015e
View code at this point
Browse repository at this point
Initialize `common.h`/`to_array` array
alandefreitas
committed
b2bfcdd
View commit details
Copy full SHA for b2bfcdd
View code at this point
Browse repository at this point
Fix `world_cities.cpp` erase loop
alandefreitas
committed
e851ebf
View commit details
Copy full SHA for e851ebf
View code at this point
Browse repository at this point
Commits on May 11, 2021
Merge branch 'master' of https://github.com/alandefreitas/matplotplusplus
alandefreitas
committed
ee95a57
View commit details
Copy full SHA for ee95a57
View code at this point
Browse repository at this point
Add references to colormaps
alandefreitas
committed
9783bcf
View commit details
Copy full SHA for 9783bcf
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Fix float conversion warnings.
avocadoboi
committed
d3bd62b
View commit details
Copy full SHA for d3bd62b
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
contourc: Fix work with with vector_2d iterators by introducing vector_2d_view util class
Show description for ddb95f0
leha-bot
committed
ddb95f0
View commit details
Copy full SHA for ddb95f0
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Explicitly define vector type
alandefreitas
committed
28e02d9
View commit details
Copy full SHA for 28e02d9
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Fix pedantic warnings on MSVC, GCC, and Clang
alandefreitas
committed
52d9e75
View commit details
Copy full SHA for 52d9e75
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
Use std::string_view instead of const-ref to std::string when possible
Show description for 7229a40
lacc97
committed
7229a40
View commit details
Copy full SHA for 7229a40
View code at this point
Browse repository at this point
Reduce copying in to_vector_{1,2,3}d
Show description for 2f7220d
lacc97
committed
2f7220d
View commit details
Copy full SHA for 2f7220d
View code at this point
Browse repository at this point
Commits on Sep 6, 2020
Fix perfect forwarding
Show description for 8e908ad
lacc97
committed
8e908ad
View commit details
Copy full SHA for 8e908ad
View code at this point
Browse repository at this point
Commits on Sep 3, 2020
Rename `axes` to `axes_type` to avoid conflicts on MSVC
alandefreitas
committed
57c9b72
View commit details
Copy full SHA for 57c9b72
View code at this point
Browse repository at this point
Rename `figure` to `figure_type` to avoid conflicts on MSVC
alandefreitas
committed
06bed1d
View commit details
Copy full SHA for 06bed1d
View code at this point
Browse repository at this point
Split OpenGL backend into two backends
Show description for a20a51f
alandefreitas
committed
a20a51f
View commit details
Copy full SHA for a20a51f
View code at this point
Browse repository at this point
Add #include <cctype> for std::isspace
alandefreitas
committed
e67a7d6
View commit details
Copy full SHA for e67a7d6
View code at this point
Browse repository at this point
Commits on Sep 2, 2020
Make explicit conversions in axes, figure, colors, and common
alandefreitas
committed
1993634
View commit details
Copy full SHA for 1993634
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
Fixing "warning: control reaches end of non-void function"
alandefreitas
committed
aaa3793
View commit details
Copy full SHA for aaa3793
View code at this point
Browse repository at this point
Include exceptions to silence "warning: control reaches end of non-void function" after switch.
alandefreitas
committed
1f1aff1
View commit details
Copy full SHA for 1f1aff1
View code at this point
Browse repository at this point
Commits on Aug 30, 2020
Get rid of the majority of the warnings
mrexodia
committed
c6aba7c
View commit details
Copy full SHA for c6aba7c
View code at this point
Browse repository at this point
Improve compilation speed on MSVC
mrexodia
committed
a9f4c7d
View commit details
Copy full SHA for a9f4c7d
View code at this point
Browse repository at this point
Previous
Next
You canβt perform that action at this time.