Not directly related, but considering the similarity of the mail I've
decided to just append my issue here.
I'm using python 3.4 x86 in virtualenv on win7 x64 with full copy of
Visual Studio 2010. This is my Exception message:
Exception information:
C:\Program
Hi, I'm trying to build matplotlib (git master) on windows 7, Python 3.3,
with ms visual C++ 2010 SP1
The error I am getting is related to how it can't find ft2build.h but
after running freetype-2.3.5-1.setup.exe, there is now a copy of it under
C:\Program Files (x86)\GnuWin32\include
How do I tell
On 04/19/2013 03:26 AM, Mark Lawrence wrote:
> On 19/04/2013 04:03, John Ladasky wrote:
>
>> Reading more, I realize that the way I was getting GUI output previously
>> (with Python 2.7 and Matplotlib 1.1) was through wxPython.
>> Unfortunately, it appears that wxPython's star is fading, and a Pyth
On 04/19/2013 01:59 AM, C M wrote:
On Thu, Apr 18, 2013 at 11:03 PM, John Ladasky
mailto:john_lada...@sbcglobal.net>> wrote:
.
Reading more, I realize that the way I was getting GUI output
previously
(with Python 2.7 and Matplotlib 1.1) was through wxPython.
Unfortunate
On 19/04/2013 12:26, Mark Lawrence wrote:
> On 19/04/2013 04:03, John Ladasky wrote:
>
>> Reading more, I realize that the way I was getting GUI output previously
>> (with Python 2.7 and Matplotlib 1.1) was through wxPython.
>> Unfortunately, it appears that wxPython's star is fading, and a Python
On 19/04/2013 04:03, John Ladasky wrote:
> Reading more, I realize that the way I was getting GUI output previously
> (with Python 2.7 and Matplotlib 1.1) was through wxPython.
> Unfortunately, it appears that wxPython's star is fading, and a Python
> 3-compatible version will not be written. In
Hi John,
on Kubuntu Precise the standard repo has at least:
python3-pyqt4
python3-pyside
python3-tk
The first two should enable Qt4Agg backend, the last TkAgg
Fra
2013/4/19 Sterling Smith
> I have used the TkAgg backend in python2, installing the dependencies by
> hand. Is this backend not
I have used the TkAgg backend in python2, installing the dependencies by hand.
Is this backend not available for python3?
-Sterling
On Apr 18, 2013, at 8:03PM, John Ladasky wrote:
> Thanks to both Francesco Montesano and Benjamin Root. I have done some
> reading. And I have made some progre
On Thu, Apr 18, 2013 at 11:03 PM, John Ladasky
wrote:
> .
> Reading more, I realize that the way I was getting GUI output previously
> (with Python 2.7 and Matplotlib 1.1) was through wxPython.
> Unfortunately, it appears that wxPython's star is fading, and a Python
> 3-compatible version will not
Thanks to both Francesco Montesano and Benjamin Root. I have done some
reading. And I have made some progress, though I am not quite where I
want to be yet.
So the problem appears to be that the only backend for which I had
suitable Python 3 libraries was agg. It only requires libpng, which
On Thu, Apr 18, 2013 at 3:34 AM, John Ladasky wrote:
> Hello everyone,
>
> After not using Matplotlib for over a year, I'm returning to it.
> Meanwhile, I have upgraded from Python 2.7 to Python 3.2, and I want to
> do all of my software development in Python 3 from now on.
>
> My OS is Ubuntu 12.
Hi John,
2013/4/18 John Ladasky
> On 04/18/2013 01:01 AM, Francesco Montesano wrote:
>
>> does plt.savefig('test.png') work?
>>
> Yes, it does! Thank you, that was a useful hint.
Good, than I would say that is a clear sign that you have a non interactive
backend.
Can you please give use the o
Hi John,
does plt.savefig('test.png') work?
If the figure get saved, it can be that you are using a non interactive
backend
Cheers
Fra
2013/4/18 John Ladasky
> Hello everyone,
>
> After not using Matplotlib for over a year, I'm returning to it.
> Meanwhile, I have upgraded from Python 2.7 to
Hello everyone,
After not using Matplotlib for over a year, I'm returning to it.
Meanwhile, I have upgraded from Python 2.7 to Python 3.2, and I want to
do all of my software development in Python 3 from now on.
My OS is Ubuntu 12.04.1. Python 2.7 is still the default Python for
Ubuntu, and m
Le mercredi 03 août 2011 à 14:45 +0200, Michael Klitgaard a écrit :
> Hello,
>
> I really like Python and Matplotlib, and recommend it to all my colleagues.
>
> I have found this plot:
>
> http://en.wikipedia.org/wiki/File:Operating_system_usage_share.svg
>
> I think it looks good, it is made i
Hello Michael,
I will do this by defining a an array of colors and then plot each bar
separately using a for loop
U can assign a color to the bar with the facecolor keyword.
U can use your code with a slight modifications
from pylab import *
data = [37.92, 29.72, 13.09, 7.40, 2.80, 2.07]
x = ar
Hello,
I really like Python and Matplotlib, and recommend it to all my colleagues.
I have found this plot:
http://en.wikipedia.org/wiki/File:Operating_system_usage_share.svg
I think it looks good, it is made in R. The code looks clean, not many
settings etc.
I wanted to see if I could make a si
Copying a matplotlib canvas (or a figure, or an axes) is not easy. You
cannot just rebind it. You need to copy all the hierarchy of
underlying artists. Also the attributes of artists need to be adjusted
accordingly.
And best option in my opinion is just to create another canvas using
the code that
Hey folks,
my problem may be obvious, but i can't seem to copy a plot from one canvas
to another.
# I have this object where whichCanvas is an instance of MplWidget (code
shown below)
self.whichCanvas.canvas.ax.plot(xData, yData, 'bo', linewidth=1.5,
linestyle='-')
# I want to cop
I am having segmentation faults when using any backend other than the WX and
native mac versions. I saw that this mpl install page (
http://matplotlib.sourceforge.net/users/installing.html) says to do an svn
co followed by an install using the custom make script that should go get
the "blessed" ve
Hello, and desparate salutations...
So, I'm on mac osx 10.4.11, trying to complete an upgrade from python 2.5 to
python 2.6. I believe I have numpy, tables also installed to the correct match
for python 2.6. I've been using "easy_install", which was reasonably easy
until I reached this stage.
Hi Mathew,
On Tue, Jun 16, 2009 at 21:20, Yeates, Mathew
C wrote:
> Hi
>
> I am running the following snippet
>
> ax = axes(polar=True)
>
> polar(angles,mag,'bo')
please include a full, working example: with this so few information
we can help a little.
> and I get the attached plot
no attached
Hi
I am running the following snippet
ax = axes(polar=True)
polar(angles,mag,'bo')
and I get the attached plot
How do make the dashed lines continue inward? How do choose the spacing? How
do remove the ugly text?
Mathew
Hi JDH,
Thanks for looking into this -- it has been driving me crazy!
I tried running your much better code but ended up with the same
result: http://screencast.com/t/UMl6l0Y4
I checked and matplotlib is version 0.98.5.2, and your code doesn't
using dateutil so I guess that's not it.
Any other i
On Wed, Mar 25, 2009 at 3:25 PM, Tyler B wrote:
>
> And yet here is the result: http://screencast.com/t/gLPDFtwnJM4
>
> I can't figure out why the values are 'grouping' around particular values
> on the x-axis... I would expect it to look more like a function, with only
> one y-value for each x.
Hi there,
I'm trying to plot a file which keeps track of my inbox count over time.
Every minute it creates an observation, recording a timestamp, and the inbox
count, like this:
2009-03-25 08:33:48, 5
2009-03-25 08:34:48, 5
2009-03-25 08:35:48, 5
...
and so on. I have about a day's worth of data
Bryan Fodness wrote:
> I tried posting this to numpy, but my posts never show up.
odd -- it works fine for me -- are you subscribed?
anyway:
>>> import numpy as np
>>> a = np.arange(100).reshape((10,10))
>>> b = np.ones((5,7)) * 30
>>> a
array([[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
I tried posting this to numpy, but my posts never show up. So, I was hoping
someone here might be able to help me.
I have two arrays that are different sizes and i would like to be able
to add them for plotting.
If I have an array a and b,
[[1 2 3 4 5 6 7 8 9]
[1 2 3 4 5 6 7 8 9]
[1 2 3 4 5 6
The trick is that you want the image coordinates in *screen* coordinates, not
printer coordinates. The image coordinates will be screen coordinates if you
obtain the imgheight/imgwidth by multipying the figure height/width by 80,
not 100. The DPI won't matter if you are manually setting the height
Hi, I'm trying to generate a barplot and subsequently dumping it to a
PNG file and making an HTML imagemap out of it. I've pasted my code
below.
The problem is that the coordinates I need to supply for the imagemap
don't seem to be correct.
I'm getting the screen coordinates using:
coords = []
f
On 07/02/07, Michael Lerner <[EMAIL PROTECTED]> wrote:
> That works for me. Thanks. I was trying to muck around with _lut
> directly and make a sentinel version of LinearSegmentedColormap. As I
> didn't really know what I was doing, I was having some strange
> results. Also, in case other folks
That works for me. Thanks. I was trying to muck around with _lut
directly and make a sentinel version of LinearSegmentedColormap. As I
didn't really know what I was doing, I was having some strange
results. Also, in case other folks don't realize this, you can
initialize this with a Colormap, L
On 05/02/07, John Hunter <[EMAIL PROTECTED]> wrote:
On 2/5/07, Michael Lerner <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have some data where I'd like almost all of it to be plotted with a
> LinearSegmentedColormap that I've made, but I have a few special
> values that I'd like to set to specific col
On 2/5/07, Michael Lerner <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have some data where I'd like almost all of it to be plotted with a
> LinearSegmentedColormap that I've made, but I have a few special
> values that I'd like to set to specific colors (white, in this case).
> So, I made a LinearSegmen
Hi,
I have some data where I'd like almost all of it to be plotted with a
LinearSegmentedColormap that I've made, but I have a few special
values that I'd like to set to specific colors (white, in this case).
So, I made a LinearSegmentedColormap that works pretty well, but I'm
having trouble with
35 matches
Mail list logo