Skip to content

Commit 1dc031e

Browse files
Update color map
1 parent ca6d20f commit 1dc031e

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed
-16.3 KB
Binary file not shown.

benchmarks/cfd/mgn_cylinder_flow/mgn_cylinder_flow.ipynb

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7836,7 +7836,7 @@
78367836
" scalars=\"velocity_magnitude\",\n",
78377837
" lighting=False,\n",
78387838
" show_edges=False,\n",
7839-
" cmap=cm.batlow,\n",
7839+
" cmap=cm.oslo,\n",
78407840
" clim=[\n",
78417841
" np.min(updated_velocity_magnitudes),\n",
78427842
" np.max(updated_velocity_magnitudes),\n",
@@ -7864,7 +7864,7 @@
78647864
" scalars=\"predicted_velocity_magnitude\",\n",
78657865
" lighting=False,\n",
78667866
" show_edges=False,\n",
7867-
" cmap=cm.batlow,\n",
7867+
" cmap=cm.oslo,\n",
78687868
" clim=[\n",
78697869
" np.min(updated_velocity_magnitudes),\n",
78707870
" np.max(updated_velocity_magnitudes),\n",
@@ -7939,7 +7939,36 @@
79397939
"execution_count": null,
79407940
"id": "9690c9ef",
79417941
"metadata": {},
7942-
"outputs": [],
7942+
"outputs": [
7943+
{
7944+
"data": {
7945+
"application/vnd.jupyter.widget-view+json": {
7946+
"model_id": "f417579342af485395400d6843683754",
7947+
"version_major": 2,
7948+
"version_minor": 0
7949+
},
7950+
"text/plain": [
7951+
"Inference: 0%| | 0/300 [00:00<?, ?it/s]"
7952+
]
7953+
},
7954+
"metadata": {},
7955+
"output_type": "display_data"
7956+
},
7957+
{
7958+
"data": {
7959+
"application/vnd.jupyter.widget-view+json": {
7960+
"model_id": "4187872c25384155adea7bae0e1b1e8f",
7961+
"version_major": 2,
7962+
"version_minor": 0
7963+
},
7964+
"text/plain": [
7965+
"Generating frames: 0%| | 0/300 [00:00<?, ?it/s]"
7966+
]
7967+
},
7968+
"metadata": {},
7969+
"output_type": "display_data"
7970+
}
7971+
],
79437972
"source": [
79447973
"# Set logging configuration to WARNING to avoid excessive output from PyVista\n",
79457974
"logger = logging.getLogger()\n",
@@ -8011,4 +8040,4 @@
80118040
},
80128041
"nbformat": 4,
80138042
"nbformat_minor": 5
8014-
}
8043+
}

0 commit comments

Comments
 (0)