How to produce a matrix_plot with colorbar?
There is a Ticket #9150 (http://trac.sagemath.org/sage_trac/ticket/
9150) to introduce this feature to density plots, can it be added to
matrix plot as well?
Regards,
K.
--
To post to this group, send email to sage-support@googlegroups.com
To unsubscr
On Thu, Aug 12, 2010 at 3:38 PM, davidp wrote:
> I am using Sage Version 4.3, Release Date: 2009-12-24. The two plots:
>
> matrix_plot(matrix(2,[2,2,3,3]),axes=false,frame=false)
> matrix_plot(matrix(2,[1,1,3,3]),axes=false,frame=false)
>
> look the same to me. I tried various cmaps with the sam
I am using Sage Version 4.3, Release Date: 2009-12-24. The two plots:
matrix_plot(matrix(2,[2,2,3,3]),axes=false,frame=false)
matrix_plot(matrix(2,[1,1,3,3]),axes=false,frame=false)
look the same to me. I tried various cmaps with the same result. Is
there a way to set a cmap so that the plots
Hello all.
I have a Matrix of, say, 64x64 and I plot it using matrix_plot(). It
is a fractal that fills the square [0,1]x[0,1] so I want to keep a 2D
view. I would like to change the x,y axes ranging values to be in the
interval [0,1] rather than in {0, ..., 63}. I don't know how to do it.
Maybe