We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./gplvm gnuplot oil100.model oil100
adds following lines at the beginning of the file that cannot be parsed by gnuplot
version=0.200000 baseType=matrix type=doubleMatrix numRows=1000 numCols=3
in files *_variance_matrix.dat and _latent_data.dat
I need to remove them otherwise gnuplot cannot parse the files
The text was updated successfully, but these errors were encountered:
Yes, I think that's an update to one part of the API that broke gnuplot compatibility.
It's not something I'll have time to fix at the moment, but feel free to take a look at the code if you have time.
Sorry, something went wrong.
No branches or pull requests
./gplvm gnuplot oil100.model oil100
adds following lines at the beginning of the file that cannot be parsed by gnuplot
version=0.200000
baseType=matrix
type=doubleMatrix
numRows=1000
numCols=3
in files *_variance_matrix.dat and _latent_data.dat
I need to remove them otherwise gnuplot cannot parse the files
The text was updated successfully, but these errors were encountered: