Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use real data for Taylor diagram #19

Merged
merged 8 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# Advanced Visualization Cookbook

[![nightly-build](https://github.com/ProjectPythia/advanced-viz-cookbook-template/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/advanced-viz-cookbook/actions/workflows/nightly-build.yaml)
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/advanced-viz-cookbook/main?labpath=notebooks)
[![DOI](https://zenodo.org/badge/671205314.svg)](https://zenodo.org/badge/latestdoi/671205314)

Expand Down
4 changes: 2 additions & 2 deletions notebooks/good-viz.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"\n",
"### What's next?\n",
"\n",
"[Plot Elements](plot-elements)\n"
"Let's break down the different components of data visualization in [Plot Elements](plot-elements).\n"
]
},
{
Expand All @@ -296,7 +296,7 @@
"- [Same Stats Different Graphs: Generating Datasets with Varied Appearance and\n",
"Identical Statistics through Simulated Annealing](https://www.research.autodesk.com/app/uploads/2023/03/same-stats-different-graphs.pdf_rec2hRjLLGgM7Cn2T.pdf)\n",
"- Alberto Cairo's How Charts Lie: Getting Smarter about Visual Information\n",
"- [Misleading Data Visualization – What to Avoid](https://blog.coupler.io/misleading-data-visualization-examples/#:~:text=A%20very%20common%20misleading%20data,truncated%20graph%20might%20distort%20data.)"
"- [Misleading Data Visualization – What to Avoid](https://blog.coupler.io/misleading-data-visualization-examples/)"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion notebooks/plot-elements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"\n",
"### What's next?\n",
"\n",
"[Specialty Plots: Taylor Diagrams](taylor-diagrams)"
"Next up, the specialty plots called [Taylor Diagrams](taylor-diagrams)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/spagetti.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@
"\n",
"### What's next?\n",
"\n",
"Next up let's discuss elements of [Visualization of Unstructured Grids](uxarray)."
"Next up let's discuss [Animation](animation)."
]
},
{
Expand Down
448 changes: 331 additions & 117 deletions notebooks/taylor-diagrams.ipynb

Large diffs are not rendered by default.

Loading