ekg

How to draw multiple line graph by using matplotlib in Python

a 夏天 提交于 2019-12-25 09:19:32
问题 I want to create a Full 12 Leads EKG graph by using matplotlib in Python 2.7, so I had already wrote down some code to represent each lead (using subplot), but it have an issue about drawing a grid on sub-graph. Then I try to find a new solution to ploy all 12 leads within the same graph like this picture below I have the list of data like this.... x = [1,2,3,4,5,....] lead1 = [-39,-34,-36,-38,.... ] lead2 = [-40,-44,-86,-28,.... ] . . lead12 = [-30,-27,-80,-69,.... ] Could you give me some

Why do I have to remove `ekg` from build-deps for haskell stack/cabal to find my dll on Windows?

大憨熊 提交于 2019-12-11 04:12:30
问题 I'm building a Haskell 7.10 project that depends on tdsodbc.dll, using stack v1.7.1 on Windows, everything 64-bit. I have tdsodbc.dll in the lib folder of the project, and extra-lib-dirs: lib and extra-libraries: tdsodbc in the .cabal. But when I compile, I get Missing C library: tdsodbc when stack runs cabal configure . I've tried putting extra-lib-dirs: [lib] in stack.yaml , and I can see from that configure command that it has put --extra-lib-dirs=C:\Users\Kevin\src\theproject\lib on the