On Mon, Jul 21, 2014 at 9:55 AM, Zahirul ALAM <[email protected]> wrote:
> One feature I would like to see from IJulia may be is that the input of > greek and mathematical symbol in way that looks natural, e.g. using > subscript, in division, integration etc as way to input. This will > definitely be a significant improvement IMHO. > You can do Unicode input using LaTeX codes in IJulia by typing, e.g. \alpha<tab>, which will be turned into a Unicode α. That's not as fancy as what you can do in Mathematica, but I'm not sure we want to go there. I find editing Mathematica code pretty irritating and it's not that much better looking except for the "traditional" output mode, which you cannot use as an input format anyway. second feature is to be able to plot a function in a way one can do in > Mathematica. Plotting packages for Julia does this in very limited way > (unless I am missing something) > Have you met Gadfly <https://github.com/dcjones/Gadfly.jl>?
