Skip to content
Permalink

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
Choose a base ref
...
head repository: alandefreitas/matplotplusplus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 12 files changed
  • 11 contributors

Commits on Jul 17, 2023

  1. fix: don't ignore rticks() when the r-axis is not visible

    For 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.
    j0hnnybash authored Jul 17, 2023
    Copy the full SHA
    7af365c View commit details
  2. contrib-readme-action has updated readme

    contrib-readme-bot committed Jul 17, 2023
    Copy the full SHA
    156001b View commit details

Commits on Sep 18, 2023

  1. Copy the full SHA
    a40344e View commit details

Commits on Oct 25, 2023

  1. Copy the full SHA
    6f8c26b View commit details

Commits on Feb 21, 2024

  1. Copy the full SHA
    6157372 View commit details

Commits on Apr 10, 2024

  1. docs: minor typos

    wwinslade authored Apr 10, 2024
    Copy the full SHA
    734e487 View commit details

Commits on Aug 28, 2024

  1. Copy the full SHA
    2a4eec4 View commit details

Commits on Sep 4, 2024

  1. Copy the full SHA
    4ab073b View commit details

Commits on Sep 24, 2024

  1. Copy the full SHA
    e4ce497 View commit details

Commits on Oct 23, 2024

  1. 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
    mikucionisaau authored Oct 23, 2024
    Copy the full SHA
    4afebf1 View commit details

Commits on Feb 7, 2025

  1. Copy the full SHA
    fe308e1 View commit details

Commits on Feb 17, 2025

  1. Copy the full SHA
    5d01eb3 View commit details

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