Forgot "reply-to-all".
Eric
--- Begin Message ---
Erik Wickstrom wrote:
Hi all,
I'm trying to generate a pie chart to use in my django web app. But
it keeps rendering in a rectanuglar canvas instead of a square one, so
see inserted call to set_aspect method, below.
the pie is oblong instead
I'm trying to use matplotlib to get an x point on some figures by mouse
clicking.
To do this I try the next example:
-
datax=[]
datay =[]
def click(event):
x, y = event.x, event.y
if event.button == 1:
if event.inaxes:
print
Hi all,
I'm trying to generate a pie chart to use in my django web app. But
it keeps rendering in a rectanuglar canvas instead of a square one, so
the pie is oblong instead of circular. It also keeps rendering with a
grey background, I need the background to be white.
I've attached a jpg of th
Allen Beye Riddell <[EMAIL PROTECTED]> writes:
> I'd like to remove the whitespace, padding, offset, etc on the left and
> right of the plot as I'm writing the entire thing to a jpg. I've turned
> the frame, axes, ticks off, but the space still remains.
[...]
> ax = fig.add_subplot(111)
Repl
Hi,
I've searched the archives but can't find a solution to this problem.
I'd like to remove the whitespace, padding, offset, etc on the left and
right of the plot as I'm writing the entire thing to a jpg. I've turned
the frame, axes, ticks off, but the space still remains.
I've attached the code
On 6/3/07, Werner Hoch <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've build matplotlib but there is no matplotlib/backends/_wxagg.so.
>
> Even without that file matplotlib works fine with the WX backend and
> pycrust.
>
> What is that file good for?
> Is it required to run matplotlib properly (maybe
Hi all,
I've build matplotlib but there is no matplotlib/backends/_wxagg.so.
Even without that file matplotlib works fine with the WX backend and
pycrust.
What is that file good for?
Is it required to run matplotlib properly (maybe in other use cases)?
I'm working on openSUSE 10.2 on x86_64.