- Jul 08, 2015
-
-
Paul McCarthy authored
and residuals.
-
Paul McCarthy authored
sum. 'Current time course' settings only shown if current time course is being shown. Other little changes.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jul 07, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
design a bit. Partial model fits are not being calculated correctly.
-
Paul McCarthy authored
method). This is really just for the 'current' time series, so that e.g. FEAT settings will persist with location changes. On the topic of FEAT settings, when the selected overlay is a FEATImage, a new settings group appears in the TSControlPanel allowing the user to change FEAT settings for the 'current' TS plot. Non-functional currently, but the GUI is there.
-
Paul McCarthy authored
-
- Jul 06, 2015
-
-
Paul McCarthy authored
stuff. Overlay load function auto-detects FEAT-like images and creates FEATImage instances instead of Image instances where necessary.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
group in HistogramControlPanel.
-
Paul McCarthy authored
HistogramListPanel (if it exists) via a slightly convoluted process involving the 'HistogramPanel.selectedSeries' property.
-
Paul McCarthy authored
subclasses manage their properties separately. New property on HistogramPanel - selectedSeries - which will be used to link the HistogramListPanel with the HistogramControlPanel without them explicitly knowing about each other.
-
- Jul 02, 2015
-
-
Paul McCarthy authored
creating RGB array - this allows us to save as PDF/SVG/etc/etc.
-
Paul McCarthy authored
its functionlaity is used, but it is not displayed. Log plots are now done using matplotlib scale='log'. Ticks are now automatically generated by matplotlib instead of being manually generated by me.
-
- Jul 01, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
unexpected behaviour by the scipy splrep function
-
Paul McCarthy authored
time when properties change.
-
Paul McCarthy authored
have to be re-calculated every time the selected overlay changes. More logging in HistogramPanel.
-
Paul McCarthy authored
initial histogram calculation.
-
- Jun 30, 2015
-
-
Paul McCarthy authored
avoid having to perform the initial data range/histogram calculation
-
Paul McCarthy authored
in end-bins of histogram. Tweaks to histogram data to make it look better (i.e. plot ends finish at y=0.0). PlotPanel.drawDataSeries accepts arbitrary **kwargs which are passed through to the plt.plot function (and used by the HistogramPanel to draw histograms as step plots).
-
Paul McCarthy authored
enabling. Was caused by bug in the props bindable module.
-
- Jun 29, 2015
-
-
Paul McCarthy authored
due to the random creation of a VolumeOpts instance. To fix this, I updated the Display class to accept an overlayType in the constructor, and accordingly updated DC.getDisplay/getOpts methods. But display range reset still occurring, so I need to do some bug finding. Associated bugfix to ColourMapTexture border setting.
-
Paul McCarthy authored
on the HistogramSeries class.
-
Paul McCarthy authored
HistogramPanel nicer) at a later date.
-
Paul McCarthy authored
HistogramListPanel
-
Paul McCarthy authored
is done by subclasses. This is due to HistogramPanel.autoBin complicatedness - the data series need to be refreshed before the plot is refreshed.
-
Paul McCarthy authored
PlotControlPanel, which is now embedded in the TimeSeriesControlPanel.
-
Paul McCarthy authored
are not recalculated if they've already been calculated.
-
Paul McCarthy authored
plot list and control panels
-
- Jun 28, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
HistogramPanel)
-
Paul McCarthy authored
used by HistogramPanel
-
Paul McCarthy authored
-