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: lava/matplotlib-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JayDeeRedbeard/matplotlib-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 23 files changed
  • 2 contributors

Commits on Dec 5, 2021

  1. Fix: subplot()'s arguments should be ints, not doubles

    Currently, calls to matplotlibcpp::subplot() always fail as Python
    complains about the type mismatch.
    alexdewar committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    efc14f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. added alpha for normal plots.

    Jan Dennis Reimer committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    f0fb306 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. rc params now able to adjust font

    Jan Dennis Reimer committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    86414b3 View commit details
    Browse the repository at this point in the history
  2. Fixed: rc params now able to adjust font

    Jan Dennis Reimer committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    9ac8014 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. added rcparam lines.markersize

    Jan Dennis Reimer committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    ededcc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fixed python 3.11

    Jan Dennis Reimer committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    1ab9b3d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. added bbox_on_anchor for legend.

    Jan Dennis Reimer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    bef787e View commit details
    Browse the repository at this point in the history
  2. added named_plot with keywords

    Jan Dennis Reimer committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    452893f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. added subplots and reformat.

    Jan Dennis Reimer committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    0d1ba20 View commit details
    Browse the repository at this point in the history
Loading