From f3618ac27fcab6b8aac85094893f9d7b3613b00e Mon Sep 17 00:00:00 2001 From: Steven Hahn <hahnse@ornl.gov> Date: Thu, 20 Dec 2018 13:34:18 -0500 Subject: [PATCH] release notes. --- docs/source/release/v3.14.0/ui.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/release/v3.14.0/ui.rst b/docs/source/release/v3.14.0/ui.rst index 14428219406..d3edb65b6e9 100644 --- a/docs/source/release/v3.14.0/ui.rst +++ b/docs/source/release/v3.14.0/ui.rst @@ -81,4 +81,14 @@ BugFixes - Fixed issue where an open set of data from ITableWorkspace wouldn't update if the data was changed via python - Fixed an issue where MantidPlot would crash when renaming workspaces. +MantidWorkbench +--------------- + +Changes +####### +- Colorfill plots with uniform bin widths were made more responsive by resampling to 4K resolution and using :func:`~mantid.plots.MantidAxes.imshow`. + +BugFixes +######## + :ref:`Release 3.14.0 <v3.14.0>` -- GitLab