When I make a tcp_rtt_box_combine plot of ten data sets, it looks like this:

![tcp_rtt_box_combine](https://user-images.githubusercontent.com/4397233/50589846-8dde2d80-0e88-11e9-90c6-85664b8d4701.png)

but what I make a tcp_rtt_bar_combine, it looks like this:

![tcp_rtt_bar_combine](https://user-images.githubusercontent.com/4397233/50589866-9fbfd080-0e88-11e9-9a24-d6e32b0f87f5.png)

It seems that there are 13 columns in the bar_combine, where 4 are expected? 
The 4 expected are just each upload stream, but the 13 also include upload avg 
and sum, plus download streams, avg and sum, and tcp totals, all of which have 
0 values.

I'm currently running from HEAD, and the script used to produce the plots looks 
like:

```
#!/bin/bash
plot="$1"
input="$2"
flent -i $input -p $plot -o $plot.svg --fallback-layout --figure-width=10 
--figure-height=7.5 &
flent -i $input -p $plot -o $plot.png --fallback-layout --figure-width=10 
--figure-height=7.5 &
wait

```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/158
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

Reply via email to