Does anyone know what is the name of this graph ? I do not have any dataset and I do not know anything how it was created at the first place.
1- Can any please tell how this kind of graph can be created in python ? I do not have any dataset so It would be great if you can tell me what kind of dataset we need for this graph.
2- To me it seems like a time series linechart so can anyone provide a code to generate a similar graph as shown in the attached picture.
I have tried to do it with some timeseries dataset samples but the results were not closed to the graph shown in the picture.
Try something like this:
The output is:
The function could be something like:
f(x) = sin(A*x)*sin(B*x) + x*C
, where A, B and C are some constants.As for the name of this graph, you can probably associate it with the term Amplitude modulation, where a sine wave is modulated by another sine wave.