dice.camp is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Mastodon server for RPG folks to hang out and talk. Not owned by a billionaire.

Administered by:

Server stats:

1.8K
active users

#gnuplot

0 posts0 participants0 posts today

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

In my view that should pick the file name from the list of names and plot it with the first colour from the list of colours (rgb val)

The updated "What is Driving Criminalization of Women and LGBTQ People?" publication from Interrupting Criminalization has been published!

I contributed data collection and analysis work, with much guidance and patience from Andrea and Rachael. Data from multiple sources along different points in the incarceration pipeline, make very clear the intense level of racial bias. Seeing this, along with the recent trend in increased incarceration and criminalization was sobering.

When you hear about the administration forbidding certain words and classifications in data sets and reports, know that it is an attempt to hide this.

The data analysis work was done with #emacs #gnuplot #clojure #duckdb and #orgmode in support of #prisonabolition #decriminalization and #socialjustice

interruptingcriminalization.co

Interrupting CriminalizationWhat Is Driving Criminalization of Women and LGBTQ People? Update — Interrupting CriminalizationThis update to Interrupting Criminalization’s 2019 publication What Is Driving Criminalization of Women and LGBTQ People? comes as we enter into a new phase of rising authoritarianism and fascism across the United States, which necessarily will be operationalized through intensified policing, crimin

The interactive calculation sheet for #engineering, based on #emacs, #orgmode, #texlatex and #sympy is available in English [1], although the blog article is in German [2]. The template is also in English [3].

#Orgmode is so impressive, you could use #maxima, #octave, #gnuplot, #graphviz and almost 40 other languages with all their libraries right out of the box [4].

Have fun!

[1] vennemann-online.de/flossblog/
[2] vennemann-online.de/flossblog/
[3] vennemann-online.de/flossblog/
[4] orgmode.org/worg/org-contrib/b

FTR, this paper was written entirely in #orgmode in #Emacs: a simple export to LaTeX and then upload resulting files (including images created via src blocks, e.g. with #gnuplot, #graphviz, and #PlantUML) to #arXiv. Thank you to all the code developers for all those tools for creating such a powerful, useful, and efficient working environment for coding, analysis, and writing prose.

And all of it #FOSS!

fediscience.org/@ericsfraga/11

FediScience.orgéric 🚲 🇪🇺 :emacs: (@ericsfraga@fediscience.org)Attached: 1 image ## New paper on arXiv *A multi-agent system for hybrid optimization* by me and colleagues at #UCL #ChemicalEngineering. https://arxiv.org/abs/2501.09563 #agents #MultiAgentSystem #optimization #PSE #ProcessSystemsEngineering #HybridOptimization #JuliaLang

#gnuplot is great. I've been feeding the results of #sqlite queries into it via org-babel, and it works almost perfectly; the only exception being that I can't use column names in the gnuplot dataset.

Maybe I'll write a blog post about that... In some moderately distant future.

It feels much less accessible compared to #matplotlib, but not more so than #emacs, I guess. And it's great not to carry any dependencies except the gnuplot library, particularly for the Org Mode use case.

The charts sometimes look like a hello from the 90s, but to me it's a plus that they don't give the "matplotlib on defaults" vibe which is omnipresent in modern science :D

Whenever I make plots with Matplotlib, I end up feeling confused and uncertain about why it works. When I make plots with #Gnuplot I end up feeling satisfied that it works, and I understand why. Both are quirky and confusing every time I use them, but I always end up with a better feeling from Gnuplot. I really need to learn more about it.

Hi #PhysikEDU und #MatheEDU, kann mir jemand sagen, warum bei einer Regression verschiedene Werte rauskommen, wenn man z.B. statt in V und mm in kV und cm eintippt. #Geogebra, #gnuplot und ein TI CAS liefern jeweils das (s_y = a · U_B^b):
- V und mm → a=10003.708679618mm/v; b=-0.97498704493556≈1
- kV und cm → a=1.1890494085993cm/kV; b=-0.97498704493556≈1
- V und m → a=10.003708679618m/V; b=-0.97498704493556≈1
Warum kommt mit Potenzreg. bei kV/cm ein anderen Wert raus für a.

Is #Perl @Perl a write only language?

I say NO and show some of the goodies in the new perl versions, i.e. function signatures).
statmd.wordpress.com/2023/12/0
(cross post at #github pages)
chrisarg.github.io/Killing-It-

And in case you were wondering, this is the human #RNA length distribution graphed with #perl and #gnuplot