-
Minimal code example:
```
import cufflinks
import pandas as pd
pd.DataFrame([0]).iplot()
```
This raises `AttributeError: module 'plotly.offline' has no attribute '__PLOTLY_OFFLINE_INITIALIZED'…
-
Is there a way to use plotly events with the component like
in https://plot.ly/javascript/plotlyjs-events/
```jsx
console.log(data)}
data={this.props.data}
layout={this…
-
Original issue: T12317 - SurveyJS Analytics : option to display plots as images
https://surveyjs.answerdesk.io/internal/ticket/details/T12317
Task: to export a dashboard to PDF.
Currently, we hav…
-
How to zoom at a particular point in heatmap?
-
Hi,
I think I encountered two different bugs. I'm a new user of plotly*, so sorry if I'm just doing everything wrong.
The first is in `restyle`
```julia
julia> pl = plot(scatter(x=1:10, y=1:10))
…
-
Currently https://github.com/econtoolkit/julia/blob/master/plotting.md gives the advice which we need to update.
The current advice for basic users: Use `Plots.jl` with the `gr()` backend. It is t…
-
While plotting two or more vectors using quiver plots arrows heads are scaled with respect to barb length. No option for having arrow heads of fixed size as depicted in attached file. Please add optio…
-
## Description
Check if possible to include the widgets chart title in the chart export. The export functionality is available through PlotlyJS native tools in the charts.
![image.png](https://imag…
-
```
Julia 1.6.3
PlotlyJS 0.18.8
Plots 1.22.4
```
Why the modebar button ``` Compare data on hover ``` is not available in PlotlyJS ?
```julia
using PlotlyJS
t = range(0, 2π, lengt…
-
## Details
Using `histogram()` ignores the `bar_edges` parameter.
See
![image](https://user-images.githubusercontent.com/7347975/117252396-9119c780-ae4e-11eb-9133-08ad09fddae5.png)
![image…