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

document plot extensibility #1836

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

document plot extensibility #1836

wants to merge 5 commits into from

Conversation

Fil
Copy link
Contributor

@Fil Fil commented Aug 25, 2023

There are a few todos… it's a lot of prose, and a bit of code.

depends on #1811

@Fil Fil requested a review from mbostock August 25, 2023 15:50
@Fil Fil mentioned this pull request Aug 25, 2023
6 tasks
@mbostock
Copy link
Member

An initial thought…

Actual difficulty is unique to each reader because it depends on the reader’s own experience and way of thinking. Regardless of what we estimate to be easy or hard, each reader will feel differently, and if our estimations don’t match, it can be discouraging or alienating.

So instead of classifying by difficulty, how about we classify by commonness or expected relevance? How likely is it that the reader will want to extend it? If we rate things by how rare or common they are, we can put the common stuff at the top to prioritize what is more likely to be relevant. It’s okay, even expected, if readers are interested in uncommon things. For example, a scale transform, bin reducer, channel transform, and custom interval implementation might all be the same assumed level of difficulty 🌶️, but I expect that the scale transform and bin reducer will be more common.

Another approach would be to group extensibility by topic area: data transformations, visual encoding, mark rendering, interaction, etc. Then within these groups, we can try to order by commonness. The current flat list feels a bit daunting!

@Fil
Copy link
Contributor Author

Fil commented Aug 26, 2023

Yeah I don't think there should be so many 🌶, it was more a manner of mapping these in my head.

Maybe we could keep just one emoji when something can be deemed more difficult, like Knuth does in the TeX book with curvy road signs:
TEX Book

The topic/commonness structure seems more natural and allows to find what you're looking for more quickly — then you look for the simplest solution that might help in that category.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants