Conversation
Added more images for the chapter on data representations
OTTR Check ResultsSummary
🎉 All checks passed!Last Updated: 2026-07-07-19:15:29 |
|
Re-rendered previews from the latest commit:
* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea. Updated at 2026-07-07 with changes from the latest commit 6f5ee65 |
Updated links in the Violin plot example and added additional details for various plot types, but commented out ones where I don't have examples linked yet
Updated examples in the document to include citations for referenced figures and adjusted descriptions for clarity.
Added an outlined section on Confusion Matrix with descriptions, strengths, weaknesses, alternatives, and example interpretation (even though this is a machine learning field visualization, it is highly relevant to this field as well)
| ottrpal::include_slide("https://docs.google.com/presentation/d/1fu-KfdN2ldOXB49o9zdpurFbVvl1bOh8cfQ3vu0szk4/edit?slide=id.g3b3602af4d0_0_25#slide=id.g3b3602af4d0_0_25") | ||
| ``` | ||
|
|
||
| Legends are a form of labels. In some cases, directly labeling groups on a plot is preferred over using a legend. This is especially true if the data groups are fairly well separated on the plot or you can visually associate the labels with whatever channel is being used to represent the groups (e.g., color). |
There was a problem hiding this comment.
might be worth noting that this could be a good option if you have too many colors for viewers to distinguish - although faceting could also help
carriewright11
left a comment
There was a problem hiding this comment.
Looks good! could be nice to link each time we suggest alternatives to those sections
Co-authored-by: Carrie Wright <23014755+carriewright11@users.noreply.github.com>
|
Added both of your comments as issues so that I handle them later. Do the examples from the literature have too much jargon or is the level of jargon ok? |
I think it is ok because you give simpler explanations in general |
Added more images for the chapter on data representations -- focusing on visual channels and other tools such as labeling, faceting, etc
Also adding examples of standard plot types from the literature in chapter 4.
Also simplified chapter 6 for the field speicfic visualizations a little as described in issue #43 and commented out some of the plots in that chapter I can get to later