plotting of frequency and time representation of OFDM signal

I want to plot the following figure of frequency and time representation of OFDM signal using python. I can also use MATLAB if i have to. Can anybody suggest me how to plot this kind of figure.

Hi,
You can cobble together a collection of different plots to build this visualization. The 3D bars in separate planes example might be a good place to start.
Or this snippet that makes:

What have you tried?

Thank you very much. may be something to start with. appreciate your help.