popunonkok on "2-d line plot" dosent show correct on external site. iframe
The way the graph looks at my channels page at Thingspeak. The way the Graph looks in the iFrame on my own page. The iFrame code snippet: <iframe width="450" height="260" style="border: 1px...
View Articleavoletta on I do not want return page after api/update ...
tks Akhila, I have no idea how to implement ajax or json script ..... Coud you give me same examples?
View ArticleVinod on "2-d line plot" dosent show correct on external site. iframe
Let's try this: 1) Create a new text document and save it as Test.html 2) In the text document, add this: <html> <iframe width="450" height="260" style="border: 1px solid #cccccc;"...
View ArticleVinod on iOS access to ThingSpeak data?
You could always open http://www.ThingSpeak.com on your iOS device. Another option is to follow the instructions here:...
View ArticleVinod on "2-d line plot" dosent show correct on external site. iframe
Here's an example MATLAB visualization that I have made public and inserted into HTML <html> <iframe width="450" height="260" style="border: 1px solid #cccccc;"...
View ArticleVinod on I do not want return page after api/update ...
Here's a simple example you can expand on: <html><head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>Test Page</title> <script...
View ArticleVinod on Remove / Resize dots markers on line /spline
Please provide an example of what code you have tried that we can modify to provide you a code example.
View ArticleVinod on ThingHTTP + Slack Incoming Webhook
Thank you for creating and sharing the example!
View Articleavoletta on I do not want return page after api/update ...
Hi Vinod, I'll try this (and study). Thanks a lot!!!
View Articleavoletta on I do not want return page after api/update ...
Solved! It worked perfectly! Tks again!
View Articlevalid8r on iOS access to ThingSpeak data?
Thanks Vinod. While those are good workarounds, they certainly are not as 'nice' as having a dedicated app like the beautifully executed Android app Thingview. Any chance someone is working on such...
View Articlepopunonkok on "2-d line plot" dosent show correct on external site. iframe
I dont know what I did but it seems to be working now. I try to ask another question here before starting a new topic. Is there a way to tilt the x axis lables 45 degrees on a 2-d line plot? When I...
View ArticleVinod on iOS access to ThingSpeak data?
Hi valid8r - I'm not aware of anyone working on an iOS version of the ThingView app or something similar. If you're into developing iOS apps this might be an interesting project for you If you think...
View ArticleVinod on "2-d line plot" dosent show correct on external site. iframe
You can certainly use the method described in the documentation here: http://www.mathworks.com/help/matlab/creating_plots/change-tick-marks-and-tick-labels-of-graph-1.html This should work for axes...
View ArticleVinod on Raspberry Pi and Dragino Lora Hat
Thank you for posting that link, Piajola. That's pretty well documented for a 1st solution
View ArticleVinod on dynamic data plot
If I understand right you want to plot field1 variation with time on your channel? I'd recommend starting here: https://www.mathworks.com/help/thingspeak/create-a-chart.html
View Articlepopunonkok on "2-d line plot" dosent show correct on external site. iframe
Thanks for the reply but that does not seem to work. % Template MATLAB code for visualizing data from a channel as a 2D line % plot using THINGSPEAKPLOT function. % Prior to running this MATLAB code...
View ArticleVinod on "2-d line plot" dosent show correct on external site. iframe
I do not expect the xtick label to work with thingSpeakPlot. Try MATLAB's PLOT command instead.
View Articlepopunonkok on "2-d line plot" dosent show correct on external site. iframe
Hmmm... I just went through the menu Apps -> MATLAB Visualization -> Create a 2d line plot. Where and how do I find a way to do a MATLAB PLOT instead?
View Article