diff --git a/doc/users/next_whats_new/2017-10_capstyle.rst b/doc/users/next_whats_new/2017-10_capstyle.rst new file mode 100644 index 000000000000..3a2ecbfb72dd --- /dev/null +++ b/doc/users/next_whats_new/2017-10_capstyle.rst @@ -0,0 +1,7 @@ + +Add ``capstyle`` and ``joinstyle`` attributes to `Collection` +------------------------------------------------------------- + +The `Collection` class now has customizable ``capstyle`` and ``joinstyle`` +attributes. This allows the user for example to set the ``capstyle`` of +errorbars. diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index 525118696633..362384db8c94 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -246,13 +246,6 @@ volumetric model. Improvements ++++++++++++ -Add ``capstyle`` and ``joinstyle`` attributes to `Collection` -------------------------------------------------------------- - -The `Collection` class now has customizable ``capstyle`` and ``joinstyle`` -attributes. This allows the user for example to set the ``capstyle`` of -errorbars. - CheckButtons widget ``get_status`` function -------------------------------------------