On Tue, Aug 12, 2008 at 10:13 PM, Warren Weckesser
<[EMAIL PROTECTED]> wrote:
> I am using matplotlib version 0.91.2. When I use savefig to create a plot
> in which the xlabel text has any kind of "descender" (e.g. "$x_1$", or even
> simply a "j"), the lower part of the label is chopped off by the
Is it just that the label too close to the border?
"Warren Weckesser" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
13/08/2008 01:13 PM
To
matplotlib-users@lists.sourceforge.net
cc
Subject
[Matplotlib-users] MPL 0.91.2: bottom of xlabel chopped off
Hi,
Sorry if this is in a FAQ some
Hi,
Sorry if this is in a FAQ somewhere--my initial attempts to find a solution
have failed.
I am using matplotlib version 0.91.2. When I use savefig to create a plot
in which the xlabel text has any kind of "descender" (e.g. "$x_1$", or even
simply a "j"), the lower part of the label is chopped
Hello,
>How can I do this using mpl and wx backend? Do you recommend using
>threading or forking plots as separate processes ?
None of the above is necessary.
Add this to imports:
import matplotlib
matplotlib.use('WXAgg')
import matplotlib.cm as cm
from matplotlib.backends.backend_wxagg import
bump ..
On Thu, Jul 31, 2008 at 11:02 AM, signal seeker <[EMAIL PROTECTED]>wrote:
> Hi,
>
> I have couple of applications in which I have to generate multiple plots
> interactively using the wx backend and wanted to know the best
> approach to take for this. I did search the list for previous
> d
On Tue, Aug 12, 2008 at 5:16 AM, Zainal Abidin <[EMAIL PROTECTED]> wrote:
> I have a trouble when displat a PNG file which generated from matplotlib
> here is the script from
> http://www.scipy.org/Cookbook/Matplotlib/Using_MatPlotLib_in_a_CGI_script
> there is no image in the web browser, is there
I have a trouble when displat a PNG file which generated from matplotlib
here is the script from
http://www.scipy.org/Cookbook/Matplotlib/Using_MatPlotLib_in_a_CGI_script
there is no image in the web browser, is there anything wrog with the
script?
please help me, I am a newbie in matplotlib ;)
--