User Portlet User Portlet

Diego Zviovich
Discussions
The state of Georgia has posted the election results on one of their [websites][1]. The data can be downloaded in multiple formats. voting = Most@ Import["Election Details.xlsx", {"Data", {3}}][[4 ;;, {7, 12, 17}]]; totals =...
Thanks Peter. Nope, have not.
[Arnoud's posting on crime maps][1] reminded me of one of the first works in epidemiology conducted by John Snow in 1854. [Robin Wilson digitized the data and generated the famous map with several tools][2]. The actual data can be found in...
Seems that GeoRegionValuePlot requests data from the internet multiple times to process its plot. As an example, let's graph smoking per capita worldwide. smokers = ...
Very well phrased. Thanks
Hola Jose, Serial.println and Serial.write are Arduino functions and not from mathematica. For Serial.println > [http://arduino.cc/en/Serial/Println][1] For Serial.write > [http://arduino.cc/en/Serial/Write][2] [1]:...
Sergio, can't reproduce the problem Mathematica 10 and Windows 7. ![enter image description here][1] [1]: /c/portal/getImageAttachment?filename=4759putty.gif&userId=78214
I've installed Mathematica 10 on a Win 7 Machine. Getting the following error messages when trying to interact with Entities Example` PersonData[Entity["Person","LionelMessi"],"Image"] `![enter image description here][2] Same issue when trying to...
Hi David, try this d1 = RandomVariate[NormalDistribution[2, 0.5], 10^3]; d2 = RandomVariate[PowerDistribution[2, 0.5], 10^3]; PairedHistogram[d1, d2, ChartStyle -> {{Red, Green}}, ChartLegends -> {"d1", "d2"}] ![enter image...