-
I was rendering a sequence of plot (around 1e4 plots in total).
With a for loop I only use local dataset (dataset is overwritten for the next plot)
```julia
plt_type = ".jpeg"
for i in 1:length(…
-
I try
```Julia
using Interact
@manipulate for n in 1:1000
n
end
```
It works in a jupyter notebook, but not in Atom. I have all the atom-packages updated. It seems this is the func…
-
I use Gadfly to plot since it works better with DataFrames and i like its default format better than "Plots", but i find it impossible to Gadfly.plot using the result of "fit"
Do you think it is p…
-
```jl
> using Gadfly
> @interpret plot(y=[1,2,3])
ERROR: MethodError: no method matching evalmapping(::Nothing, ::Expr)
Closest candidates are:
evalmapping(::Any, ::AbstractArray) at C:\Users…
-
When fitting a complex GLMM with multiple vector-valued random effects, I get the following error:
```julia
julia> @time model_window = fit!(GeneralizedLinearMixedModel(formula_window, window, Ber…
-
Using Mamba 0.12.0 & Gadfly 1.0.1 drawing of the mean plots fails with below error:
```julia
>>> p = Mamba.plot(sim, :mean)
>>> draw(p)
ERROR: The following aesthetics are required by Geom.line …
-
**What docker image you are using?**
`jupyter/datascience-notebook`
**What complete docker command do you run to launch the container (omitting sensitive values)?**
`docker run -it --rm --use…
-
Hi,
I'm getting the following error when I try "using Interact" (both in the REPL and with Jupyter)
ERROR: LoadError: UndefVarError: Bulma not defined
Stacktrace:
[1] getproperty(::Module, ::…
-
While I was visualizing some data using the `Geom.boxplot` appearance I noticed that it fails to render the box plots correctly for certain data. I bisected the data to narrow it down to a small chunk…
-
old versions of Gadfly for julia 0.6,4 were producing plots that can be plotted by TerminalExtensions.jl in the REPL. The new versions for 0.7 & 1.0 cannot do this.
Function as this is needed:
`…