From d407ee8e893169a66815d7525d23364a93d03f8a Mon Sep 17 00:00:00 2001 From: Robert David Grant Date: Wed, 26 Mar 2014 15:29:34 -0500 Subject: [PATCH] Add a 3d example. Skipped, because it can't be plotted. --- examples/plot_distarray_protocol.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/plot_distarray_protocol.py b/examples/plot_distarray_protocol.py index 1cbfd135..c28cca86 100644 --- a/examples/plot_distarray_protocol.py +++ b/examples/plot_distarray_protocol.py @@ -253,6 +253,13 @@ def create_distribution_plot_and_documentation_all(context, add_header=False): 'filename': 'plot_cyclic_cyclic.png', 'dist': ('c', 'c'), }, + {'skip': True, + 'shape': (5, 9, 3), + 'title': 'Cyclic, Block, Cyclic', + 'labels': ('c', 'b', 'c'), + 'filename': 'plot_cyclic_block_cyclic.png', + 'dist': ('c', 'b', 'c'), + }, # regular-block, irregular-block {'shape': (5, 9), 'title': 'Block, Irregular-Block',