Skip to content

Commit

Permalink
Add a 3d example.
Browse files Browse the repository at this point in the history
Skipped, because it can't be plotted.
  • Loading branch information
bgrant committed Mar 26, 2014
1 parent 269c8ba commit d407ee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/plot_distarray_protocol.py
Expand Up @@ -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',
Expand Down

0 comments on commit d407ee8

Please sign in to comment.