Menu

#58 data borders for area plot types

6.2.0
closed
lbayuk
None
1
Fixed
2015-11-04
2015-10-31
lbayuk
No

The new squaredarea and stackedsquaredarea plot types are implemented [#57]. These are similar to area and stackedarea plots, but support data borders. It shouldn't be hard to add data border support to area and stackedarea too.

Related

Feature Requests: #57
Wiki: 6.2.0-NEWS

Discussion

  • lbayuk

    lbayuk - 2015-11-01

    Code, documentation, and test changes have been committed to SVN to extend data borders to area and stackedarea plots.

    There is a problem with 'area' and 'squaredarea' plot types with data borders on and multiple data sets, when the Y values for each X are not in decreasing order. In this case the plot areas will overlap, and some parts will be partially covered. (This has always been true.) The problem is that the data borders correspond to the actual data sets, and not the visible area fills.

    A first try at fixing this involved drawing a data border after each area fill, instead of all at the end. This seems to work for area and squaredarea, but does not work correctly for stackedarea or stackedsquaredarea (which don't have the overlap problem anyway).

    Considering letting this go for now, and not adding to the complexity with fixes for specific plot types.

     
  • lbayuk

    lbayuk - 2015-11-04
    • status: open --> closed
    • Resolution: None --> Fixed
     
  • lbayuk

    lbayuk - 2015-11-04

    Implemented in 6.2.0, but see [bugs:#173]

     

    Related

    Bugs: #173


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.