How can I display a label on the x-axis without removing the timestamp for ThingSpeak?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Nurul Atikah Mazlan
il 21 Dic 2022
Risposto: Christopher Stapels
il 21 Dic 2022
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!

0 Commenti
Risposta accettata
Christopher Stapels
il 21 Dic 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.
0 Commenti
Più risposte (0)
Community
Più risposte nel ThingSpeak Community
Vedere anche
Categorie
Scopri di più su ThingSpeak in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!