René's URL Explorer Experiment


Title: geoms and scales list · Issue #79 · dxe4/python-ggplot · GitHub

Open Graph Title: geoms and scales list · Issue #79 · dxe4/python-ggplot

X Title: geoms and scales list · Issue #79 · dxe4/python-ggplot

Description: geoms 🔢 Basic 1D Geoms (Single Variable) [x ] geom_bar() geom_col() easy - planned / coming soon [ x] geom_histogram() [ x] geom_density() [ x] geom_freqpoly() [ x] geom_area() needs more tests 📈 Basic 2D Geoms (Two Variables) [ X] geom_...

Open Graph Description: geoms 🔢 Basic 1D Geoms (Single Variable) [x ] geom_bar() geom_col() easy - planned / coming soon [ x] geom_histogram() [ x] geom_density() [ x] geom_freqpoly() [ x] geom_area() needs more tests 📈 B...

X Description: geoms 🔢 Basic 1D Geoms (Single Variable) [x ] geom_bar() geom_col() easy - planned / coming soon [ x] geom_histogram() [ x] geom_density() [ x] geom_freqpoly() [ x] geom_area() needs more tests 📈 B...

Opengraph URL: https://github.com/dxe4/python-ggplot/issues/79

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"geoms and scales list","articleBody":"# geoms \n\n\n### 🔢 Basic 1D Geoms (Single Variable)\n- [x ] `geom_bar()` \n- [ ] `geom_col()`  easy - planned / coming soon\n- [ x] `geom_histogram()` \n- [ x] `geom_density()` \n- [ x] `geom_freqpoly()` \n- [ x] `geom_area()` needs more tests\n\n### 📈 Basic 2D Geoms (Two Variables)\n- [ X] `geom_point()` \n- [ X] `geom_line()` \n- [ ] `geom_path()`  easy -  planned / coming soon\n- [ ] `geom_step()` easy -  planned / coming soon\n- [ ] `geom_rug()`  easy -  planned / coming soon\n- [ ] `geom_jitter()` easy - planned / coming soon\n- [ ] `geom_count()`  easy -  planned / coming soon\n\n### 📐 Statistical Geoms\n- [X ] `geom_smooth()` Needs tests\n- [ ] `geom_quantile()` easy -  planned / coming soon\n- [ ] `geom_boxplot()` medium -  planned / coming soon\n- [ ] `geom_violin()` difficulty not known yet - planned / coming soon\n- [ ] `geom_dotplot()` \n- [ ] `geom_contour()`/`geom_contour_filled()` \n- [ ] `geom_bin2d()`/`geom_hex()` medium / hard - planned / coming soon\n\n### 🗺 Spatial/Map Geoms\n- [ ] `geom_map()` skip for now\n- [ ] `geom_sf()` skip for now\n- [ x] `geom_rect()`/`geom_tile()`  Tile is done rect planned / coming soon\n- [x ] `geom_raster()`  needs tests\n- [ ] `geom_polygon()` to plan\n\n### ✨ Specialized Geoms\n- [x ] `geom_text()`/`geom_label()` Text done, label planned\n- [ ] `geom_curve()`/`geom_segment()`  Curve done as annotation, needs geom\n- [x ] `geom_abline()`/`geom_hline()`/`geom_vline()` \n- [ x] `geom_errorbar()`/`geom_linerange()` \n- [ ] `geom_crossbar()`/`geom_pointrange()` planned / coming soon\n- [ ] `geom_ribbon()`/`geom_area()` planned / coming soon\n\n### 🔗 Extension Package Geoms (Bonus)\n- [ ] `ggrepel::geom_text_repel()` handy\n- [ ] `gganimate::geom_shadow()` \n- [ ] `ggforce::geom_bspline()` looks fun\n\n\n# scales\n\n\n\n### 🌈 Color/Fill Scales (Continuous Data)\n- [x ] `scale_color_gradient()` / `scale_fill_gradient()`  needs tests\n- [ ] `scale_color_gradient2()` / `scale_fill_gradient2()` \n- [x ] `scale_color_gradientn()` / `scale_fill_gradientn()`  needs tests\n- [ ] `scale_color_viridis_c()` / `scale_fill_viridis_c()` \n- [ ] `scale_color_distiller()` / `scale_fill_distiller()` \n\n### 🎨 Color/Fill Scales (Discrete Data)\n- [ ] `scale_color_hue()` / `scale_fill_hue()`  easy\n- [ ] `scale_color_brewer()` / `scale_fill_brewer()`  easy\n- [ ] `scale_color_viridis_d()` / `scale_fill_viridis_d()`  easy\n- [ ] `scale_color_grey()` / `scale_fill_grey()`  easy\n- [ x] `scale_color_manual()` / `scale_fill_manual()`  needs tests\n\n### 📊 Position Scales (Axes)\n- [ x] `scale_x_continuous()` / `scale_y_continuous()` \n- [ x] `scale_x_log10()` / `scale_y_log10()` needs tests and fixing\n- [ ] `scale_x_sqrt()` / `scale_y_sqrt()`  easy\n- [x ] `scale_x_reverse()` / `scale_y_reverse()`  needs tests\n- [x ] `scale_x_discrete()` / `scale_y_discrete()` \n- [ ] `scale_x_date()` / `scale_y_date()` \n- [ ] `scale_x_datetime()` / `scale_y_datetime()` \n- [ ] `scale_x_binned()` / `scale_y_binned()` \n\n### 📐 Size Scales\n- [ ] `scale_size()` \n- [ ] `scale_size_area()` \n- [x ] `scale_size_manual()`  needs tests\n- [ x] `scale_size_discrete()` needs tests\n\n### ✨ Shape/Line Type Scales\n- [ ] `scale_shape()` \n- [ ] `scale_shape_manual()` \n- [ ] `scale_linetype()` \n- [ ] `scale_linetype_manual()` \n\n### 🧊 Alpha (Transparency) Scales\n- [ ] `scale_alpha()`\n- [x ] `scale_alpha_manual()`  needs tests\n- [x ] `scale_alpha_discrete()`  needs tests\n\n### 🔄 Coordinate System Adjustments\n- [ ] `coord_cartesian()` \n- [ ] `coord_fixed()` \n- [ x] `coord_flip()`  partially done / finish and test\n- [ ] `coord_polar()` \n- [ ] `coord_trans()` \n\n### 🧩 Specialized Scales\n- [ ] `scale_width()` \n- [ ] `scale_radius()` \n- [ ] `scale_symsize()` \n- [ ] `scale_starshape()` \n- [ ] `scale_weave()` \n\n### 🔌 Extension Package Scales\n- [ ] `ggthemes::scale_color_tableau()` \n- [ ] `ggsci::scale_color_npg()` \n- [ ] `scico::scale_color_scico()` \n- [ ] `paletteer::scale_color_paletteer_d()` ","author":{"url":"https://github.com/dxe4","@type":"Person","name":"dxe4"},"datePublished":"2025-06-02T22:33:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/79/python-ggplot/issues/79"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c4ea90fc-2651-54b3-f7ae-93b4898edd5d
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8AA8:6834D:DE1165:128B4FF:69702114
html-safe-noncead5e5108d0e8937a7b1bf89a1931bffce8c88a4186915f8957344b5030a0055f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QUE4OjY4MzREOkRFMTE2NToxMjhCNEZGOjY5NzAyMTE0IiwidmlzaXRvcl9pZCI6IjI0ODM5ODYyNTQyODIxMDUxMDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac111f9469ecbf2cc4276a8e63da8275026d6f9bc9cb45be201d0762c34b8e6189
hovercard-subject-tagissue:3111827717
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/dxe4/python-ggplot/79/issue_layout
twitter:imagehttps://opengraph.githubassets.com/24911a5721bfc08561f58e038fd4653723bdba8ba54e9bef9ff920eec2524f1d/dxe4/python-ggplot/issues/79
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/24911a5721bfc08561f58e038fd4653723bdba8ba54e9bef9ff920eec2524f1d/dxe4/python-ggplot/issues/79
og:image:altgeoms 🔢 Basic 1D Geoms (Single Variable) [x ] geom_bar() geom_col() easy - planned / coming soon [ x] geom_histogram() [ x] geom_density() [ x] geom_freqpoly() [ x] geom_area() needs more tests 📈 B...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedxe4
hostnamegithub.com
expected-hostnamegithub.com
None26d344b5c41e8171f05f1b33de4ed89a222e01250099adfcd988bb0e02fd1cbb
turbo-cache-controlno-preview
go-importgithub.com/dxe4/python-ggplot git https://github.com/dxe4/python-ggplot.git
octolytics-dimension-user_id4346513
octolytics-dimension-user_logindxe4
octolytics-dimension-repository_id915397546
octolytics-dimension-repository_nwodxe4/python-ggplot
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id915397546
octolytics-dimension-repository_network_root_nwodxe4/python-ggplot
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9f0c240136b4f91bdb92e57a88ba5dc425cbdb12
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues/79#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdxe4%2Fpython-ggplot%2Fissues%2F79
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdxe4%2Fpython-ggplot%2Fissues%2F79
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=dxe4%2Fpython-ggplot
Reloadhttps://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues/79
Reloadhttps://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues/79
Reloadhttps://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues/79
dxe4 https://patch-diff.githubusercontent.com/dxe4
python-ggplothttps://patch-diff.githubusercontent.com/dxe4/python-ggplot
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fdxe4%2Fpython-ggplot
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fdxe4%2Fpython-ggplot
Star 5 https://patch-diff.githubusercontent.com/login?return_to=%2Fdxe4%2Fpython-ggplot
Code https://patch-diff.githubusercontent.com/dxe4/python-ggplot
Issues 41 https://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues
Pull requests 0 https://patch-diff.githubusercontent.com/dxe4/python-ggplot/pulls
Actions https://patch-diff.githubusercontent.com/dxe4/python-ggplot/actions
Projects 0 https://patch-diff.githubusercontent.com/dxe4/python-ggplot/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/dxe4/python-ggplot/security
Please reload this pagehttps://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues/79
Insights https://patch-diff.githubusercontent.com/dxe4/python-ggplot/pulse
Code https://patch-diff.githubusercontent.com/dxe4/python-ggplot
Issues https://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues
Pull requests https://patch-diff.githubusercontent.com/dxe4/python-ggplot/pulls
Actions https://patch-diff.githubusercontent.com/dxe4/python-ggplot/actions
Projects https://patch-diff.githubusercontent.com/dxe4/python-ggplot/projects
Security https://patch-diff.githubusercontent.com/dxe4/python-ggplot/security
Insights https://patch-diff.githubusercontent.com/dxe4/python-ggplot/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/dxe4/python-ggplot/issues/79
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/dxe4/python-ggplot/issues/79
geoms and scales listhttps://patch-diff.githubusercontent.com/dxe4/python-ggplot/issues/79#top
todolisttodolisthttps://github.com/dxe4/python-ggplot/issues?q=state%3Aopen%20label%3A%22todolist%22
https://github.com/dxe4
https://github.com/dxe4
dxe4https://github.com/dxe4
on Jun 2, 2025https://github.com/dxe4/python-ggplot/issues/79#issue-3111827717
todolisttodolisthttps://github.com/dxe4/python-ggplot/issues?q=state%3Aopen%20label%3A%22todolist%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.