8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26b943 commit 38368aeCopy full SHA for 38368ae
CHANGELOG
@@ -1,7 +1,13 @@
1
+<<<<<<< HEAD
2
2013-12-30 Made streamplot grid size consistent for different types of density
3
argument. A 30x30 grid is now used for both density=1 and
4
density=(1, 1).
5
6
+2013-12-03 Added a pure boxplot-drawing method that allow a more complete
7
+ customization of boxplots. It takes a list of dicts contains stats.
8
+ Also created a function (`cbook.boxplot_stats`) that generates the
9
+ stats needed.
10
+
11
2013-11-28 Added qhull extension module to perform Delaunay triangulation more
12
robustly than before. It is used by tri.Triangulation (and hence
13
all pyplot.tri* methods) and mlab.griddata. Deprecated
0 commit comments