From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S1XCL-0003DE-ML for garchives@archives.gentoo.org; Sun, 26 Feb 2012 06:03:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41719E09ED for ; Sun, 26 Feb 2012 06:03:04 +0000 (UTC) Received: from mxi2.callplus.net.nz (mx194.callplus.net.nz [202.180.66.194]) by pigeon.gentoo.org (Postfix) with ESMTP id 11980E08DF for ; Sun, 26 Feb 2012 03:08:34 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoKAKihSU98xRkM/2dsb2JhbABDh3CrOYEIgXMBAQU6HDMLGAkVEA8BKR4ZiAUMtwONJgEDAgYFDwMDAwIKAg0JAyIDAwMChQIGCQEyCgMHIhCDHgSoQQ X-IronPort-AV: E=Sophos;i="4.73,483,1325415600"; d="scan'208";a="244985285" Received: from 124-197-25-12.callplus.net.nz (HELO vrooom-vrooom.localnet) ([124.197.25.12]) by ismtp2.tranzpeer.net with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Feb 2012 16:08:32 +1300 From: Francois Bissey To: gentoo-science@lists.gentoo.org Subject: Re: [gentoo-science] [sage-on-gentoo] Date: Sun, 26 Feb 2012 16:08:30 +1300 Message-ID: <1840021.fGNstEbMIJ@vrooom-vrooom> User-Agent: KMail/4.7.4 (Linux/3.0.0-sabayon; KDE/4.7.4; i686; ; ) In-Reply-To: <20120226021849.8907ba23.v_2e@ukr.net> References: <20120226021849.8907ba23.v_2e@ukr.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: be307afe-79a5-496d-bb51-9f2c5a16b2d5 X-Archives-Hash: 0b0b6c51f43e0aff027c3078dce8993c On Sun, 26 Feb 2012 02:18:49 v_2e@ukr.net wrote: > Hello! > I have noticed several days ago that when I use the > my_plot.show(xmin=0, ymin=0, frame=True) > to show my plot, I get an image with slightly misplaced surrounding box > boundaries relatively to X and Y axes. They should be at X=0 and Y=0 > (in fact, the box boundaries should coincide with the axes in such > case), but they are not. > Here is a sample image: > http://wombat.org.ua/sage-incorrect_axes-box.png > > How can I fix this behaviour? > Thank you. > Vladimir > > P.S. I'm not sure whether this issue is Gentoo-specific or not, > that's why I decided to ask here first. > Hi Vladimir, Has it started after your upgrade to sage-4.8? I'll have to check but Jason did some work around the default settings for matplotlib. That may be a consequence. Francois