We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ec91f commit e1ccfb1Copy full SHA for e1ccfb1
docs/changelog.rst
@@ -1,7 +1,11 @@
1
Changelog
2
=========
3
-1.0.3
+1.1.0
4
-----
5
+Additions
6
+~~~~~~~~~
7
+- Added a widget to draw a histogram of features.
8
+
9
Changes
10
~~~~~~~
11
- The slice widget is now limited to slicing along the x/y dimensions. Support
docs/user_guide.rst
@@ -30,6 +30,7 @@ These widgets plot the data stored in the ``.features`` attribute of individual
30
Currently available are:
31
32
- 2D scatter plots of two features against each other.
33
+- Histograms of individual features.
34
35
To use these:
36
0 commit comments