New blog post for the Emacs Carnival on writing experience (https://masto.gregnewman.io/@greg/114899165487420555):
New blog post for the Emacs Carnival on writing experience (https://masto.gregnewman.io/@greg/114899165487420555):
Works with #gnuplot, too, of course:
/*
#+BEGIN_SRC gnuplot :file myfunc2.png :results graphics
plot sin(x)
#+END_SRC
*/
#Linux #Bash #gnuplot
Grafische Luftqualitätsvorhersage für Deutsche Messstationen. Beispiel ist Worms DERP023 Datenquelle #DWD
Ist noch viel zu tun. BETA
Hab aber gerade keine Lust daran zu arbeiten. Mach was anderes / zu heiß
https://gist.github.com/dewomser/2d4cb21cc4647a6179636931de8b65ea
@stiefkind Ich habe vor zwei Jahren für ein komplett neues Projekt (Auswertung der Heimsolaranlage) zu sh, awk, und #gnuplot gegriffen. Ich muss zugeben, dass ich teils Features von gnuplot benutzt habe, die jünger sind, als mein Sohn.
Es gibt neueres mit Weboutput mit coolen Namen - a hier: Grafana - eine 20 Jahre aeltere Software, die ich tatsaechlich mal im Einsatz hatte. In pkgsrc/graphics finde ich u.a. gnu plotutils.und ein halbes Dutzend anderer.
Analyzing IPv4 Trades with Gnuplot
#lispyGopherClimate #softwareEngineering #computerScience #lisp (every Wednesday 0UTC = Tuesday night in Americas)
#peertube #podcast #archive
https://communitymedia.video/w/gVRxvMKmdoAwHHJxrcJi5c
#climateCrisis #haiku from @kentpitman
https://screwlisp.small-web.org/
#commonLisp + #gnuplot
#McCLIM #hurkle #gameDev #retrospective so far
@amszmidt sets me straight about the #loopFacility yet again
@vnikolov points out we can read comp.lang.lisp
Join in in #lambdaMOO as always!
#climateCrisis #commonLisp #graphing #series #gnuplot https://screwlisp.small-web.org/programming/common-lisp-cl-series-gnuplot-climate/
Hey everyone. I jammed some #declarative #lazyEvaluation #engineering #programming to tie into the climate segment of the live show in TWO hours.
Interesting declarative exploratory programming and super simple gnuplotting if I do say so.
But I basically ran out of time to make a good graph with daily temperature max/min/avg from about 1920-2020 in some weather stations in New Zealand. Any ideas??? Clock is ticking
#programming #commonLisp #gnuplot #asdf
https://screwlisp.small-web.org/programming/screwlisps-knowledge-simple-gnuplot/
Systematic redux of the simple #'gnuplot from before. Should be eminently useable via (asdf:load-system :screwlisps-knowledge/simple-gnuplot) (use-package :screwlisps-knowledge/simple-gnuplot) (gnuplot "Of these" '((1 2) (3 4)) '((5 -6) (7 -8)) '((1 2) (8 1)))
#mathematics #programming #lisp #ellipses https://screwlisp.small-web.org/programming/ksaj-ellipse-perimeters/
Kind of fun. I like that there was no difference between throwing the ellipse hulls into my simple gnuplotting and throwing both the ellipse hulls and their perimeter estimates into my gnuplotting. What do you think.
for @ksaj whom I see has just posted something else interesting I should probably add as a follow up.
My #blog article on my simple #commonlisp #gnuplot as applied to ksaj's perimeter estimate implementation.
#programming #trigonometry #lisp #ellipses #graphing #commonLisp #gnuplot #mathematics #(loosely speaking) An article that was way too hard to write for what we got. I don't know why it was so complicated. Not enough coffee today? I could have done literally anything else. At least the separately drawn coarse hulls of the ellipses look oddly charming?
https://screwlisp.small-web.org/programming/common-lisp-simple-rotated-ellipse-in-two-lines/
Please tell me all the things I have done wrong ;p
At least I noticed and put a bandaid on floats in my gnuplotting.
#programming #graphing #plotting #visualization #timeSeries #gnuplot #commonLisp #lisp #example https://screwlisp.small-web.org/programming/common-lisp-invoking-gnuplot/
I could not even find my own previous articles and #demos of this online!
I used #uiop run-program to handle one specific case like
(gnuplot "bad title" '((1 2) (3 4)) '((5 6) (7 8)))
or equivalently,
(apply 'gnuplot "bad title" '(((1 2) (3 4)) ((5 6) (7 8))))
Do you personally have an example? I remember it being hard to dredge up gnuplot examples but this is beyond silly.
Took way too long again to script with #bash, #awk, sed and #gnuplot to figure out if my solar lead-gel batteries are still doing fine. And how much capacity they might have lost in their seven years of service.
My solar charger logs to a microSD card how much charge went into or out of the batteries and the overall "State of Charge" in percent. I filtered for sequences where charge went only in one direction and at least for 3% SoC in-/decrease. Got Ah values and interpolated+averaged them.
Nice! I can now edit #gnuplot files in #VSCode and immediately when saving with ⌘S – I’m a Mac – I see the result right beneath it in #VisualStudioCode. – In case someone’s interested I’m happy to explain how to set this up. #visualization
By the way: The data visualized here was created with my #AnalogComputer „THAT“ from #anabrid.
@mms rather not cool, but somehow efficient: #awk, #gnuplot, #orgaggregate
Are there any #gnuplot experts around?
I've a few 10s of files I want to plot, each with a specific RGB colour line. I can use for for loop to iterate over the file names to plot OK, but I can;t seem to use it to iterate over the colours too. Any ideas?
plot for [dataset in "F1 F2 FZ"] dataset.".csv" for [c in "#986aba #485f8b #5e96d1"] with lines lw 2 lc rgb c
really nice short tutorials of how to plot with #gnuplot https://www.youtube.com/watch?v=9QUtcfyBFhE
Excellent! My little hybrid computing setup works fine now. An #Arduino controls the THAT („THe Analog Thing“ by anabrid) via its Hybrid port and reads out the solution of the differential equation for a damped oscillation. The data is then visualized via gnuplot on my Mac. Thanks to Prof. Bernd Ulmann for the Arduino sketch at https://github.com/anabrid/hardware/tree/main/the-analog-thing/arduino_2650_hybrid_controller
#analogcomputer #hybridcomputing #theanalogthing #anabrid #gnuplot