Public bug reported:

Binary package hint: ploticus

ploticus version 2.33 has a bug which makes multi-dimension timelines
impossible to draw. The outline of one bar is always extended to the
longest bar. Example:

#proc getdata
data:
    2 5 6 "963"
    1 1 2 "1327"
    2 3 4 "962"

#proc categories
    axis: y
    datafield: 1

#proc areadef
   rectangle: 1 1 9 3
   xautorange: datafield=2,3
   yscaletype: categories

#proc xaxis
   stubs: inc 2 hours

#proc yaxis
   stubs: usecategories

#proc bars
   axis: x
   locfield: 1
   segmentfields: 2 3

I'm going to attach samples of how it looks and how it should look as
well as a small patch to fix the problem.

** Affects: ploticus (Ubuntu)
     Importance: Undecided
         Status: New

-- 
timeline with multiple categories messed up
https://bugs.launchpad.net/bugs/152252
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to