|
From: SourceForge.net <no...@so...> - 2006-05-22 09:33:51
|
Bugs item #1492548, was opened at 2006-05-21 18:55 Message generated for change (Comment added) made by wobsta You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1492548&group_id=45430 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Dominic Ford (dcf21) Assigned to: Nobody/Anonymous (nobody) Summary: histograms for negative y-coordinates Initial Comment: The attached code snippet attempts to plot a histogram of sin(x). Something seems to go badly wrong when the function goes negative -- either the left or right sides of the bars cease to appear. ---------------------------------------------------------------------- >Comment By: André Wobst (wobsta) Date: 2006-05-22 11:33 Message: Logged In: YES user_id=405853 Thanks for the report. (The vvalue and vfromvalue comparison missed to take into account the vfromvalue.) Fixed in changeset:2768. ---------------------------------------------------------------------- Comment By: Dominic Ford (dcf21) Date: 2006-05-21 19:14 Message: Logged In: YES user_id=1490334 I should add... I'm aware that setting fillable=1 in the style options fixes this, but as default behaviour, it doesn't seem so sensible. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1492548&group_id=45430 |