Hi folks,
I have a marker on a plot that is 5 units long, if I
resize the figure, the markers don't get resized
appropriately. How do I address this?
code snippet to display markers:
self.axes.annotate("text", xy=(0.5, 0.5),
markerprops=dict(marker=TICKRI
Hi,
I'm trying to plot a barchart for use in a django site. It's creating
a blank chart image though.(attached).
What am I doing wrong?
from pylab import *
def chart(request):
from PIL import Image as PILImage
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
Hi Andrew,
Andrew Straw wrote:
> Dear Werner,
>
> This seems to be an unintended side-effect of reorganizing the mpl
> data file location that I did prior to this release. (I.e. it's not
> your code that broke, I think it's mpl.) Unfortunately, since I didn't
> (and still don't) use py2exe, it
I just saw in the code:
if event.key is None: # simulate backspace
So it works properly,
Mark
On 6/5/07, Mark Bakker <[EMAIL PROTECTED]> wrote:
I notice the alignment problem.
But it looks like you are close.
On my machine (win32), the 'enter' key didn't work either. It works like a
backspace.
I notice the alignment problem.
But it looks like you are close.
On my machine (win32), the 'enter' key didn't work either. It works like a
backspace. That sounds like what Matthias reported.
Mark
On 6/5/07, John Hunter <[EMAIL PROTECTED]> wrote:
On 6/5/07, John Hunter <[EMAIL PROTECTED]> wrote
On 6/5/07, John Hunter <[EMAIL PROTECTED]> wrote:
> I worked on this some time ago, I never got to the point where I
> thought it was ready for production but it is close. There is a
> problem if usetex is enabled, because partial tex strings will cause
> errors. But you can use it with regular
Dear Werner,
This seems to be an unintended side-effect of reorganizing the mpl data
file location that I did prior to this release. (I.e. it's not your code
that broke, I think it's mpl.) Unfortunately, since I didn't (and still
don't) use py2exe, it will be hard for me to fix this. Can you se
On 6/5/07, Mark Bakker <[EMAIL PROTECTED]> wrote:
I think a prompt could be very useful in MPL, just to build small little
GUI's that only need 1 or 2 boxes.
I also realize it is not easy, and for bigger jobs you want a full GUI
environment like wx or Tk anyway, so I understand it when developer
I think a prompt could be very useful in MPL, just to build small little
GUI's that only need 1 or 2 boxes.
I also realize it is not easy, and for bigger jobs you want a full GUI
environment like wx or Tk anyway, so I understand it when developers set
other priorities.
Then again, I would really u
Werner F. Bruhin wrote:
> John Hunter wrote:
>
>> matplotlib 0.90.1 is out and available for download from the sourceforge
>> site.
>>
>>
> When trying to package my application with py2exe I get the following error:
>
> Traceback (most recent call last):
> File "setup.py", line 141,
John Hunter wrote:
> matplotlib 0.90.1 is out and available for download from the sourceforge site.
>
When trying to package my application with py2exe I get the following error:
Traceback (most recent call last):
File "setup.py", line 141, in
mpdir, mpfiles = matplotlib.get_py2exe_dataf
John,
John Hunter wrote:
On 6/4/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
John Hunter wrote:
> matplotlib 0.90.1 is out and available for download from the
sourceforge site.
>
Just installed it. Works very nicely with the exception of some font
issue.
I am getting this:
Could not matc
John,
John Hunter wrote:
On 6/4/07, Werner F. Bruhin <[EMAIL PROTECTED]> wrote:
John Hunter wrote:
> matplotlib 0.90.1 is out and available for download from the
sourceforge site.
>
Just installed it. Works very nicely with the exception of some font
issue.
I am getting this:
Could not matc
13 matches
Mail list logo