-
## Overview
When trying to use `HexCode` objects in `plotly` (not currently supported), we can run into problems caused by the way that `plotly` handles color objects; namely, that it uses `deepcopy`…
-
**Describe the bug**
Setting marginal plot on contour plot errors out (custom kwargs: `marginal_x='box'):
```
ValueError: Invalid property specified for object of type plotly.graph_objs.Box: 'c…
fdion updated
3 years ago
-
### What problem does the new feature solve?
Being able to do simple continuous aggregation.
### What does the feature do?
- not a complete streaming-processing system. Only a must subset fun…
-
con plotly me aparecen los boxplots montados. se deben separar
-
# Describe the bug
Warnings when using heatmaply.
# To Reproduce
I ran:
```
library(heatmaply)
heatmaply(mtcars)
```
I got:
```
> heatmaply(mtcars)
Warning messages:
1: In doTryC…
-
I have a daily zpaq file creation. Three times compression process was killed because of too long execution time.
For me this was fine, because I accidentally put big file into backuped folder. Pro…
-
pandas: 1.5.2
plotly: 5.11.0
python: 3.10.6
os: centos 7
```
import pandas as pd
pd.options.plotting.backend = "plotly"
pd.DataFrame({'x':[1,2,3], 'y':[1,2,3]}).plot()
```
results in Modu…
-
Trying to get subplots of 3d scatterplots on Google Colab, plotly version 4.4.1
```python
from plotly.subplots import make_subplots
import plotly.graph_objects as go
fig = make_subplots(rows=1…
-
Hello,
When I run the code I get the following warning :
Warning message:
'layout' objects don't have these attributes: 'NA'
Valid attributes include:
'_deprecated', 'activeshape', 'annotations',…
-
Hello! I am very impressed with this library as per Marton Kardos's article on Medium.
I attempted to use topicwizard to visualize short-text topic modeling inferences based on a quickly trained t…