How can I display a label on the x-axis without removing the timestamp for ThingSpeak?

3 views (last 30 days)
I am currently working on a project where I did analysis on CNN architecture and I want to compare several types of CNN architecture that give the best performance of image classification. My result will be published to ThingSpeak by using data import in a .csv file. In my .csv file I want to add a new column called Network only just for a label. So that my x-axis will display type of CNN architecture without removing the timestamp. Is that possible?Please assist me on this question team. Please find an attachment for your reference on what I want my ThingSpeak graph to look like.Thank you!

Accepted Answer

Christopher Stapels
Christopher Stapels on 21 Dec 2022
It appears that there is no timestamp on the x axis for the plot you shared. There appears to be a legend at the bottom that almost lines up with the bars.
That said, almost anything is possible with MATLAB plots. Have you created a MATLAB visualization? You can use bar() or barh() to create a plot similar to what you have above. First, read the data withtThingSpeakRead().
You can do this in the Apps menu, and there are several templates to get you started. The default field plots do not have as much flexibility.
Give it a try and then feel free to post here or start a new question if you have troubles.

More Answers (0)

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on ThingSpeak in Help Center and File Exchange

Tags

Products


Release

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!