René's URL Explorer Experiment


Title: How to create polar plots with Csharp · plotly/Plotly.NET · Discussion #432 · GitHub

Open Graph Title: How to create polar plots with Csharp · plotly/Plotly.NET · Discussion #432

X Title: How to create polar plots with Csharp · plotly/Plotly.NET · Discussion #432

Description: How to create polar plots with Csharp

Open Graph Description: Is there any support for producing polar plots with C# using Plotly.NET? The documentation only has F# code.

X Description: Is there any support for producing polar plots with C# using Plotly.NET? The documentation only has F# code.

Opengraph URL: https://github.com/plotly/Plotly.NET/discussions/432

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"How to create polar plots with Csharp","text":"

Is there any support for producing polar plots with C# using Plotly.NET? The documentation only has F# code.

","upvoteCount":1,"answerCount":3,"acceptedAnswer":{"@type":"Answer","text":"

yes it is, the respective member is however on the AngularAxis object which is not wrapped in the CSharp lib. You can fallback on mixing both APIs, but will have to prefix the calls:

\n
using Plotly.NET.CSharp;\nusing Plotly.NET;\nusing Plotly.NET.LayoutObjects;\n\nvar c = \n    Plotly.NET.CSharp.Chart.PointPolar<int, int, string>(\n        theta: new[] { 0, 45, 90, 180, 270, 360 },\n        r: new[] { 1, 2, 3, 4, 5, 6 }\n    );\n\nPlotly.NET.Chart.WithAngularAxis(\n    AngularAxis.init<int, int, int, int, int, int>(Rotation: 270)\n).Invoke(c)
\n

\"image\"

\n

I'll go ahead and close this, please use either the Github discussions tab or the discord for questions - issues are more intended for bugs and feature requests

","upvoteCount":1,"url":"https://github.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465300"}}}

route-pattern/_view_fragments/Voltron::DiscussionsFragmentsController/show/:user_id/:repository/:discussion_number/discussion_layout(.:format)
route-controllervoltron_discussions_fragments
route-actiondiscussion_layout
fetch-noncev2:773d257f-7a9f-47c9-4252-7b4b4b237a24
current-catalog-service-hash9f0abe34da433c9b6db74bffa2466494a717b579a96b30a5d252e5090baea7be
request-idCCFA:4FF7B:330191:433DFB:698EBEBA
html-safe-nonced0911a7b58e126edeb55330fc3467aba98810efbed61ec4dc4c4e2401d821b81
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQ0ZBOjRGRjdCOjMzMDE5MTo0MzNERkI6Njk4RUJFQkEiLCJ2aXNpdG9yX2lkIjoiMTIyNzI2Nzc4OTcwMzUyODEyMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacde4907692cf51e0284329a065dc2f5eb0b0af3334a72e1ec95defe54ce600749
hovercard-subject-tagdiscussion:5808284
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/discussions_fragments/discussion_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/Voltron::DiscussionsFragmentsController/show/plotly/Plotly.NET/432/discussion_layout
twitter:imagehttps://opengraph.githubassets.com/9dd2da3e9cabd713b73b7323da511dbb4db1b0098ce56ecdd9d4a70eb5b306c5/plotly/Plotly.NET/discussions/432
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9dd2da3e9cabd713b73b7323da511dbb4db1b0098ce56ecdd9d4a70eb5b306c5/plotly/Plotly.NET/discussions/432
og:image:altIs there any support for producing polar plots with C# using Plotly.NET? The documentation only has F# code.
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonecb2828a801ee6b7be618f3ac76fbf55def35bbc30f053a9c41bf90210b8b72ba
turbo-cache-controlno-preview
go-importgithub.com/plotly/Plotly.NET git https://github.com/plotly/Plotly.NET.git
octolytics-dimension-user_id5997976
octolytics-dimension-user_loginplotly
octolytics-dimension-repository_id58708375
octolytics-dimension-repository_nwoplotly/Plotly.NET
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id58708375
octolytics-dimension-repository_network_root_nwoplotly/Plotly.NET
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
releasee6b91a7e6e46287d26887e3fb7a4161657bab8f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2FPlotly.NET%2Fdiscussions%2F432
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%2Fplotly%2FPlotly.NET%2Fdiscussions%2F432
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%2Fdiscussions_fragments%2Fdiscussion_layout&source=header-repo&source_repo=plotly%2FPlotly.NET
Reloadhttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
Reloadhttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
Reloadhttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
plotly https://patch-diff.githubusercontent.com/plotly
Plotly.NEThttps://patch-diff.githubusercontent.com/plotly/Plotly.NET
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fplotly%2FPlotly.NET
Fork 101 https://patch-diff.githubusercontent.com/login?return_to=%2Fplotly%2FPlotly.NET
Star 834 https://patch-diff.githubusercontent.com/login?return_to=%2Fplotly%2FPlotly.NET
Code https://patch-diff.githubusercontent.com/plotly/Plotly.NET
Issues 43 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/issues
Pull requests 3 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/pulls
Discussions https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions
Actions https://patch-diff.githubusercontent.com/plotly/Plotly.NET/actions
Projects 0 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/projects
Security 0 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/security
Insights https://patch-diff.githubusercontent.com/plotly/Plotly.NET/pulse
Code https://patch-diff.githubusercontent.com/plotly/Plotly.NET
Issues https://patch-diff.githubusercontent.com/plotly/Plotly.NET/issues
Pull requests https://patch-diff.githubusercontent.com/plotly/Plotly.NET/pulls
Discussions https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions
Actions https://patch-diff.githubusercontent.com/plotly/Plotly.NET/actions
Projects https://patch-diff.githubusercontent.com/plotly/Plotly.NET/projects
Security https://patch-diff.githubusercontent.com/plotly/Plotly.NET/security
Insights https://patch-diff.githubusercontent.com/plotly/Plotly.NET/pulse
Answered https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465300
kMutagenehttps://patch-diff.githubusercontent.com/kMutagene
jackthomas818 https://patch-diff.githubusercontent.com/jackthomas818
Q&Ahttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/categories/q-a
How to create polar plots with Csharp https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#top
jackthomas818 https://patch-diff.githubusercontent.com/jackthomas818
Answered https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465300
kMutagenehttps://patch-diff.githubusercontent.com/kMutagene
Return to tophttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#top
Please reload this pagehttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
jackthomas818 https://patch-diff.githubusercontent.com/jackthomas818
Oct 24, 2023 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#discussion-5808284
Give feedback.https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
kMutagene https://patch-diff.githubusercontent.com/kMutagene
Oct 26, 2023 https://github.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465300
Github discussionshttps://github.com/plotly/Plotly.NET/discussions
discordhttps://discord.gg/k3kUtFY8DB
View full answer https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465300
Oldest https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432?sort=old
Newest https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432?sort=new
Top https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432?sort=top
Please reload this pagehttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
kMutagene https://patch-diff.githubusercontent.com/kMutagene
Oct 25, 2023 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465298
@jackthomas818https://github.com/jackthomas818
https://plotly.net/#Installationhttps://plotly.net/#Installation
https://private-user-images.githubusercontent.com/21338071/277916041-cd344e0d-df0a-43f4-80c1-564cfcbd5ae9.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzA5NjI5MTgsIm5iZiI6MTc3MDk2MjYxOCwicGF0aCI6Ii8yMTMzODA3MS8yNzc5MTYwNDEtY2QzNDRlMGQtZGYwYS00M2Y0LTgwYzEtNTY0Y2ZjYmQ1YWU5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjEzVDA2MDMzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJmM2FjZTNmNzA2Mjk2Yzk4NmJjOTNhNjZmMzhlNWJjODU1MDUyNWNkNmUwZGI3YTI0ODM3NmMzYWY3OTFkZmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zITgswQfnsOC_ktj3fGgBGKIwmnFrBjUnuSr7PzDiSk
Give feedback.https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
Please reload this pagehttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
jackthomas818 https://patch-diff.githubusercontent.com/jackthomas818
Oct 25, 2023 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465299
Give feedback.https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
Please reload this pagehttps://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
kMutagene https://patch-diff.githubusercontent.com/kMutagene
Oct 26, 2023 https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432#discussioncomment-7465300
https://private-user-images.githubusercontent.com/21338071/278231323-8f48dd40-823c-4c00-860a-4e2ca4b31eeb.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzA5NjI5MTgsIm5iZiI6MTc3MDk2MjYxOCwicGF0aCI6Ii8yMTMzODA3MS8yNzgyMzEzMjMtOGY0OGRkNDAtODIzYy00YzAwLTg2MGEtNGUyY2E0YjMxZWViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwMjEzVDA2MDMzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY1ZmFhY2VhZjM5MTQ1Mzc2ZTQ3N2JhNzdjMjY1MTFhOWE0ZTA0NzQ4OWJjZjJkZmNjNTU3MjUyOTIzMTM5MWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DxK02Ni6YZcFLO9AK5vpY08TsbfNYsjMZHJ-a8mXdqQ
Github discussionshttps://github.com/plotly/Plotly.NET/discussions
discordhttps://discord.gg/k3kUtFY8DB
Give feedback.https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
kMutagenehttps://patch-diff.githubusercontent.com/kMutagene
Sign up for freehttps://patch-diff.githubusercontent.com/join?source=comment-repo
Sign in to commenthttps://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fplotly%2FPlotly.NET%2Fdiscussions%2F432
🙏 Q&A https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/categories/q-a
https://patch-diff.githubusercontent.com/jackthomas818
https://patch-diff.githubusercontent.com/kMutagene
#427https://patch-diff.githubusercontent.com/plotly/Plotly.NET/issues/427
https://patch-diff.githubusercontent.com/plotly/Plotly.NET/discussions/432
https://patch-diff.githubusercontent.com/settings/replies?return_to=1
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.