- 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
-
- Jun 27, 2015
-
-
Paul McCarthy authored
float properties. Improved zoom mode
-
Paul McCarthy authored
-
- Jun 26, 2015
-
-
Paul McCarthy authored
to time courses. Improved time series control panel layout too.
-
Paul McCarthy authored
user to configure panel display. Need to fix axis limits in log scale mode
-
- Jun 25, 2015
-
-
Paul McCarthy authored
display properties can be modified via little widgets on time series list panel.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-