This website requires JavaScript.
Explore
Help
Sign in
Stephan
/
gpthist
Watch
1
Star
0
Fork
You've already forked gpthist
0
mirror of
https://codeberg.org/ET-Kiel/gpthist.git
synced
2026-05-01 13:34:22 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
master
gpthist
/
Makefile
6 lines
67 B
Makefile
Raw
Permalink
Normal View
History
Unescape
Escape
hist.c implement hist in C TODO: swap x and y, since gnuplot binary docu seems to be wrong :-) > The `binary matrix` format contains a two dimensional array of 32 bit IEEE > float values plus an additional column and row of coordinate values. In the > `using` specifier of a plot command, column 1 refers to the matrix row > coordinate, column 2 refers to the matrix column coordinate, and column 3 > refers to the value stored in the array at those coordinates. Does the row move fast or slow?
2023-10-31 15:57:27 +01:00
#! /usr/bin/make -f
Makefile: -O2
2023-11-01 10:02:56 +01:00
CFLAGS
=
-g -O2
hist.c implement hist in C TODO: swap x and y, since gnuplot binary docu seems to be wrong :-) > The `binary matrix` format contains a two dimensional array of 32 bit IEEE > float values plus an additional column and row of coordinate values. In the > `using` specifier of a plot command, column 1 refers to the matrix row > coordinate, column 2 refers to the matrix column coordinate, and column 3 > refers to the value stored in the array at those coordinates. Does the row move fast or slow?
2023-10-31 15:57:27 +01:00
LOADLIBES
=
-lm
hist
:
hist
.
c
Reference in a new issue
Copy permalink