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 thinks
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 wit
On 3 December 2013 14:50, jilguero wrote:
> I am trying to make plots by using matplotlib.pyplot (within a Python
> script) to be used in a web site (apache, and PHP). I am using Ubuntu
> 12.04.3. The script works fine when run from the command line (it is able to
> generate the image with "savefi