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: YanjenChen/matplotlib-cpp
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
  • 5 files changed
  • 1 contributor

Commits on Feb 7, 2023

  1. Add 2d and 3d vector support to quiver interface.

     - Add new functions to library header.
     - Modify quiver example.
    YanjenChen committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e2292d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c20513c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Beautify the code.

    YanjenChen committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0f87c41 View commit details
    Browse the repository at this point in the history
  2. Update behavior

     - Add kwargs to subplot
     - Remove creating new figure when use 3d scatter and quiver
     - Add kwargs support to scatter and quiver
    YanjenChen committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    601b5b3 View commit details
    Browse the repository at this point in the history
  3. Update quiver example.

    YanjenChen committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1d0a2c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Modify figsize interface

    YanjenChen committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8720156 View commit details
    Browse the repository at this point in the history
  2. update basic example

    YanjenChen committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e2e6b44 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Remove basic target

    YanjenChen committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1d56208 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    929684f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    c695184 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Add zlim interface

    YanjenChen committed May 4, 2023
    Configuration menu
    Copy the full SHA
    577147e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. Add rectangle2d

    YanjenChen committed May 6, 2023
    Configuration menu
    Copy the full SHA
    3d8d850 View commit details
    Browse the repository at this point in the history
Loading