-
I find SFML super intuitive but I know it from C++.
It would be good to **suggest** it to other people not familiar with C++ multimedia libraries.
I got to know *Plotly*, *PlotlyJS* and *GR* jus…
-
I am trapping the on-click event on a plotlyjs graph in Windows. In the REPL everything works fine, but in a Jupyter notebook there is no sign of an event happening. The plot renders correctly in Jupy…
-
Hi,
Last year I was using your book in one of my courses and noticed that this code no longer worked. I looked for answers in the Julia GitHub repo, and they helped me out rewriting the code so it …
-
Given the following (full) `.JuliaFormatter.toml`
```toml
always_for_in = true
always_use_return = true
margin = 120
remove_extra_newlines = true
separate_kwargs_with_semicolon = true
short_t…
-
Hi!
I'm using `plotly` to generate a standalone HTML-file that contains only my plot. I do want the axes to be localized in German (one axis has Dates).
This code does not work:
```
fig.writ…
-
Hi, I am trying to redraw only single trace in a plot of many traces (biophysical data). I tried to follow instructions in react-plotly and plotlyjs documentation. Plot is updated but I don't see any …
-
The first plot seems to take up the entire plot area, with subsequent plots in the layout plotting over the top of it.
I expected this to be three evenly spaced plots stacked vertically:
```julia
…
-
I haven't fixed `rgba_string` here: https://github.com/JuliaPlots/Plots.jl/blob/09c5e8a375dbd924347dac42a3c6067745d62276/src/backends/plotly.jl#L637
because I'm not entirely sure what
```julia
…
-
I am using jupyter lab now since it seems to be working very well and is the anticipated next gen jupyter as far as i can tell. However, I don't get the output using that. apparently One has do enable…
-
Vz_i, Vy_i , Vx_i are 2-d matries.
The colorbars are overlapped as below. (PlotlyJS backend)
Would there be any workaround for this problem?
It would be nice to have colorbar separately for eac…