Hello Sebastian,
Not sure I could create a same-axes ylabels subplots similar to the one that
is shown on the given screenshot with your code. (
http://img11.imageshack.us/img11/8793/subplots.png)
Sorry haven't managed to make LateX work on my matplotlib outputs :(
Thanks for your time and consi
hi all,
is there a way to plot the results of hierarchical clustering as a
dendrogram on top and to the sides of a heatmap matrix? for example, like
this figure:
http://www.egms.de/figures/meetings/gmds2006/06gmds075.f1.png
any examples of how to do this in matplotlib would be greatly appreciate
It can be tricky to give you a correct answer without knowing what
version of mpl you're using. The legend for the scatter plot has been
added rather recently so my answer below may not work for you.
Anyhow, this seems to be a bug in the documentation, not the code.
The legend for scatter plot has
hi all,
following my last post, i found what seems to me to be a bug in the legend
handling of scatter plots. suppose i have:
scatter([1,2,3],[1,2,3], label="_nolegend_")
i then want to color some subset of these points in a different color, or
plot them using a different marker size, etc. so i
hi all,
i'm plotting a scatter plot with several kinds of markers and would like to
display a legend for them. if i try the following:
scatter([1,2,3],[1,2,3])
legend('a')
then the legend shows three dots (of the same type used in the scatter plot)
in this strange arc configuration, with the lab
Try
aa.set_autoscale_on(False)
before your "make_xaxis" call (but after xlim and ylim changed).
When you plot something, the xlim and ylim is automatically adjusted
(unless you set autoscale=False).
-JJ
On Wed, Mar 11, 2009 at 2:31 PM, Nicholas Stephens
wrote:
> Hi all,
>
> I am again a littl
Hey pierre,
Wow that's fantastic!
One week ago I started (not sent) a mail that was intended for you on
python(x,y)
I explained that the main issue I get with users I want to convert to python
is:
1) "Hey there is so lot packages, each time I need to install a new package
to get your feature."
2)
Hi all,
I am again a little defeated so I hope somebody can point me in the
right direction. I am trying to plot a graph but require some
customation of the axes afterwards. As the axes are sacred in
matplotlib I am trying to hide the existing axes and plot some new
axes afterwards. The pr
Jouni K. Seppänen skrev:
> Jörgen Stenarson writes:
>
>> I have been unable to get the pdf backend to respect the settings for
>> solid_joinstyle properly.
>
> Fixed on the trunk; the test case is examples/api/joinstyle.py. Thanks
> for your report!
>
Thanks for the quick fix. It works fine fo
Hi:
I have a multithread program. One of the thread is using MPL to plot
some data. Everything works as expected, until the moment I terminate
the program. When the main thread terminate, I start getting this
message:
Exception exceptions.RuntimeError: RuntimeError('main thread is not in
main loo
Hi Gökhan et al,
I hope the following code might help you out and show you the basic idea
of sharing the same x and y axis over several subplots. I've made a plot
with 2 x 2 subplots sharing both x and y axis and showing only the
labels at the left and the labels at the bottom.
import pyl
-
Edit:
Apparently, there's a bug (a what?!) in Pydee v0.3.0
You won't be able to install it and test it until v0.3.1
(I'll release it in 10-12 hours)
Sorry for that
-
Hi all,
Two months ago, I
12 matches
Mail list logo