[Matplotlib-users] Normalizing Marker Size in Legend

2013-12-04 Thread Matthew Niznik
Hi all, I have a plot in which I have 15 markers, each with a separate size (created by calls to plot()). Because of this, the legend also shows variable size by default but I'd like all markers in the legend to have the same size. I'm looking for an alternative to manually calling plot again

[Matplotlib-users] setting x tick labels with matshow

2013-12-04 Thread Kelson Zawack
I am trying to create a figure that plots a data matrix with matshow and has x tick labels corresponding to the x dimension of the matrix. The x dimension is a series of floats, but they don't correspond to the data matrix cell index values (0,1,2…) that make up what matplotlib obviously