[julia-users] Re: 2d density plot in Gadfly?

2016-04-17 Thread Mykel Kochenderfer
> I was wondering if it is possible to create a 2d density plot in Gadfly. It will produce counts rather than densities, so the scale will not be quite right, but you can get something along the lines of what you want using 2D histograms

[julia-users] ANN: GridInterpolations.jl

2015-02-11 Thread Mykel Kochenderfer
We posted a draft of a new package that performs multivariate interpolation on a rectilinear grid. At the moment, it provides implementations of multilinear and simplex interpolation. https://github.com/sisl/GridInterpolations.jl We have not registered the package with METADATA.jl (hoping to

[julia-users] Re: ANN: PGF/TikZ packages

2015-01-21 Thread Mykel Kochenderfer
should give a hint as to what is wrong On Wednesday, January 21, 2015 at 5:21:46 AM UTC-8, David van Leeuwen wrote: Hello, On Thursday, August 21, 2014 at 11:05:08 PM UTC+2, Mykel Kochenderfer wrote: There are three new Julia packages for interfacing with PGF/TikZ http://www.ctan.org/pkg

[julia-users] Macros for mixing things like max and sum

2014-08-31 Thread Mykel Kochenderfer
I want to do a calculation like this $\max_{a \in A} \sum_{s \in S} g(s, a)$. Of course, I can do something like this: maximum([sum([g(s, a) for s in S]) for a in A]) But it seems like it would be nicer to have the s in S and a in A go in front like in the written equation. I'd like something

[julia-users] ANN: BayesNets.jl

2014-08-24 Thread Mykel Kochenderfer
BayesNets.jl https://github.com/sisl/BayesNets.jl: This library supports representation, inference, and learning in Bayesian networks. See the documentation here http://nbviewer.ipython.org/github/sisl/BayesNets.jl/blob/master/doc/BayesNets.ipynb. Only some very basic algorithms have been

[julia-users] ANN: PGF/TikZ packages

2014-08-21 Thread Mykel Kochenderfer
There are three new Julia packages for interfacing with PGF/TikZ http://www.ctan.org/pkg/pgf for making publication-quality graphics. 1. TikzPictures.jl https://github.com/sisl/TikzPictures.jl. Basic interface to PGF/TikZ. Images can be saved as PDF, SVG, and TEX. If using IJulia, it