Skip to main content

All Questions

Tagged with
0 votes
1 answer
47 views

Plotly px.Timeline y marks do not adjust when using facet_row

With a simple dataFrame that look like this The following code fig = px.timeline(df, x_start="Target Date Start", x_end="Target Date End", ...
Mth Clv's user avatar
  • 667
0 votes
0 answers
24 views

Adding the color argument to my px.timeline figures starts a new y-scale for each category. How do I use color so that the y-scale isn't interrupted?

I am a new hobby coder and I'm trying to plot a traveler's timeline of visits to places around the world. I have an example of the graph I would like but passing the color parameter of Plotly's px....
Kriks84's user avatar
0 votes
0 answers
154 views

Customized Calendar view using @fullcalendar/react NPM package

I need to integrate the calendar view in react application which will show the activities and under each activity we will have multiple tasks. I am attaching the screenshot of my requirement. Can you ...
Shubham's user avatar
  • 210
1 vote
1 answer
280 views

Any chart gantt chart displaying incorrect date in timeline

Gantt chart In any chart wrong date is showing as you can see from the image, 14th March is the actual date given but the output is displaced by 1 and showing 13th March. I googled all over and found ...
Diliban B's user avatar
0 votes
1 answer
252 views

Plotly Timeline not updating according to selected option of dropdown

I have been trying to update the timeline as per the selected item from dropdown but it is not getting plotted as per the selected option. For example, in attached image i have selected B1 but C1 is ...
Anusha Ali's user avatar
1 vote
0 answers
35 views

How to break-up time periods based on the start & end times of other time periods

Unfortunately I have come across a problem I can not solve. Hopefully someone here can help me! I have one dataset, which includes several tasks that are performed partially parallel. I would like to ...
Michiel's user avatar
  • 11
1 vote
1 answer
1k views

Plot multiple columns using pandas and plotly timeline

There are multiple questions on plotting multiple graphs but not specifically for pandas and timelines. I have a dataframe like the below: Name day_1_start day_1_end day_2_start day_2_end A 1:00pm 3:...
brebs's user avatar
  • 234
0 votes
1 answer
941 views

AWS QuickSight Timeline Gantt

I have data in my DB of my residential history, with start date and end dates. and different countries I have lived in. For tax purpose I am trying to plot a chart to determine how many days in a ...
pickle_rick's user avatar
1 vote
0 answers
232 views

plotly timeline using multiple x_start and x_end

I have a Gantt to plot. I'm using this code: fig_wbs_gantt_complessivo_pianificato=px.timeline(df.query( "Stream !=['Complessivo'] & Progetto==@proj1" ), ...
Lorenzo Marin's user avatar
0 votes
1 answer
2k views

Gantt Chart Timeline Chart js 3

Chart.js is a popular library for making charts, and it can make all kinds of charts, but it can't make a Gantt Chart/Timeline. I'm trying to hack chart.js 3, but the documentation isn't great and I'...
Andrew Koper's user avatar
  • 7,047
1 vote
0 answers
1k views

Use plotly to plot timeline

I can get a timeline graph with plotly with the following code: import plotly.express as px import pandas as pd data_in = """name,start_time,end_time event1,2022-01-18T18:34:26.222843,...
Oxax's user avatar
  • 91
1 vote
1 answer
909 views

plotly express timeline: trouble getting finer than 1 day granularity

I'm drawing a Gantt chart using timeline. I want to use add_shape to draw dependencies, but seem to be constrained to day boundaries. The examples at https://plotly.com/python/time-series/#hiding-...
Sweavo's user avatar
  • 43
0 votes
1 answer
850 views

How to enable plotply.express.timeline graphs to have different height and colors

I am trying to use the timeline chart show each row (Y-axis) with different heights in below chart. Code: import plotly.express as px import pandas as pd df = pd.DataFrame([dict(Task="Task1"...
Redox's user avatar
  • 9,789
0 votes
2 answers
283 views

Binning Data With Two Timestamps

I'm posting because I have found no content surrounding this topic. My goal is essentially to produce a time-binned graph that plots some aggregated value. For Example. Usually this would be a doddle, ...
Ethan Jones's user avatar
1 vote
2 answers
1k views

How do I make a plotly timeline with int nr of months on the x-axis

I am trying to make a plotly timeline where the x_start and x_end arguments are such that the x-axis is an integer nr of months instead of a date format. I have tried to use integers or arrays with ...
VG_nbi's user avatar
  • 51

15 30 50 per page