Skip to content
New issue

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

The data points extracted are in the wrong order. #308

Open
wxzforever opened this issue Nov 10, 2023 · 3 comments
Open

The data points extracted are in the wrong order. #308

wxzforever opened this issue Nov 10, 2023 · 3 comments

Comments

@wxzforever
Copy link

The data points extracted are in the wrong order. For example, I have a curve like a circle. When I extracted the points and re-drawed the graph, the order of the points was not in clockwise or counterclockwise order.
Suppose the circle is divided into upper and lower parts, then the extracted points are one above, one below, one above and one below.

So simply put, if the curve is a circle, the data points are not arranged in clockwise or counterclockwise order.

Fig 1
Fig 2
Fig 3

@nbehrnd
Copy link
Contributor

nbehrnd commented Nov 10, 2023 via email

@nbehrnd
Copy link
Contributor

nbehrnd commented Nov 10, 2023

I was able to record a silent .mp4 about how I suggest to proceed. This, the raw data, and an extracted sweep of oxidation/reduction as individual .csv files are enclosed in the .zip attached below (consider about 2 MB in total file size to fetch the attachement).

digitize_cv.zip

If one provides the data e.g. to gnuplot, the CV duck looks very similar to the one in the publication. Except for the termini, however one easily can move the digitized points in the digitizer prior to their export:

test

(Little particularity for gnuplot: by default it assumes the columns to be separated by white space. But it is not problematic as one can reload the archived project, and change the column separator to an explicit blank space. As use of gnuplot appears to be less widespread than as it once used to be, I intentionally wrote the corresponding scripts a bit in a way you can see both the long/verbose form of some of the commands, as well their short version. For more information about the program, visit the gnuplot.info web page.)

test_plots.zip

Note that the digitized data are distorted; instead of -20 I erroneously defined -30 as the lower reference value of the ordinate (about 38s into the video). While this affects the data, it does not invalidate the method per sé.

@nbehrnd
Copy link
Contributor

nbehrnd commented Dec 8, 2023

@wxzforever About a month after the question was addressed and one approach to tackle the problem was provided I would suggest if the problem still exist, please clarify. Else if the problem was resolved, close the ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants