diff options
| author | J08nY | 2019-08-22 21:18:22 +0200 |
|---|---|---|
| committer | J08nY | 2019-08-22 21:18:22 +0200 |
| commit | 1427557f6b4ea384f48d9c63ba567f5002214531 (patch) | |
| tree | eed27ea1103e4a125a5db685c03f5a75c20aa28f /util/plot_gen.ipynb | |
| parent | 476b57ecb1962281648d97357bcc543d9d54b3c1 (diff) | |
| download | ECTester-1427557f6b4ea384f48d9c63ba567f5002214531.tar.gz ECTester-1427557f6b4ea384f48d9c63ba567f5002214531.tar.zst ECTester-1427557f6b4ea384f48d9c63ba567f5002214531.zip | |
Diffstat (limited to 'util/plot_gen.ipynb')
| -rw-r--r-- | util/plot_gen.ipynb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/plot_gen.ipynb b/util/plot_gen.ipynb index 0b97e32..8e6913f 100644 --- a/util/plot_gen.ipynb +++ b/util/plot_gen.ipynb @@ -83,7 +83,7 @@ "style = \"ggplot\"\n", "\n", "# Color map to use, and what color to assign to \"bad\" values (necessary for log_scale)\n", - "color_map = plt.cm.plasma\n", + "color_map = plt.cm.viridis\n", "color_map_bad = \"black\"\n", "\n", "# What function to use to calculate number of histogram bins of time\n", @@ -697,8 +697,8 @@ ], "metadata": { "@webio": { - "lastCommId": "654e0684d96844649d98c59269982aec", - "lastKernelId": "aa63ee10-ea6a-4bf0-9d7f-78e3bb9ee3a9" + "lastCommId": "62b9fbe51a4c472094fee49d62cdb7ec", + "lastKernelId": "a920ac21-57cb-406f-8aef-476c8b0e7df5" }, "hide_input": false, "kernelspec": { @@ -716,7 +716,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.2" + "version": "3.7.4" }, "latex_envs": { "LaTeX_envs_menu_present": true, |
