-
Notifications
You must be signed in to change notification settings - Fork 6
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
Program crash when attempting to plot power spectrum #79
Comments
I tried the development version and got a similar error: /opt/anaconda/lib/python3.7/site-packages/sklearn/ensemble/weight_boosting.py:29: DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. It will be removed in a future NumPy release. |
Hi, Sorry, those plot options are available by default from the underlying libraries, I didn't actually implement those options. Thanks for raising I will debug them. In the mean time you could hit the show fft checkbox option and then plot that? I think the export -> SVG is probably the best way to save the plots. |
Great, thanks for your help that works well!
On Tue, 16 Oct 2018 at 11:56, Jonathan Cornford <notifications@github.com<mailto:notifications@github.com>> wrote:
Hi,
Sorry, those plot options are available by default from the underlying libraries, I didn't actually implement those options. Thanks for raising I will debug them.
In the mean time you could hit the show fft checkbox option and then plot that? I think the export -> SVG is probably the best way to save the plots.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#79 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIFhTWnBrxzhJh7OCFCGUxB1lVcGEjUtks5ula0_gaJpZM4Xd73L>.
…________________________________
UNIVERSITY OF CAPE TOWN
This e-mail is subject to the UCT ICT policies and e-mail disclaimer published on our website at http://www.uct.ac.za/about/policies/emaildisclaimer/ or obtainable from +27 21 650 9111. This e-mail is intended only for the person(s) to whom it is addressed. If the e-mail has reached you in error, please notify the author. If you are not the intended recipient of the e-mail you may not use, disclose, copy, redirect or print the content. If this e-mail is not related to the business of UCT it is sent by the sender in the sender's individual capacity.
|
When I try use one the plot option (ie if I right click on a trace) in in order to plot the power spectrum (FFT) the program crashes and I get the following error.
python start.py
/opt/anaconda/lib/python3.7/site-packages/sklearn/ensemble/weight_boosting.py:29: DeprecationWarning: numpy.core.umath_tests is an internal NumPy module and should not be imported. It will be removed in a future NumPy release.
from numpy.core.umath_tests import inner1d
/opt/anaconda/lib/python3.7/site-packages/sklearn/cross_validation.py:41: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
"This module will be removed in 0.20.", DeprecationWarning)
failed to load lineprofile
failed to load lineprofile
Traceback (most recent call last):
File "/opt/anaconda/lib/python3.7/site-packages/pyqtgraph/graphicsItems/PlotItem/PlotItem.py", line 891, in updateSpectrumMode
c.setFftMode(b)
AttributeError: 'HDF5Plot' object has no attribute 'setFftMode'
The text was updated successfully, but these errors were encountered: