Tim Wölfle

Results 7 comments of Tim Wölfle

I have the same issue :/ Using +xlim() doesn't work either as it throws an error "Scale for 'x' is already present. Adding another scale for 'x', which will replace...

For those struggling to reproduce (like me): Make sure to load the packages signal (for butter()) and mapping (for deg2rad()) in Octave 3.6.4. The top of the Script.m file thus...

Any news or workarounds on this? I love using pander to dynamically create documents with static ggplot figures and it would be awesome to be able to do the same...

[Attached is a reproducible example!](https://github.com/Rapporter/pander/files/6254114/example.zip) The ggplot objects work, but the plotly objects don't. You have to run the notebook in RStudio (e.g. with "Run all") and save it as...

I'm really looking forward to the implementation of this feature, I think it'll start making Cita useful for myself! Currently there just don't seem to be enough citations in Wikidata....

Good luck with your thesis and thanks for your work :-)

With a little JavaScript executed in the browser-console, I managed to forward the plotly_click event to the plotly_selected event and made the reproducible code example work: ``` element = document.querySelector('.stPlotlyChart...