Bugs item #990687, was opened at 2004-07-14 08:21
Message generated for change (Comment added) made by wobsta
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=442886&aid=990687&group_id=45430
Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Gert Ingold (gertingold)
Assigned to: Nobody/Anonymous (nobody)
Summary: symbol/line representation in key incorrect
Initial Comment:
As the enclosed example demonstrates, the
representation of line and symbol in a graph key
appears to be incorrect. In the graph, the line is
drawn before the symbol so that filling the symbol with
a different color will make the line disappear under
the symbol. In the key, it seems that the line is drawn
after the symbol so that the line does not disappear.
----------------------------------------------------------------------
>Comment By: André Wobst (wobsta)
Date: 2004-07-14 17:14
Message:
Logged In: YES
user_id=405853
Right. The enclosed patch will correct the problem and is also checked
into the 0.6.x CVS branch. However, the current CVS head (and thus the
forthcomming 0.7 release) is not affected by the problem, since lines and
symbols got splitted into two independend styles. You now specify a list
of styles in the second parameter of the plot method of the graph. By
that you can even alter the order, in which the styles are drawn. This
order is the same in the graph and in the graph key (I just checked it and
even found some bugs while checking ... so thanks anyway ...)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=442886&aid=990687&group_id=45430
|