Message Boards Message Boards

CloudDeploy with DateListPlot

POSTED BY: Balazs Kisfali
2 Replies

I found what caused the issue. CloudDeploy doesn't pass some options, since I had a few I had to iterate each-by-each. It is tricky but PlotTheme cannot be pass and also any PlotLegend cannot be applied. At least in my approach. So after removing these options the code was fine.

So, at the end the below code was ok to deploy to the cloud:

DateListPlot[{WeatherData[{#Latitude, #Longitude}, 
   "MaxWindSpeed", {{1990}, {2015}, "Month"}], 
  WeatherData[{#Latitude, #Longitude}, 
   "MaxWindSpeed", {{1990}, {2015}, "Year"}]}, Joined -> True, 
 PlotRange -> Automatic, ImageSize -> Large]
POSTED BY: Balazs Kisfali

In the meantime I found the online documentation for FormPage, ...from my desktop Mathematica I still didn't find it, probably it is not updated

http://reference.wolfram.com/language/ref/FormPage.html

But my issue is still persist with DateListPlot...

POSTED BY: Balazs Kisfali
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract