-
Notifications
You must be signed in to change notification settings - Fork 314
Annotations not showing? #78
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
Comments
My plotrec functionality is rather limited in that it only plots one symbol (default is the red star), rather than the annotation label symbols. There is nothing being done incorrectly. I will add the symbol plotting functionality at some point in the future (unless someone else does it first). |
Is the meaning of the star the same as in PhysioBank's annotations? (i.e. * = systole). How do would I go about choosing and plotting the "V" symbol then? |
No, it's just the default symbol for the plotrec function. You can read the doc and input any other style/symbol to plot. The symbols are stored in the Annotation object's |
I added the |
I downloaded Record 208 from the database, and this record is known to contain many PVCs (annotated as "V"). The signals above contain many PVCs but have no "V" annotations - only "*"s are shown. This seems to happen for any record / sample period I try. The only annotations that show are "*"s. Not sure if I'm reading in the annotations incorrectly or an issue elsewhere.
The text was updated successfully, but these errors were encountered: