Re: [julia-users] Density plot using colour scale

2016-01-04 Thread Tim Holy
Not exactly sure what you're asking, but Winston's imagesc and Gadfly's histogram2d or hexbin might do what you want. http://dcjones.github.io/Gadfly.jl/geom_histogram2d.html Best, --Tim On Monday, January 04, 2016 09:42:14 AM 'Antoine Messager' via julia-users wrote: > Hi all, > > I can not

[julia-users] Density plot using colour scale

2016-01-04 Thread 'Antoine Messager' via julia-users
Hi all, I can not find any function that plots the density of a real 2 column vector. I have a vector [X,Y] and I would like to see what areas are the densest using a colour scale. Would you know if there is any package that could do that? Thank you very much, Antoine

[julia-users] Density plot using colour scale

2016-01-04 Thread 'Antoine Messager' via julia-users
Hi all, I have a 2D vector [x,y] and I would like to plot the density on a 2D map using a colour scale. Would you know if there is anything else already implemented than Unicode ? Thank you very much, Antoine