gnutemplate 0.2.0.1 → 0.2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/gnutemplate/version.rb +1 -1
- data/lib/gnutemplate.rb +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f08db55b18fe15eae25c87905d12bb1c1d1c9a35b1f59bca831431ef2c415b72
|
|
4
|
+
data.tar.gz: 8fec75c071eabf8dc6652e2e9d953ef379bf3782e20e91c97451f3753f6d04ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb258e5c419d47df697b56910d8f7e6b6ab965cf7df640971e358c96e9c05c27ebc27e9ea689f3f17444c2e70f5a86a7b53d0f13809019cf0baa3c611a4ab565
|
|
7
|
+
data.tar.gz: d79bacf208a0f08342250b9efe2770e396b5870525c787a3e6f1dfb5e49066d0d0e7ab0ee767a3c8502304d1ac2d396409f389299e54018a9688abc3151b741e
|
data/lib/gnutemplate/version.rb
CHANGED
data/lib/gnutemplate.rb
CHANGED
|
@@ -214,6 +214,7 @@ module Gnutemplate
|
|
|
214
214
|
|
|
215
215
|
end # Of if pileup..else
|
|
216
216
|
end
|
|
217
|
+
module_function :histogram
|
|
217
218
|
|
|
218
219
|
def note_histogram(data, labels: nil, pileup: true,
|
|
219
220
|
xmin: nil, xmax: nil, ymin: 0, ymax: nil, bins: 10,
|
|
@@ -404,5 +405,5 @@ module Gnutemplate
|
|
|
404
405
|
|
|
405
406
|
end # Of def function
|
|
406
407
|
|
|
407
|
-
module_function :note_line, :draw_line, :note_box, :draw_box, :
|
|
408
|
+
module_function :note_line, :draw_line, :note_box, :draw_box, :note_histogram, :draw_histogram
|
|
408
409
|
end # Of module
|