-
Thank you so much for the package. I just posted my plotly figure online, finally, after several days of struggling.
The `post`ing functionality was very hard to find since I started from plotlyjs.
…
-
## Details
The y-lims in the cornerplot subfigures are too large, rendering the scatterplot and row-wise histograms useless.
e.g.
```Julia
using Random, Plots, StatsPlots
x, y = randn(1000), …
-
**Describe the bug**
Background: I work at Plotly, and I'm trying to figure out how to better document the `plotlyjs.jl` library alongside the `plotly.jl` library.
Issue: Figures I create using…
-
I'm building a webapp that has multiple tabs, some of which include Plotly `go.Scattermapbox` and `go.Choroplethmapbox` elements. Tab visibilty is controlled by a callback using `display` set to `'bl…
cczhu updated
3 months ago
-
I am not sure how this function is supposed to work. When I execute this line I get a window
but nothing is clickable in there. Is that normal?
docs() looks like a great idea otherwise. The [plo…
ghuba updated
2 years ago
-
Need to revisit PlotlyJs charting library for correct implementation.
**To Do:**
- [ ] fix zooming/panning for y-axis
- [ ] fixed menu buttons
- [ ] check decimal places for values
- [x] fixed …
-
Since a couple of days, I get intermittent failures. I am not experienced enough to know if this is a `WebIO` or a `Blink` problem.
``` _
_ _ _(_)_ | Documentation: https…
-
By default, the reset button in the top left, as well as the range selector buttons are light gray and persist on screen. But the right navigation bar with the zoom and scale controls is a darker gray…
-
I want to export a plotly object to a static image using `plotly::orca` on Win10, but I'm a getting the following error:
```
```
The problem seems to be not `orca` itself but `processx::run`. I…
-
This code produces a right offset colorbar, leaving too much space.
```
using Plots
plotlyjs()
#gr()
Nsize = 50
clevel = 10 * rand(Nsize)
xords = 100 * rand(Nsize)
yords = 100 * rand(Nsize…