Hello all, matrix_plot seems to have problems making accurate graphics.
For example, this is a plot of the Sierpinski triangle, and you can see some rectangular points: http://tinyurl.com/24nfbuz This also occurs when saving a matrix plot as an svg: matrix_plot(a).save('/home/username/Desktop/plot.svg'). It seems to me that the problem is that matrix_plot returns a raster image, but it should return a vector. pylab.imsave works as expected, so perhaps this could be used for vector plotting? Thank you. -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org