Durchsuchen nach
Schlagwort: Matplotlib

El análisis de datos de Andalucía de 2024

El análisis de datos de Andalucía de 2024

Ayer he encontrado unos datos de la comunidad Andalucía en España en las páginas web de la Junta Andalucía. Aquí está el enlace. Ahí hay los datos grabados en el formato JSON donde se los puede descargar. Con el programa de Python se puede hacer unos diagramas para visualizar los datos de grande dimensiones. Se usa Python, la versión 3.9 está bastante y las bibliotecas de Python Matplotlib, seaborn se tiene que instalar con la orden pip install matplotlib y…

Weiterlesen Weiterlesen

Regensummen weltweit

Regensummen weltweit

Um mal so ein Gefühl für die weltweiten Regensummen zu erhalten, auch gut für eine Auswanderung, kann man sich diese Grafik anschauen. Die Werte kommen von der Seite weatherspark.com, die zusammengeführt habe. Auch dieses Thema kommt in einem kleinen Kapitel in einem baldigen Buch erwähnt. Hier schon einmal die Grafik, die aus Platzgründen nicht ins Buch schafft. Um das zu stellen, braucht man natürlich Zeit und ein gutes Script, um das erzeugen zu lassen. Hier das Script für solches Diagramm.

Python: Displaying data at specific times with Matplotlib

Python: Displaying data at specific times with Matplotlib

With this simple script, you can display simple data in a Python dictionary using a bar chart. Installation process To do this, you need to install Python and then the Matplotlib module. For Python, go to the official Python.org website and install the latest version. Once that is complete, install the Matplotlib module in the command line or terminal, depending on which operating system you are using. pip install matplotlib Any necessary library files will then be downloaded and installed….

Weiterlesen Weiterlesen

Julia (lang) is history

Julia (lang) is history

The programming language Julia is history – for now. I had the problem, in Fedora 42, I use there only Wayland, the plotting package does not work. In the Visual Studio Code editor, yes, but sometimes I code it beside Visual Studio Code. Yes it is possible to create picture file like PNG of the plot, but this is not a solution, when I’m in the command prompt in the Bash. I had downloaded for a test the open data…

Weiterlesen Weiterlesen