gcalderone
gcalderone
Is it possible that `plot(randn(10^6),randn(10^6))` simply sends the commands to gnuplot, but do not wait for it to be completed? On my computer I get consistent results with `display(plot(randn(10^6),randn(10^6)))`.
Hi, sorry for the long delay in in answering.... I can't reproduce the issue reported by @devel-chm, so please attach some code. On the other hand I was able to...
Hi @wentasah , thank you very much for providing such valuable insights on the interplay between the `display()` machinery and Gnuplot.jl. However, as already discussed in #45, the best usage...
It would definitely be useful, but I guess the difficulties are well beyond my capabilities. The amount of OS / libraries / version combinations is just too high. To give...
OK, and any attempt to provide a PR on this topic would be very welcome.
Thank you @PetrKryslUCSD for reporting the issue and @wentasah for proposing a solution. Indeed the problem seems to be the setting of `Gnuplot.options.gpviewer` (further info [here](https://github.com/gcalderone/Gnuplot.jl/blob/gh-pages/v1.3.0/options/display.ipynb)). Please keep in mind...
As explained above using the display machinery is definitely not the main purpose of `Gnuplot.jl`, and I believe it works better without it (or at least it fits better on...
The `palette_levels()` functions (to be deployed in v.1.4.1) allows to modify the numeric levels before sending them to gnuplot. A simple example (to stretch a colormap) is as follows: ```julia...
LsqFit version 0.6.0
I just tried with master, here are the results: ``` julia> compare() First iteration: CMPFit | Count: 23 Red. χ^2: 1.072366 LsqFit | Count: 93 Red. χ^2: 1.072366 CMPFit |...