Rafael Guerra

Results 11 comments of Rafael Guerra

The logic you mention is indeed useful, even if not all the digits printed are significant. On this basis, it would probably be better to keep the 3 decimal digits...

Joaquim, thank you for the new GMT version 6.2.0. The matrix plot now displays perfectly in my Win10 machine: ![huge_pix_Win10_GMT6 2 0](https://user-images.githubusercontent.com/20739393/96465526-bab42e00-1231-11eb-912f-18dd7e6dc77e.png)

Joaquim, I would like to update my post in [Julia discourse](https://discourse.julialang.org/t/save-matrix-of-rgb-values-to-image-file-with-huge-pixels/47771/7?u=rafael_guerra) but the new Windows GMT version does not seem to be publicly available yet? At least not at: https://www.generic-mapping-tools.org/download/

Ok, understood. Would it be alright to say in Julia discourse that issue observed has been fixed in the nightly release of GMT for Windows which will be part of...

Hi, Same empty electron display in Win10: ```julia using DataFrames, ElectronDisplay df = DataFrame(a=rand(100), b=rand(100), c=rand(100)); electrondisplay(df) ```

Hello. This doesn't seem to be implemented yet. Please check this recent [thread ](https://discourse.julialang.org/t/plotting-surface-without-interpolating-at-discontinuity/95279/6?u=rafael.guerra) in discourse and the MWE.

@tpapp, fyi, currently this package doesn't launch Excel to open *.xslx files in Windows. However, these files can be opened with @fonsp command above: ``` run(`cmd /c start "" /b...

w.r.t. copy and pasting, nope, it does not work (Win10), nothing goes to Windows clipboard.

@Clemapfel, thanks for your time and nice example, which ran fine. How can we add to the Mousetrap.jl code above some subtitles (or submenus) that expand when clicked to show...