Winston.jl
Winston.jl copied to clipboard
2D plotting for Julia
The following weird behavior appears with julia 1.7.1 and Winston v0.15.2 julia> big(1//2) 1//2 julia> using Winston Gtk-Message: 14:17:40.676: Failed to load module "canberra-gtk-module" Gtk-Message: 14:17:40.677: Failed to load module...
I encounter a bug when using the library Winston v0.15.2 and julia 1.7.1. This bug does not appear with Winston v0.15.2 and julia 1.6.5. It was first reported on the...
The [example code for timeplot](https://winston.readthedocs.io/en/latest/fun/timeplot.html) fails with this error `ERROR: MethodError: no method matching datetime2unix(::Array{DateTime,1})`
Just a small fix, the timeplot was ignoring xrange (it was overwritten inside the function).
I mean I had it until in blocked new package, and removing it first I predictably couldn't add Winston back later: ``` (@v1.6) pkg> add https://github.com/ICHEC/PicoQuant.jl Cloning git-repo `https://github.com/ICHEC/PicoQuant.jl` Updating...
Hello All, In one of the recent updates of either Winston or Gtk, I noticed that the default font has changed from a sans serif font to a serif font....
Would it be possible to add a feature to display filled polygons on plots. I have searched the docs and source code and haven't found anything that does that.
New, clear instaling of Julia, Instalesd was only WINSTON via Pkg.add.. julia> using Winston INFO: Precompiling module Cairo. INFO: Precompiling module IniFile. INFO: Precompiling module StatsBase. ERROR: LoadError: LoadError: LoadError:...
``` | | | | | | |/ _` | | | | |_| | | | (_| | | Version 0.6.0 (2017-06-19 13:05 UTC) _/ |\__'_|_|_|\__'_| | Official http://julialang.org/...
I am having a problem similar to issue #283. I have installed Winston and done a Pkg.update(), but every time I start a Julia REPL session, I get a LoadError...