Jakob Assländer

Results 10 comments of Jakob Assländer

> Okay, using `` is a nice idea. I developed that idea a bit further, and if you put this in `docs/make.jl` > > ```julia > import Plots > struct...

I have another question regarding PlotlyJS though. Does anyone have an idea how to get them working in Jupyter notebooks? On my own computer I got them to work with...

+1 for that feature! Ideally, there would be a way to have plots adopted to the theme, but as a first (hopefully easy) way, it would be great if it...

A hack to force the default theme to dark is to add ``run(`sed -i'.old' 's/var darkPreference = false/var darkPreference = true/g' docs/build/assets/themeswap.js`)`` to the make.jl after the `makedocs` call. As...

For me, this feature is actually NOT working when using the package as backend to Plots either. Thanks a ton for you help!

Anyone any idea who to call this option from Plots.jl?

@pkofod : Friendly bumping this a bit up in your inbox. Would you mind releasing the latest commits?

@pkofod : Friendly bumping this a bit up in your inbox. Would you mind releasing the latest commits?

@pkofod : Friendly bumping this a bit up in your inbox. Would you mind releasing the latest commits?

Without a minimal working example it is hard to tell, but my guess is that your model function returns a `3x1` matrix instead of a vector. Can you check if...