forked from geomagpy/magpy
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Delta F cannot be recalculated once plotted #20
Comments
hschovanec-usgs
added a commit
to hschovanec-usgs/magpy
that referenced
this issue
Jul 31, 2017
Delta F is recaculated whenever OnPlot is called and 'df' is in the list of keys plotted. Addresses issue usgs#20.
hschovanec-usgs
added a commit
to hschovanec-usgs/magpy
that referenced
this issue
Jul 31, 2017
Delta F is recalculated whenever OnPlot is called and 'df' is in the list of keys plotted. Addresses issue usgs#20.
hschovanec-usgs
added a commit
to hschovanec-usgs/magpy
that referenced
this issue
Jul 31, 2017
Delta F needs to be updated as flags are dropped: usgs#20. Whitespace was added to prevent truncation of header labels, especially long labels (example: the x label becomes dx vs dt after the derivative method).
hschovanec-usgs
added a commit
to hschovanec-usgs/magpy
that referenced
this issue
Aug 8, 2017
Delta F needs to be updated as flags are dropped: usgs#20. Whitespace was added to prevent truncation of header labels, especially long labels (example: the x label becomes dx vs dt after the derivative method).
hschovanec-usgs
added a commit
to hschovanec-usgs/magpy
that referenced
this issue
Aug 8, 2017
Delta F is recalculated whenever OnPlot is called and 'df' is in the list of keys plotted. Addresses issue usgs#20.
hschovanec-usgs
added a commit
to hschovanec-usgs/magpy
that referenced
this issue
Aug 14, 2017
Delta F needs to be updated as flags are dropped: usgs#20. Whitespace was added to prevent truncation of header labels, especially long labels (example: the x label becomes dx vs dt after the derivative method).
hschovanec-usgs
added a commit
to hschovanec-usgs/magpy
that referenced
this issue
Aug 14, 2017
Delta F is recalculated whenever OnPlot is called and 'df' is in the list of keys plotted. Addresses issue usgs#20.
jmfee-usgs
pushed a commit
to jmfee-usgs/magpy
that referenced
this issue
Aug 31, 2017
Delta F needs to be updated as flags are dropped: usgs#20. Whitespace was added to prevent truncation of header labels, especially long labels (example: the x label becomes dx vs dt after the derivative method).
jmfee-usgs
pushed a commit
to jmfee-usgs/magpy
that referenced
this issue
Aug 31, 2017
Delta F is recalculated whenever OnPlot is called and 'df' is in the list of keys plotted. Addresses issue usgs#20.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once Delta F is plotted, it cannot be recalculated and replotted. The Delta F button is disabled after the initial plot: https://github.com/usgs/magpy/blob/master/magpy/gui/magpy_gui.py#L1294.
The text was updated successfully, but these errors were encountered: