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: Watch-Later/matplotlibcpp17
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: soblin/matplotlibcpp17
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.
  • 10 commits
  • 52 files changed
  • 3 contributors

Commits on Oct 17, 2022

  1. Add additional functions (soblin#23)

    * Add imshow function
    * Add clim function
    * Add gci function
    * Add colorbar function
    * Add sombrero example
    jurihock authored Oct 17, 2022
    Configuration menu
    Copy the full SHA
    bb9e692 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. renamed sombrero.cpp

    Signed-off-by: soblin <hilo.soblin@gmail.com>
    soblin committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    8490dcf View commit details
    Browse the repository at this point in the history
  2. updated CMakeLists.txt

    Signed-off-by: soblin <hilo.soblin@gmail.com>
    soblin committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d29f1fb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. added image_demo demo

    Signed-off-by: soblin <hilo.soblin@gmail.com>
    soblin committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    b51db01 View commit details
    Browse the repository at this point in the history
  2. changed color name in cm to a static const char

    Signed-off-by: soblin <hilo.soblin@gmail.com>
    soblin committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    d418287 View commit details
    Browse the repository at this point in the history
  3. Feat/return proxy (soblin#27)

    * (1) return ObjectWrapper (2) workaround for mplot3d
    
    Signed-off-by: soblin <hilo.soblin@gmail.com>
    
    * checked all samples working
    
    Signed-off-by: soblin <hilo.soblin@gmail.com>
    
    * adding const
    
    Signed-off-by: soblin <hilo.soblin@gmail.com>
    
    * adding const
    
    Signed-off-by: soblin <hilo.soblin@gmail.com>
    
    Signed-off-by: soblin <hilo.soblin@gmail.com>
    soblin authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    85ba09b View commit details
    Browse the repository at this point in the history
  4. updated README

    Signed-off-by: soblin <hilo.soblin@gmail.com>
    soblin committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    b49de37 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. added axes::cla (soblin#29)

    Signed-off-by: soblin <hilo.soblin@gmail.com>
    soblin authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0368a24 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Added axvline (soblin#31)

    * Added axvline
    
    * Added axvline
    
    Signed-off-by: Björnborg Nguyen <bjornborg.nguyen@chalmers.se>
    
    ---------
    
    Signed-off-by: Björnborg Nguyen <bjornborg.nguyen@chalmers.se>
    bjornborg authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    779f108 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Replaced include guards with #pragma once (soblin#32)

    Defined all functions with inline specifier to support multiple source files including this header only lib in same project
    bjornborg authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4d025b5 View commit details
    Browse the repository at this point in the history
Loading