-
Notifications
You must be signed in to change notification settings - Fork 352
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: alandefreitas/matplotplusplus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: alandefreitas/matplotplusplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 12 files changed
- 11 contributors
Commits on Jul 17, 2023
-
fix: don't ignore
rticks()
when the r-axis is not visibleFor polar plots the (unsightly, and unhelpful) r-axis is hidden by default, instead of the grid being enabled by default. This PR handles rticks(), rtickformat(), rticklabels() and rtickangle() to generate the corresponding gnuplot commands even when the r-axis is hidden. Additionally, it handles `rticks({})` and `rticklabels({})` properly by essentially setting `rtickformat("")`. This ensures that labels are hidden without having to disable the grid.
Configuration menu - View commit details
-
Copy full SHA for 7af365c - Browse repository at this point
Copy the full SHA 7af365cView commit details -
contrib-readme-action has updated readme
contrib-readme-bot committedJul 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 156001b - Browse repository at this point
Copy the full SHA 156001bView commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a40344e - Browse repository at this point
Copy the full SHA a40344eView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f8c26b - Browse repository at this point
Copy the full SHA 6f8c26bView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6157372 - Browse repository at this point
Copy the full SHA 6157372View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 734e487 - Browse repository at this point
Copy the full SHA 734e487View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a4eec4 - Browse repository at this point
Copy the full SHA 2a4eec4View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ab073b - Browse repository at this point
Copy the full SHA 4ab073bView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4ce497 - Browse repository at this point
Copy the full SHA e4ce497View commit details
Commits on Oct 23, 2024
-
refactor: popen and pclose error reporting
* Set errno for popen and pclose for WIN32 just like POSIX does (at least mingw64+wine seems to decode the error message without doing anything extra) * A work around for popen/pclose: complicated but works * Refactored popen/pclose into custom implementation and added c++ wrappers * Removed exceptions and cleaned up process pipe api * Refactored popen/pclose into C++ class * Fixed trivial issues for Linux * Simplified the move semantics by avoiding virtual functions * Moved error reporting into common_pipe * Simplified open and close in case the pipe is already opened/closed * Fixed error handling for MSVC, which very weird: MSVC rejects strerror, suggest to use "secure" strerror_s, but then does not supply strerrorlen_s GCC does not provide strerror_s, looks like strerror is good enough there. * MSVC is not following any standards
Configuration menu - View commit details
-
Copy full SHA for 4afebf1 - Browse repository at this point
Copy the full SHA 4afebf1View commit details
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fe308e1 - Browse repository at this point
Copy the full SHA fe308e1View commit details
Commits on Feb 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5d01eb3 - Browse repository at this point
Copy the full SHA 5d01eb3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...master