8000 Comparing cxzhp:master...lava:master · cxzhp/matplotlib-cpp · GitHub
[go: up one dir, main page]

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: cxzhp/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: lava/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.
  • 19 commits
  • 11 files changed
  • 13 contributors

Commits on Mar 25, 2021

  1. Add 3D quiver support

    sapphous authored and lava committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    80bc9cd View commit details
    Browse the repository at this point in the history
  2. Add 3D scatter plots, allow more than one 3d plot on the same figure …

    …and make rcparams changeable.
    Baggins800 authored and Benno Evers committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9d19657 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1b7c72 View commit details
    Browse the repository at this point in the history
  4. Fix lava#221 and lava#225

    williamleong authored and lava committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    2bf4f26 View commit details
    Browse the repository at this point in the history
  5. Adding possibility to choose dpi when saving

    raphael.viards@magellium.fr authored and lava committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3af24b4 View commit details
    Browse the repository at this point in the history
  6. Fix memory leaks in xlim() and ylim()

    Memory is allocated with new and delete is never called. Use a std::array instead, so no memory will be allocated.
    alexdewar authored and lava committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    490fa9c View commit details
    Browse the repository at this point in the history
  7. Add modern cmake support

    fferflo authored and lava committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    08ff087 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Unbreak examples by moving 'fig_number' paramter to the end of the list

    Benno Evers authored and Benno Evers committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3d3f9da View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Remove obsoleted build systems

    After the switch to cmake, we don't need the hand-written Makefile
    nor the contrib/ version of the cmake file.
    Benno Evers authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    cab80f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1875696 View commit details
    Browse the repository at this point in the history
  3. add axhline

    Cryoris authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    ec37453 View commit details
    Browse the repository at this point in the history
  4. add contour plot

    Cryoris authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    bbfb240 View commit details
    Browse the repository at this point in the history
  5. add spy

    Cryoris authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    9ff7a4b View commit details
    Browse the repository at this point in the history
  6. Some bugfixes and adjustments for contour/spy

    Benno Evers authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    630ba84 View commit details
    Browse the repository at this point in the history
  7. Change line endings in CMakeLists.txt

    Benno Evers authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    5b88e8b View commit details
    Browse the repository at this point in the history
  8. Updated named plots to infer different datatypes in case of x and y i…

    …nputs.
    SpiritSeeker authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    1480780 View commit details
    Browse the repository at this point in the history
  9. added scatter with colors

    kesha787898 authored and Benno Evers committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    6150108 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Fix a missing M_PI in windows environment

    yoneken authored and lava committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    3dda526 View commit details
    Browse the repository at this point in the history
  2. Enable cmake include definition

    yoneken authored and lava committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    ef0383f View commit details
    Browse the repository at this point in the history
Loading
0