[Matplotlib-users] imshow output flips on window resize

2007-12-13 Thread John Pye
Hi all I have a problem with 'imshow' under matplotlib 0.90.1-2ubuntu1 on ubuntu 7.10. I have an 'incidence matrix' created using the 'imshow' command, and it works well except for the fact that sometimes when resizing my window, the incidence matrix flips upside-down. Can I control this flippin

[Matplotlib-users] two colors on an axis label?

2007-12-13 Thread John Harrison
Is there a way to have two colors of text on an axis label? I am trying to plot sales dollars and margin dollars on the same graph in different colors. That works well enough but I'm having a hard time labeling the yaxis plot_date(dates,units,visible = False) bar(dates,sales,width=5.0,colo

[Matplotlib-users] labeling contours with roman numerals

2007-12-13 Thread Michael Hearne
Does a LineCollection generated by contour() have a property that holds the labels? I would like to label my contour lines with roman numerals, and cannot figure out how to get clabel to do that. Thanks, Mike -- Michael Hearne [EMAIL P

[Matplotlib-users] reinteract

2007-12-13 Thread Michael Droettboom
I came across this today and thought there might be interest in this on the matplotlib list. "reinteract" is an edit-in-place shell, that includes rudimentary matplotlib support. http://fishsoup.net/software/reinteract/ It's still in its early stages, but the approach seems very promising. Be