Skip to content

Commit e5f29b7

Browse files
author
Ivan Evgrafov
committed
update readme
1 parent 23efeaf commit e5f29b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rdoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Examples of option translation (nested containers allowed):
5757
{ key1: "value1", key2: { nested_key1: "nested_value1" } }
5858
# =>
5959
"key1 value1 key2 nested key1 nested_value1"
60+
* Hashes with underscored keys (see {#7}[https://github.com/dilcom/gnuplotrb/issues/7]):
61+
{ style_data: 'histograms' }
62+
#=>
63+
"style data histograms"
6064
* Range:
6165
{ xrange: 0..100 }
6266
# =>

0 commit comments

Comments
 (0)