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

Changes that were failing - add them back? #25

Merged
merged 14 commits into from
Nov 28, 2023
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
70,498 changes: 70,493 additions & 5 deletions notebooks/animation.ipynb

Large diffs are not rendered by default.

153 changes: 153 additions & 0 deletions notebooks/data/gjt_sounding.csv

Large diffs are not rendered by default.

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
Binary file added notebooks/images/animation_colorbar_oops.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Loading