You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FSharp.Charting should support embedding images (i.e. either 2D grayscale arrays, or 3D RGB arrays) in charts. This would, for example, make it possible to align a waveform to its spectrogram, as shown in http://www.ele.uri.edu/~hansenj/projects/record/record.jpg .
FSharp.Charting should support embedding images (i.e. either 2D grayscale arrays, or 3D RGB arrays) in charts. This would, for example, make it possible to align a waveform to its spectrogram, as shown in http://www.ele.uri.edu/~hansenj/projects/record/record.jpg .
Matplotlib and MATLAB have similar functions, i.e. http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.imshow
The text was updated successfully, but these errors were encountered: