Skip to content

Commit 4df4292

Browse files
committed
Update README.md
1 parent 119f557 commit 4df4292

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can get the results below by running the above script:
3030

3131
### barplot
3232

33-
```
33+
```ruby
3434
plot = UnicodePlot.barplot(data: {'foo': 20, 'bar': 50}, title: "Bar")
3535
plot.render($stdout)
3636
```
@@ -39,7 +39,7 @@ plot.render($stdout)
3939

4040
### boxplot
4141

42-
```
42+
```ruby
4343
plot = UnicodePlot.boxplot(data: {foo: [1, 3, 5], bar: [3, 5, 7]}, title: "Box")
4444
plot.render($stdout)
4545
```

img/boxplot.png

589 Bytes
Loading

0 commit comments

Comments
 (0)