probability, not frequency
Bernhard Reiter
bernhard at intevation.de
Tue Jun 26 21:42:31 CEST 2001
On Tue, Jun 26, 2001 at 07:21:18AM -0400, Alexandre Cunha wrote:
> questions: is there a way to get the probability instead of the
> frequency values in the distribution histogram plots ?
I don't think so, but you can add it easily.
The function plot_histo could be copied and plotting with steps.
You need to call it from a function like histogram() just adding the
number from the previous class.
> also, how can i force statist to plot within a y-range i specify ? i
> could not do it even specifying the y-range before any plotting is done.
> a replot would not accept changes in range values.
Just looked it up in the source code:
statist uses plot commands specifying the ranges, like
"plot [%g:%g][%i:%i] '%s' with boxes linetype linetype"
You have two possibilities:
Change this in plot.c and recompile.
Check the last plot command with "show all" and
copy it replacing the ranges with something better.
Hope this gives some hints,
Bernhard
--
Professional Service around Free Software (intevation.net)
The FreeGIS Project (freegis.org)
Association for a Free Informational Infrastructure (ffii.org)
FSF Europe (fsfeurope.org)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 248 bytes
Desc: not available
Url : http://www.intevation.de/pipermail/statist-list/attachments/20010626/c52ac013/attachment.bin
More information about the Statist-list
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)