gnutemplate 0.2.1 → 0.2.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 +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93290973c56c3ad666081942d0a617d9274b6771d00df1beef5350c7933c43c2
|
|
4
|
+
data.tar.gz: 6568f2b90707a89e79614ced5814f80394128f90f8bd26009e216868569b7724
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7f7ff008cf98856a65a81dd3263ca8757962dcdaa4ea96a73e1f694c9084454f54d0789eaa97d1c95880a87d88a889e79adebcee9b51aa29ec9e87c95e4ff87b
|
|
7
|
+
data.tar.gz: 0b23cd08d1650299c548fef6db758cfcac3d776a7fede27fa3c298e815874b1bbfde67c498ddc2ed0172a9859ed3a6d4720d0a1ded55baab6477fb5bdd666ce5
|
data/lib/gnutemplate/version.rb
CHANGED
data/lib/gnutemplate.rb
CHANGED
|
@@ -69,6 +69,10 @@ module Gnutemplate
|
|
|
69
69
|
end
|
|
70
70
|
end
|
|
71
71
|
|
|
72
|
+
def box(rows, titlenames, xrange: nil, xtics: nil, title: nil, file: nil, alpha: 60)
|
|
73
|
+
|
|
74
|
+
end
|
|
75
|
+
|
|
72
76
|
# 一つのデータで min, max 2列必要とするので
|
|
73
77
|
# rows = [minデータ1, maxデータ1, minデータ2, maxデータ2, ...] という形式で入れてやる
|
|
74
78
|
# xrangeはx軸の範囲(数値..数値の範囲で指定)で、xticsは実際に目盛に表示するラベル(Stringなどの配列)
|
|
@@ -339,7 +343,7 @@ module Gnutemplate
|
|
|
339
343
|
end # of Numo.noteplot
|
|
340
344
|
end # of def draw
|
|
341
345
|
|
|
342
|
-
def draw(subplot,
|
|
346
|
+
def draw(subplot, file: nil, campus_size: nil, multicolumn: 1) # for any plot function
|
|
343
347
|
|
|
344
348
|
subplot = [subplot] if !subplot.is_a?(Array)
|
|
345
349
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gnutemplate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- showata
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: numo-gnuplot
|