This morning I have been making contour plots and I used PyPlot.jl for that.


2014-05-12 12:11 GMT+02:00 Tomas Lycken <tomas.lyc...@gmail.com>:

> I have matrices with some data and want to plot a contour plot, with axes
> graded according to accompanying vectors with the grid coordinates for the
> data points. What are my options?
>
> I've found the following plotting packages:
>
>    - Gadfly.jl <https://github.com/dcjones/Gadfly.jl> - doesn't seem to
>    have a contour function, or anything else to visual a two-dimensional
>    dataset
>    - Winston.jl <https://github.com/nolta/Winston.jl> - has imagesc, but
>    it sometimes flips the image (and one of the reasons I want to do this is
>    to verify that my data is oriented correcty...)
>    - Plot.ly <http://plot.ly/julia/> - works remotely, which I find
>    unnecessarily roundabout and cumbersome
>    - Gaston.jl <https://github.com/mbaz/Gaston.jl> - a gnuplot wrapper,
>    so it could possibly do the job, but it seems quite old - its documentation
>    says it's been tested with Julia 0.1... When I run the tests I don't get
>    any explicit test failures, but I get a large amount of deprecation
>    warnings from julia, as well as some ambiguity warnings from gnuplot
>    related to executing "set term wxt 6", and when running "set terminal" from
>    a pure gnuplot prompt I don't find any terminal that I could reasonably
>    shorten to "wxt".
>    - (ASCIIPlots.jl <https://github.com/johnmyleswhite/ASCIIPlots.jl> seems
>    more like it's saying "look, I can do some cool stuff" than being intended
>    for actual graphics production...)
>
> Have I missed some plotting package here? Have I mistunderstood the status
> of some of these packges?
>
> // Tomas
>



-- 
Med venlig hilsen

Andreas Noack Jensen

Reply via email to