Most voted "plotly" questions
Plotly.js is an open source, high-level graphics declaration library built on D3.js and stack.gl. It comes with more than 20 types of graphics, including 3D graphics, statistics and SVG maps.
Learn more…13 questions
Sort by count of
-
5
votes1
answer62
viewsThere are ways to add figures on a Plot in R
Gero this figure: when using that code: library(tidyverse) library(plotly) tres <- readRDS(…
-
3
votes1
answer111
views -
2
votes0
answers168
viewsWhat is the best R package to plot data on maps in Brazil?
From what I researched here in the OS and Google, there are at least three different packages to build maps of Brazil in R. The package "geobr"; The package "brazilmaps" A combination of packages…
-
2
votes0
answers31
viewsPlotly tree graph showing wrong python values
That boy-girl Sunburst plotly, when used in a dataframe of this spreadsheet, through the code below, generates a graph wrong values of the 'rest' column. For example, in the path…
-
1
votes0
answers455
viewsVariable in the EJS
Good morning, everyone! So, come on: I’m trying to use Plotly to generate a bar graph, and it accepts variables. I have a connection on NODE.JS with a database and, NODE.JS in thesis (After a…
-
1
votes1
answer190
viewsAttributeerror: module 'plotly.validators.layout.template.data' has no attribute 'Isosurfacesvalidator'
I have an interactive graph in python. The code below works in Azure Notebook, but I had to migrate my code to Jupyterlab and it shows the following error: Attributeerror: module…
-
1
votes1
answer208
viewsHow to place arrows on the graph of a parametric curve - Python - Plotly
I posted that same question earlier on stack overflow (in English). I’m new in python and I’m learning to plot parametric functions using plotpy. Therefore, I "challenged" myself to write a code…
-
1
votes0
answers38
viewsParticles.js as background using Dash Plotly
I’m using the library Dash plotly from Python to create a view of macroeconomic indicators, I would like to use as background the Particles.js because it creates an incredible effect, here is the…
-
1
votes1
answer31
viewsComponent does not update
I’m creating a Plotly Graph Vue component. On initial loading the component is loaded with the correct initial values, but when updated the property of the component, it is not updated. Component:…
-
0
votes1
answer2986
viewsFree API for Weather History
As I explained to Guilherme in the comments, I make it very clear in my question that I want a climatological HISTORY. The question indicated as duplicate does NOT show how to recover climatological…
-
0
votes1
answer542
viewsplotly Candlestick in python
I built a Candlestick chart using the plotly and would like to know if it is possible to create on top of this graph, based on the column flag which contains the number 1, a rectangle superimposing…
-
0
votes1
answer58
viewsPython - Plotly filling white image
The goal is to plot a Dashboard, for this I imported the following libraries # Importando bibliotecas import ipywidgets as wd import cufflinks as cf import pandas as pd import yfinance as yf import…
-
0
votes0
answers11
viewsHow to configure the plotly tree graph to calculate the sum and not the mean?
The official description says about this graphic : " If a color argument is passed, the color of a Node is computed as the Average of the color values of its Children, Weighted by their values."…