Skip to main content

All Questions

Tagged with
3 votes
1 answer
98 views

Plotly scatter map - How do I prevent marker text from overlapping?

I trying to plot a USA map using Scattergeo. I have a lot of markers that are close to each other, and their marker text are overlap each other and looks very messy. Are there workarounds for this? I'...
bestfirstsearch's user avatar
0 votes
0 answers
65 views

How to plot large dataset of Shapely LineString with Plotly?

I've been given a DXF file at work to analyse it, and they want me to plot it as well. This file contains a layout of a private area. The data looks like this: Layer PaperSpace SubClasses ...
J. Maria's user avatar
  • 382
0 votes
0 answers
18 views

No animation in plotly.express linear chart

Im trying to use a animated linear chart with plotly.express on csv that has OHCLV records inside. but my chart doesn't show any lines on it. this is a sample record: Timestamp,Open,High,Low,Close,...
Reza's user avatar
  • 1
1 vote
1 answer
59 views

How do I prevent Plotly from reducing the number of points in a line when exporting to PDF?

I am using the python plotly package to generate plots for a thesis. I export the figures with the fig.write_image() command. However, the number of points used to describe a line scatter plot reduces ...
Dennis's user avatar
  • 13
1 vote
1 answer
37 views

How can I mark mean point in the plot?

I need help to add marker or sign of mean in this plot as shown in image. (The below image show the result as I want.) import pandas as pd import seaborn as sns import numpy as np import matplotlib....
Manish Patel's user avatar
0 votes
0 answers
13 views

how to add multiple plot in alternating plotly html file in python

I have two plots, and I would like to put them in an html file, with an option to alternate between them by selecting different titles. Is this possible in plotly ?
Paris's user avatar
  • 1
0 votes
0 answers
41 views

Plot multiple live graph's using data from an updating dictionary

I have a dict (DATADict) full of data that gets updated constantly, I want to be able to use the data from the dict and have it plot onto a plotly/matplotlib plot. The x will be the time, which is the ...
Bobbie Space's user avatar
0 votes
0 answers
56 views

Preserve imported font when writing plotly go plot to an image

I've been using Plotly Go for a while and haven't run into this issue before, but I need to make some plots that have a very specific font not found in plotly's font library. I have successfully ...
Chowlett2's user avatar
  • 161
2 votes
0 answers
121 views

How to create a sorted/ranked area plot in Python? [closed]

I want to make a ranked/sorted/ordered stacked area plot in Python. This is sometimes also called a ribbon plot (because this is the name PowerBI uses) or a stream graph. Think of this as a continuous ...
Xtiaan's user avatar
  • 296
1 vote
1 answer
40 views

Plotly dropdown is not changing the plot as desired

I am trying to plot the line graph using plotly. I need to select the grade and then plot two liones of min and max on the plot for the selected grade. import plotly.express as px import pandas as pd ...
Prasad's user avatar
  • 65
0 votes
0 answers
72 views

Understanding the Plotly camera controls in Python

I have looked at the Plotly docs and other resources, but they just give example views - not what each individual vector coordinate actually corresponds to. I want to rotate the default vertical view ...
THATS MY QUANT MY QUANTITATIVE's user avatar
1 vote
1 answer
72 views

R refuses to write image to disk

I have a simple R timeseries plot created with ts_plot from TSStudio like this: library(tidyverse) library(TSstudio) `standard-data` <- c(1,2,3,4) png("test.png") ts_plot(as.ts(`...
Gus's user avatar
  • 6,851
0 votes
0 answers
62 views

how to make funnel in python that branches off?

enter image description hereHow do I make a funnel that branches off into multiple branches and effectively visualize this? I have tried ploty but the functionality doesn't support this. For example, ...
user21585314's user avatar

15 30 50 per page
1
2 3 4 5
56