Re: [Matplotlib-users] Centering Text with axes_divider

2012-03-10 Thread Jae-Joon Lee
I wonder why the simple text command does not work for you? e.g., def add_center_text(ax): ax.text(0.5, 0.9075, Centered Title, ha='center', va='center', fontsize=18, bbox=dict(boxstyle='round, pad=0.5, rounding_size=0.25', fc=white, ec=k, lw=2),

Re: [Matplotlib-users] Centering Text with axes_divider

2012-03-10 Thread Patrick Marsh
Hi, JJ, I wonder why the simple text command does not work for you? e.g., def add_center_text(ax): ax.text(0.5, 0.9075, Centered Title, ha='center', va='center', fontsize=18, bbox=dict(boxstyle='round, pad=0.5, rounding_size=0.25', fc=white, ec=k, lw=2),

Re: [Matplotlib-users] custom markers from images?

2012-03-10 Thread Jae-Joon Lee
One way to use images as a marker would be to use offsetbox module. Here is an example adopted from http://matplotlib.sourceforge.net/examples/pylab_examples/demo_annotation_box.html Regards, -JJ import matplotlib.pyplot as plt from matplotlib.offsetbox import OffsetImage, AnnotationBbox from

[Matplotlib-users] Runtime error with matplotlib in IDLE

2012-03-10 Thread Catherine Thwaites
I have an error when running my script using matplotlib using IDLE. I suspect it is something to do with either numpy or matplotlib and I was wondering if any other users have had a similar problem. I have recently installed Python, matplotlib and numpy, I have not had it working correctly using

[Matplotlib-users] Set various parameters of a plot window.

2012-03-10 Thread Ignas Anikevicius
Hello everybody, I am trying to write a rule for AwesomeWM, so that all matplotlib related windows would be floating and not tiled. For this purpose I want to filter matplotlib windows by some window attribute, like class, instance or title. Is there a way to modify the window class or instance