-
Hello!
Nice package! Might be useful for my needs. I'm trying the following code and it throws an error. Not sure what might be the problem. Any hint appreciated!
The goal is to plot 3D data (lo…
-
When saving a file with eglot, eglot sends:
```
client-notification Wed Apr 17 13:29:28 2019:
(:jsonrpc "2.0" :method "textDocument/willSave" :params
(:reason 1 :textDocument
…
-
``` julia
gadfly()
plot()
```
returns
``` julia
The following aesthetics are required by Geom.point but are not defined: y, x
in error at /Applications/Julia-0.4.1.app/Contents/Resources/julia/l…
-
Not sure how much it's an issue with Requests.jl, but it seems to be the only package that I can reproduce it with.
First of all, test code:
```
using Requests
using URIParser
using Gadfly
functi…
-
Looks like Srikanth has not joined this repo yet. When he does, this is a question for him.
+ What are the libraries in julia that are going to be useful for this project fork?
@srikanthmudigon…
-
Hello,
I have some troubles to make XLSX package work on my computer. I am still a beginner in programming, thus it may be an obvious problem that I don't see, but when I try to use the package I …
-
![image](https://user-images.githubusercontent.com/5306213/59088615-d7f68f80-88bc-11e9-856c-aba3394ef03f.png)
`plot(df, x=:dayofweek, color=:from, Geom.histogram(position=:dodge))` for the above but …
Moelf updated
5 years ago
-
`VersionBound` doesn't have a `lo` field (or property), https://github.com/JuliaLang/Pkg.jl/blob/f1d47bfd326b04df4b2fae5bd617d8b53fc8edce/src/versions.jl#L7-L8
so
```julia
julia> Pkg.Types.isjo…
-
Julia v1.2-rc1:
```julia
julia> @time using BandedMatrices
35.992443 seconds (28.97 M allocations: 1.977 GiB, 0.80% gc time)
```
Julia v1.1:
```julia
julia> @time using BandedMatrices
6.413…
-
Hi all,
This is probably a beginner's question, but I can't figure out how to do the following: I'd like to have a particular annotation (say, a letter, a word, a symbol) at a specific place in the…