#gnuplot
#Linux #bash #gnuplot
Im ähnlichen Stil wie das Klimadiagramm, hab ich auch eine lokale #Wettervorhersage geskriptet, Ich benutze dazu wieder opendata vom dwd. de
https://github.com/dewomser/Wettervorhersage
Beispiel ist Worms

#Linux -#bash #gnuplot
Regionale Klimaentwicklung / Katastrophe für Detschland .
Grafik zum selbst basteln.
https://github.com/dewomser/Klimadiagramm/tree/bezier
Beispielgrafik :Worms

#Klimatabelle 1896-2022 für Worms. Ich hab mal wieder keine Ahnung aber nehme einfach die Daten vom DWD.de
#wetterdienst/ #Bash / #Gnuplot

@blueghost @afterglow
I tried LabPlot a few times. It was quite buggy, or maybe I was not using it properly.
There are a few other tools, like #gnuplot I can recall. But it is relatively hard to master.
I find that most of the time, I end up using #Python and #matplotlib.
Geologist & physical geographer. Works with data analysis, data management and visualization within spatial data, GIS, remote sensing, metadata. Happy outside in Nature.
Likes #geoscience #environmentalscience #remotesensing #gis #FOSS #dataanalysis #geospatial #copernicus #OpenStreetMap #grassgis #qgis #GenericMappingTools #perl #python #gnuplot #imagemagick #spatial #OpenSource #openscience #datamanagement #datavisualization #Linux #amateurastronomy #running #cycling
Geolog & naturgeograf. Arbetar med dataanalys, informationshantering och visualisering inom geodata, gis, fjärranalys, metadata. Gärna ute i naturen på fritiden.
Gillar #geoscience #environmentalscience #remotesensing #gis #FOSS #dataanalysis #geospatial #copernicus #OpenStreetMap #grassgis #qgis #GenericMappingTools #perl #python #gnuplot #imagemagick #spatial #OpenSource #openscience #datamanagement #datavisualization #Linux #amateurastronomy #running #cycling
Great news! Thanks to a lot of hard work from topcat001 (Anindya Mukherjee), the -portable version of tmux now has SIXEL support.
Why this is this cool? Well, it means images rendered directly into the terminal can now happen, via conversion to SIXEL where appropriate.
One such use-case is with #gnuplot.
As an example of both, see the screenshots I've attached here.
To enable this, you will need to pass a flag to configure:
./configure --enable-sixel
Please do give this a go. This isn't released yet, so if you want to try this, you must do so via git.
Note that you will need a compatible terminal to make use of this -- in my case, that's #xterm and as such, all I needed to do was add the following to my ~/.Xdefaults file:
XTerm.*.decTerminalID: vt340
XTerm.*.numColorRegisters: 256
... and then run `xrdb -merge ~/.Xdefaults`
Enjoy!
Ich komme mit #gnuplot halbwegs zurecht aber an einer Sache scheitere ich daher ein kleiner Hilferuf: Wer kann mir ein Skript zur Erstellung von Bevölkerungspyramiden verlinken? Vielen Dank im Voraus. Boost gern gesehen. :blobcatthx:
TIL that you can pipe stdout into #gnuplot to plot it directly 👏
Are you looking for GnuPlot alternatives?
"@LabPlot is an option that should not be ignored because it offers a comprehensive data analysis and visualization environment, which makes it an enticing choice. Calculators and computer languages are also included, increasing the options available to users who are looking for specialized functions in addition to those provided by GnuPlot."
Read the whole article here: https://www.compsmag.com/best/gnuplot-alternatives/
Also just realized by a freak quirk of #gnuplot STDIN parsing, and the key legend obviously now pointing at what are clearly (to me) a pair of cat ears, this great post of yours totally deserves a #caturday and #catsofmastodon hashtag! 🤣🤣🤣
This may be my most truly cursed #cli ever for graphing #network performance?
This one has everything, a hand rolled artisanal #iperf3, some #json feature extraction, and a spot of #awk for fixing rounding errors, oh and of course, some red hot #gnuplot on #linux #terminal action.
Enjoy! hehe. 😆
./src/iperf3 -c testhost -p 22222 -J | jq '.intervals[].sum.bits_per_second' | awk '{$1=sprintf("%2.2f",$1)}1' | gnuplot -p -e "set term dumb ; plot '< cat -' with lines"
/cc @climagic

doch, das #wochenende war - bis auf (subjektiv) temperatur und Luftfeuchtigkeit - ordentlich. habe lange aufgeschobene #gartenarbeit (hälfte 1) erledigt, es mir gut gehen lassen und geschafft, noch kleinere experimente am rechner auszuführen: #mathe und #gnuplot waren da die themen. und das hat mich wieder mal auf die idee für ein neues #sQLshell #plugin gebracht - ticket in #gitlab ist angelegt...
https://elbosso.github.io/sQLshell.html
Gnuplot mit Aquaterm und Visual Studio Code
Heute morgen fiel mir eher zufällig das »Gnuplot Cookbook« von Lee Phillips in die Finger und erinnerte mich an ein bisher noch ungelöstes Problem: Schon seit einer geraumen Weile konnte ich Gnuplot auf meinem Mac nicht mehr zur Zusammenarbeit mit Aquaterm bewegen. Spontan beschloß ich, das Problem anzugehen. https://kantel.github.io/posts/2023061301_gnuplot_revisited/ #Gnuplot #Aquaterm #VisualStudioCode #Visualisierung


#RaspberryPi und #Gnuplot. Das interessiert mich gerade wieder. Samstag #piandmore
https://www.untergang.de/index.php/linux-blog/gnuplot-und-raspberry-pi.html

#OpenSource #gnuplot #Thirring 🧵 Part 5 of my series on open source software used at the Thirring Institute. Mathematical plotting is an artform, and there are some really good open source tools for this. One of the classics is a piece of software known as gnuplot. This is often embedded in other programs, but also used on it's own. Here's a couple of plot examples:
Set the linewidth and dashtype for #gnuplot using #gretl globally:
<hansl>
set verbose off
open denmark --quiet
list L = log(dataset)
plot L
options with-lines time-series
# set linewidth globally
literal set termoption lw 2
# set dashtype for each series
literal set for [i=1:8] linetype i dashtype i
end plot --output=display
</hansl>
#machineLearning #CLML #ai #CommonLisp
A #princomp (eigendecomposition of covariance matrix) + #ascii #gnuplot #biplot #example
Done on an oval, it successfully finds and identifies the relative importance of the major and minor ellipse axes.
@pizzapal corrections plz
https://forth.noip.me:8443/w/3YvEi4iSWWmyHaqY8BHR6n


#procrastinating
I need to phlog/peertube/toot
"
look what running princomp does [in #CommonLisp #CLML with a dumb terminal #gnuplot ]
"
but I have to do infrastructural things for it and then it implies doing followups like eigenface which will be lots of work and make me sound sophomoric
and I have a million urgent things to do


@ericsfraga @ademalsasa Maxima itself also uses #gnuplot.
Plot-Montag! Ich wollte grafisch auswerten, welchen Anteil an unserem Stromverbrauch mitten im Winter unser Balkonkraftwerk abdecken kann. Die Antwort über die letzten 20 Tage liefert dieses Diagramm für jeden Tag: grüner Balken = eingekaufte elektrische Energie, gelber Balken = selbst verbrauchte PV-Energie, roter Balken = verschenkte PV-Energie.
#Balkonkraftwerk #Photovoltaik #gnuplot #Stromverbrauch #PlotMontag

#archaic #x11 application time!
#Plotmtv is a multipurpose X11 plotting program.
It is not responsible for drawing graphs relating to the popular music TV channel.
Originally written by Kenny Toh (1995-07-16).
The graphics library is just using raw X11. Amazing.
The plot-types supported are as follows:
* contour plots (rectangular grid, as well as triangular mesh)
* 2D line and scatter plots (x vs-y)
* 3D surface , line and scatter plots
* vector plots
* probability plots
* histograms
* barcharts
The program has an rough but functional Graphical User
Interface, through which it is possible to zoom in, zoom out, pan, toggle between 2D and 3D plots, and rotate 3D plots. Both color and grayscale postscript output are
supported.
I, for one, really like it! Move over, #gnuplot! :)
@rayh
I never directly worked on spacecraft, but did work on missiles and airplanes, guidance specifically. That was before I retired some years ago.
I used several #opensource packages. #Yorick, #perlpdl, #scilab, #octave, #R, #gnuplot, to name a few. Management permitting, if I was working specifically on spacecraft, I'd likely use the same tools.
In #Debian, the #gnuplot info manual is incomplete and has an incorrect structure, breaking info navigation. I've just proposed a very simple patch (Debian specific): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989029#166 – I've also reported the bug upstream, with explanations: https://sourceforge.net/p/gnuplot/bugs/2568/ (but a fix would be a bit more complex as one needs to pass some Make variable (from automake) to docs/doc2texi.el).
Spent some time setting up a #gnuplot script that automatically (re)draws the plots periodically in a window so that I don't have to mess with manually pulling the data into a spreadsheet.

Does anyone use #Grafana for viewing their #benchmarking results? Currently, I'm using CLI tools like #gnuplot or #Python with #Pandas and #matplotlib to turn my data into plots but I wonder if there is a way to use #Grafana for more interactivity.
From 14 Jan: GNUplot tips for nice looking charts from a CSV file - Raymii.org - https://raymii.org/s/tutorials/GNUplot_tips_for_nice_looking_charts_from_a_CSV_file.html #linux #gnuplot #csv
Great! I used to use #gnuplot all the time for visualisation.
Fun fact: gnuplot has nothing to do with GNU and isn't GPL.
"Despite this restriction, gnuplot is accepted and used by many GNU packages and is widely included in Linux distributions including the stricter ones such as Debian and Fedora."
I've occasionally used Gnuplot in the past. Nice to see it still been maintained and enhanced.
"Gnuplot 5.4 has been released, three years after the last major release of the free-software graphing program. In this article we will take a look at five major new capabilities in gnuplot."
sarplots
Because you want to be able to generate sysstat graphs via gnuplot easily. (And sadf's output is too crufty.)
Supports ASCII output!
(Defaults to SVG, which technically ain't far off.)