That does indeed work. Thank you.
-E
On Tue, May 1, 2012 at 6:45 PM, Tony Yu wrote:
>
>
> On Tue, May 1, 2012 at 3:04 PM, Elliot Saba wrote:
>
>> Hey guys, I'm trying to use tight_layout() to fix up some subplot
>> grossness, but whenever I call it, I get:
>>
>> Traceback (most recent call las
On Tue, May 1, 2012 at 3:04 PM, Elliot Saba wrote:
> Hey guys, I'm trying to use tight_layout() to fix up some subplot
> grossness, but whenever I call it, I get:
>
> Traceback (most recent call last):
> File "test.py", line 16, in
> plt.tight_layout()
> File
> "/Users//.homebrew/Cellar/
Hey guys, I'm trying to use tight_layout() to fix up some subplot
grossness, but whenever I call it, I get:
Traceback (most recent call last):
File "test.py", line 16, in
plt.tight_layout()
File
"/Users//.homebrew/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
Hello,
I find this problem on matplotlib version 1.0.1
Tanim Islam
On Tue, 1 May 2012, Benjamin Root wrote:
On Mon, Apr 30, 2012 at 4:02 PM, Tanim Islam wrote:
Yes, sorry about that. I hope this now works.
Tanim Islam
I can confirm your results. I am looking into it. What
Can you provide a list of all of the packages that "apt-get build-dep
python-matplotlib" installs? I think there's more required than what
you listed. For example, it installs a C++ compiler, which is
required. We can't assume the user has anything already, which is why
build-dep is so conve
Actually, you will still need "python-dev" for compiling.
Sorry.
On Tue, May 1, 2012 at 5:21 PM, Alexis Praga wrote:
> Hi,
>
> The documention on building matplotlib from source (
> http://matplotlib.sourceforge.net/users/installing.html )
> says the following :
>
> "If you are on debian/ubuntu,
Hi,
The documention on building matplotlib from source (
http://matplotlib.sourceforge.net/users/installing.html )
says the following :
"If you are on debian/ubuntu, you can get all the dependencies
required to build matplotlib with:
sudo apt-get build-dep python-matplotlib"
However, doing so wi
On Mon, Apr 30, 2012 at 4:02 PM, Tanim Islam wrote:
> Yes, sorry about that. I hope this now works.
>
> Tanim Islam
>
>
I can confirm your results. I am looking into it. What version of
matplotlib are you using?
Ben Root
-
On Tue, May 1, 2012 at 6:42 AM, David Erickson wrote:
> Hi I need to use the symlog yscale in my graph, I have a lot of data
> that needs to be displayed linearly, with a small fraction at the upper
> end of the range that needs to be displayed in log scale due to its
> distance from the main data
Hi I need to use the symlog yscale in my graph, I have a lot of data
that needs to be displayed linearly, with a small fraction at the upper
end of the range that needs to be displayed in log scale due to its
distance from the main data. The symlog scale works great, however I'd
like to adjust
10 matches
Mail list logo