[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Error checking in scatterplot
From: |
John Darrington |
Subject: |
Error checking in scatterplot |
Date: |
Tue, 16 Jun 2015 21:11:43 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Just checking ....
This fragment from src/language/stats/graph.c :
if (graph.scatter_type == ST_BIVARIATE && graph.n_dep_vars != 2)
{
lex_error (lexer, _("Only one variable is allowed."));
goto error;
}
The error message does not seem to fit the condition. Should one or the other
be
updated?
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- Error checking in scatterplot,
John Darrington <=