How do I create a 3d phase-space plot in gnuplot?
问题 See this article Enclosed, but not Encrypted. I have some binary data. I want to perform the gnuplots shown in that article, but using my data. For a three-dimensional phase-space plot, the sequence a, b, c, d, e, f, etc. can be used as space coordinates (a-b, b-c, c-d), (b-c, c-d, d-e), (c-d, d-e, e-f), etc. Patterns in the plot created reveal recurring relations between subsequent sequences. In this phase plot, 50,000 16-bit random numbers would produce an unstructured cloud of dots. I want