Skip to content

Commit

Permalink
Fix and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
7675t authored and iory committed Nov 3, 2018
1 parent 4545087 commit 26c454d
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions jsk_tools/src/jsk_tools/bag_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,22 +172,21 @@ def processConfFile(self):
conf file format is:
global:
layout: "vertical" or "horizontal"
legend_font_size: font size for the legend
label_font_size: font size for the axis label
title_font_size: font size for each plot
plots:
- title: "title"
- title: "title 1"
type: "line" or "hist"
topics:
- topic: "topic name"
field: "field name"
- topic: "topic name"
field: "field name"
topic: [topic1, topic2, ...]
field: [field1, field2, ...]
color: [color1, color2, ...]
legend: true
- title: "title"
- title: "title 2"
type: "line" or "hist"
topics:
- topic: "topic name"
field: "field name"
- topic: "topic name"
field: "field name"
topic: [topic1, topic2, ...]
field: [field1, field2, ...]
color: [color1, color2, ...]
legend: true
"""
with open(self.conf_file) as f:
Expand Down

0 comments on commit 26c454d

Please sign in to comment.