Eric S Fraga <e.fr...@ucl.ac.uk> writes: > Hello all, > > as I recently updated org, I seem to have run into a bug with ob-gnuplot > (or ob more generally) where data from a table are not interpreted > correctly. Specifically, if the first column entry in a row is a > negative number, the data file created for use by gnuplot consists of > only - signs, not the actual numbers. > ... > looks like this: > > ,---- > | -------------- > | -------------- > | -------------- > | -------------- > | 0 0 > | 1 1 > | 2 4 > | 3 9 > | 4 16 > `----
Ouch. Sorry for this. This was introduced by fixing another bug. Should be fixed on main now. Best, Ihor