|
From: SourceForge.net <no...@so...> - 2006-04-19 09:21:50
|
Bugs item #1461513, was opened at 2006-03-30 19:08 Message generated for change (Settings changed) made by wobsta You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1461513&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: logarithmic axes Initial Comment: The attached piece of code attempts to draw a logarithmic x-axis, going from right to left, between limits of 1.5e12 and 6e13. PyX doesn't render a particularly useful axis. (tested using Python 2.4; PyX 0.7.1). Apologies if this has already been fixed in the most recent version. ---------------------------------------------------------------------- >Comment By: André Wobst (wobsta) Date: 2006-04-19 11:21 Message: Logged In: YES user_id=405853 Bug. The problem was the range-rating for reversed axes. Fixed in changeset 2592. Thanks for your report. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=442886&aid=1461513&group_id=45430 |