提交歷史

作者 SHA1 備註 提交日期
  Alex Dewar 490fa9cda0 Fix memory leaks in xlim() and ylim() 4 年之前
  raphael.viards@magellium.fr 3af24b4182 Adding possibility to choose dpi when saving 4 年之前
  William Leong 2bf4f26d72 Fix #221 and #225 4 年之前
  Alex d1b7c72be8 Add #include <string> for std::stod 4 年之前
  Ruan Luies 9d19657a36 Add 3D scatter plots, allow more than one 3d plot on the same figure and make rcparams changeable. 4 年之前
  Joshua Brinsfield 80bc9cd84d Add 3D quiver support 4 年之前
  Benno Evers 70d508fcb7 Expand comment for new interkeeper() function 4 年之前
  Le creepeur petitè b6f58a5c4c Suggestion: Give more multithreading flexibility 4 年之前
  Benno Evers dfe5a69a95 Fix whitespace error 4 年之前
  Andre Furlan 6f841d442a Added support to barh plot method 4 年之前
  Benno Evers f2bf7a4511 Add missing call to initialize interpreter in 'modern' example 4 年之前
  Barnabé BALP f4b49a35d0 Fix issue lava/matplotlib-cpp#124 4 年之前
  Tako Hisada b79ca6dc65 feat: Add keyword argument support to legend() 4 年之前
  JBPennington 374dcd032c Added arrow, cla, margins, contour 5 年之前
  pf 107912124d a few of the parameters are floats. This is a quick hack to get a couple of them to work. In the future matplotlibcpp should use map<string,any> instead of map<string,string> for kwargs. That should be a separate PR 5 年之前
  pf 480af0f4f9 Added support for axvspan 5 年之前
  Benno Evers 60dcd64c8f Sprinkle calls to interpreter::get() all over the codebase 5 年之前
  Benno Evers d612b524e1 Fix python3.8 segfault for the named_* family of functions 5 年之前
  Benno Evers f5f8ce3d6a Move Python.h include into first position 5 年之前
  Benno Evers ecf3a8dd0b Add native numpy handling when plotting vectors of (unsigned) long long 5 年之前
  Benno Evers d74105036a Fix use-after-free bug when plotting unknown numeric types 5 年之前
  Mateo Gianolio 9595628a80 Replace occurrences of std::unordered_map<> with std::map<> 5 年之前
  acxz e5ffc6ce83 ensure interpreter is initialized for suptitle & subplot 5 年之前
  tomotakaeru 2843ebbe68 delete unnecessary "inline" on get_array(vector<string>) 5 年之前
  tomotakaeru ea527fdcef add "inline" to get_array, color_bar, axvline 5 年之前
  Benno Evers 7f7b8528b4 Fix numpy detection and provide some functions even when numpy is not available 5 年之前
  Benno Evers 41477fcdb6 Add experimental documentation target 5 年之前
  Brian Phung 811ebfb2c9 Add 3D line plot and zlabel function. 5 年之前
  Florian Eich 52816e2f8b Adds boxplot, get_strarray and get_listlist 5 年之前
  Florian Eich 1809d7a261 Adds axvline to function scope 5 年之前