Thread View: comp.graphics.apps.gnuplot
1 messages
1 total messages
Started by u600256@rho.lanl
Wed, 28 Aug 1996 00:00
Re: transformed axis
Author: u600256@rho.lanl
Date: Wed, 28 Aug 1996 00:00
Date: Wed, 28 Aug 1996 00:00
24 lines
933 bytes
933 bytes
In message-Id: <5019gq$t29@falcon.le.ac.uk> "Dr E. Buxbaum" <EB15@le.ac.uk> writes: > Is there any possibility of using arbitrary transforms for the axis of a > plot (like log axis, but with different functions). They are used > frequently in enzyme kinetics and thermodynamics, like Linweaver-Burk > plot (1/x vs 1/y), Arrhenius plot (1/x vs log(y)) and so on. Although the > linearization is no longer needed to fit modells to the data, they do > make it easy to see, whether or not the data actually follow the model > (departures from a straight line are easier to see than departures from a > curve). gnuplot 3.6 has an extended 'using' syntax that allows just such data manipulation -- you can do things like plot 'data' using (f($1)):(g($2,$3)) where f(x) will be used instead of x and g(y,z) will be used instead of y. The "$n" construct means "the datum in column n". Dick Crawford, aka rccrawford@lanl.gov
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads