d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Need A Python Help
Add Reply New Topic New Poll
Member
Posts: 13,480
Joined: May 27 2013
Gold: 74.00
Sep 19 2021 05:00am
basically im trying to plot seasonality chart using matplotlib and plotly

the data looks something like this
i used to pay for services like this in past but as you can see i only have this much, probbaly can sell some d2 items for fg but that would take while


index data
17/9/2018 56
18/9/2018 66
..
..
..
17/9/2021 12
18/9/2021 11
19/9/2021 10


the graph should come out seasonaly
as its a daily data (excluding weekends), the x axis should be daily format

something like this, except that this chart below is monthly data. mines daily.
this was done using plotly, not by me; https://medium.com/analytics-vidhya/automate-seasonality-plots-with-plotly-and-python-23e7fef065a2

i need one for matplotlib and one for plotly




https://forums.d2jsp.org/topic.php?t=81036357&f=120
https://forums.d2jsp.org/topic.php?t=81032020&f=120
https://forums.d2jsp.org/topic.php?t=81052396&f=120

This post was edited by Receptor on Sep 19 2021 05:13am
Member
Posts: 13,480
Joined: May 27 2013
Gold: 74.00
Sep 19 2021 07:34pm
meow
Member
Posts: 29,537
Joined: Apr 30 2006
Gold: 87.69
Oct 11 2021 11:34am
It’s fairly straightforward. If you’re trying to learn python I suggest to do it yourself as a learning exercise. Overall logic would be something like this:

1. Read the file or your source
2. Parse the dates
3. Group the results by year
4. Plot each of the groups

If pandas is allowed to be used I would guess you can do the whole thing in less than 10 lines.

This post was edited by normannen on Oct 11 2021 11:34am
Member
Posts: 714
Joined: Jul 21 2008
Gold: 247.00
Nov 8 2021 01:19pm
Hey hey... are you still looking for help?
Member
Posts: 13,480
Joined: May 27 2013
Gold: 74.00
Nov 8 2021 11:31pm
Quote (Zero_Pulze @ Nov 9 2021 03:19am)
Hey hey... are you still looking for help?



Not anymore but I’ll shout if I do
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll