On Thu, Nov 12, 2009 at 12:13 PM, Taro Sato wrote:
>
>
> TheLonelyStar wrote:
>>
>>
>> /net/gorgonzola/storage/nhuesken/svn/ActiveLearning/SVM/ModelSelection/Ergebnisse/plot.pyc
>> in plot(filename, line_list, name_list, reference)
>> 6 for i in xrange(len(line_list)):
>> 7
>>
Hi,
I have installed matplotlib with the "WX" and the "Qt4Agg" backend. Both
have problems:
with WX backend, I can plot something. But when I close the window and try
to plot again, nothing happens (no window opens).
with Qt4Agg I can plot something. But when I close the window and try to
plot
qu...@gmx.at wrote:
> I would like to be able to dock some figures into one window
> and be able to look at them by tabs or something similar.
>
> Is something like that already implemented or does someone know
> of a widget that can do that?
This should be support on with any of the GUI toolkits
I think I have said this a few times, but if you're using axes_grid
toolkit, it is likely that most of the ticks, ticklabels and
axis-related command of the original matplotlib may NOT work. And that
is why I recommend you to use the spines instead.
Anyhow, adjusting the pad between axis and the
Jouni K. Seppänen writes:
> Marius Jan Klein writes:
>
>> I want to edit the metadata of pdf- or png-files when creating one of
>> these files. I do not want to use for example Pypdf because then
>> Python must read the file first before it can be edited.
>
> Concerning pdf files, there is no cu
On Fri, Nov 13, 2009 at 1:02 PM, per freem wrote:
> thanks for the suggestion, though this does not work for me in the
> following example:
>
> import matplotlib
> matplotlib.use('PDF')
> import matplotlib.pyplot as plt
> from matplotlib import rc
> rc('font',**{'family':'sans-serif','sans-serif'
thanks for the suggestion, though this does not work for me in the
following example:
import matplotlib
matplotlib.use('PDF')
import matplotlib.pyplot as plt
from matplotlib import rc
rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']})
plt.rcParams['ps.useafm'] = True
rc('font',**{'fam
On Fri, Nov 13, 2009 at 12:36 PM, per freem wrote:
> hi all,
>
> how can the space between the label (e.g. thing created by
> plt.xlabel('mylabel')) and the axes be adjusted? i am not talking
> about the space between the ticklabels of the axes and the axes
> themselves (which is set by 'xtick.ma
hi all,
how can the space between the label (e.g. thing created by
plt.xlabel('mylabel')) and the axes be adjusted? i am not talking
about the space between the ticklabels of the axes and the axes
themselves (which is set by 'xtick.major.pad' or 'ytick.major.pad')
but between the overall axes labe
hi all,
i am trying to adjust the space (padding) between the tickmarks on an
axes and the labels. usually, i can do this by setting
'xtick.major.pad' and 'xtick.minor.pad' (and same for y-axis) in
rcParams. however, when i try to do this with a figure made using the
"SubplotZero" function, it see
Marius Jan Klein writes:
> I want to edit the metadata of pdf- or png-files when creating one of
> these files. I do not want to use for example Pypdf because then
> Python must read the file first before it can be edited.
Concerning pdf files, there is no current support for that, but at least
Hi everyone,
I want to edit the metadata of pdf- or png-files when creating one of these
files. I do not want to use for example Pypdf because then Python must read the
file first before it can be edited.
Does anyone know how to deal with that?
-
r7591 introduced an extra argument in the call of
fig.canvas.stop_event_loop in the mouse_event_stop method of the
BlockingMouseInput class (in blocking_input.py line 199).
But, in the GTK backend, fig.canvas.stop_event_loop only takes the
instance object as input.
I can't figure out whether the c
Thanks!
I can confirm the patches fixes the issue on my computer.
Celil
On Thu, Nov 12, 2009 at 9:33 AM, Jouni K. Seppänen wrote:
> Celil Rufat writes:
>
> > However, when I try one of the Qt4 examles:
> [...]
> > File
> >
> "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/p
14 matches
Mail list logo