René's URL Explorer Experiment


Title: Incorrect plot when arguments are blocks of an Eigen::Matrix · Issue #2 · Cryoris/matplotlib-cpp · GitHub

Open Graph Title: Incorrect plot when arguments are blocks of an Eigen::Matrix · Issue #2 · Cryoris/matplotlib-cpp

X Title: Incorrect plot when arguments are blocks of an Eigen::Matrix · Issue #2 · Cryoris/matplotlib-cpp

Description: If I declare an Eigen::Matrix _2D_data; /* The initialization does not matter. The first row holds the x-coordinates, and the second row holds the y- coordinates. */ and I want to call plt::plot(_2D_data.row(1), _2D_data.row(2)); the res...

Open Graph Description: If I declare an Eigen::Matrix _2D_data; /* The initialization does not matter. The first row holds the x-coordinates, and the second row holds the y- coordinates. */ and I want to call plt::plot(_2...

X Description: If I declare an Eigen::Matrix _2D_data; /* The initialization does not matter. The first row holds the x-coordinates, and the second row holds the y- coordinates. */ and I want to call plt::plot(_2...

Opengraph URL: https://github.com/Cryoris/matplotlib-cpp/issues/2

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Incorrect plot when arguments are blocks of an Eigen::Matrix","articleBody":"If I declare an\r\n\r\nEigen::Matrix _2D_data; /* The initialization does not matter. The first row holds the x-coordinates, and the second row holds the y- \r\n                                          coordinates. */\r\n\r\nand I want to call\r\n\r\nplt::plot(_2D_data.row(1), _2D_data.row(2));\r\n\r\nthe resulting plot will not be correct. Around 50% of the points will have their coordinates reversed (the x-coordinates will become y-coordinates and vice-versa).\r\n\r\nTo correctly plot, I have to write:\r\n\r\nEigen::VectorX x_coords{ _2D_data.row(0) };\r\nEigen::VectorX y_coords{ _2D_data.row(1) };\r\n\r\nplt::plot(x_coords, y_coords);\r\n\r\nThanks for the otherwise great library!\r\n","author":{"url":"https://github.com/Lavinius","@type":"Person","name":"Lavinius"},"datePublished":"2022-01-17T14:37:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/2/matplotlib-cpp/issues/2"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f8b54601-dea0-8268-24a8-f47bed1a9dfe
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA046:18E13:5CF5B1B:828EB22:6A572AED
html-safe-nonce7640fd88f97644d1f55175a490e09528b4f3398c508067761e7753b37b6539d5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMDQ2OjE4RTEzOjVDRjVCMUI6ODI4RUIyMjo2QTU3MkFFRCIsInZpc2l0b3JfaWQiOiI2NjMxMjY0ODMzNDY3MDAxNTgxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac330013505308c76995fd2eda349b5076f9a97272a12db95d09ed60c5d3576251
hovercard-subject-tagissue:1105936425
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/Cryoris/matplotlib-cpp/2/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6ef58733fae9c331c3a3323ff7ef85afe640ef830fdaeb0077200aa74ee62cf5/Cryoris/matplotlib-cpp/issues/2
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6ef58733fae9c331c3a3323ff7ef85afe640ef830fdaeb0077200aa74ee62cf5/Cryoris/matplotlib-cpp/issues/2
og:image:altIf I declare an Eigen::Matrix _2D_data; /* The initialization does not matter. The first row holds the x-coordinates, and the second row holds the y- coordinates. */ and I want to call plt::plot(_2...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameLavinius
hostnamegithub.com
expected-hostnamegithub.com
None4e7a7296a3830877cf21a6ad2a972c9e618a48915e03966cf0c53eb08e5aad98
turbo-cache-controlno-preview
go-importgithub.com/Cryoris/matplotlib-cpp git https://github.com/Cryoris/matplotlib-cpp.git
octolytics-dimension-user_id5978796
octolytics-dimension-user_loginCryoris
octolytics-dimension-repository_id41151748
octolytics-dimension-repository_nwoCryoris/matplotlib-cpp
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id24936365
octolytics-dimension-repository_parent_nwolava/matplotlib-cpp
octolytics-dimension-repository_network_root_id24936365
octolytics-dimension-repository_network_root_nwolava/matplotlib-cpp
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
release2576d1f0198cf1588faf2edf27f1ed120903be10
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Cryoris/matplotlib-cpp/issues/2#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FCryoris%2Fmatplotlib-cpp%2Fissues%2F2
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
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/enterprise/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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FCryoris%2Fmatplotlib-cpp%2Fissues%2F2
Sign up https://github.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=Cryoris%2Fmatplotlib-cpp
Reloadhttps://github.com/Cryoris/matplotlib-cpp/issues/2
Reloadhttps://github.com/Cryoris/matplotlib-cpp/issues/2
Reloadhttps://github.com/Cryoris/matplotlib-cpp/issues/2
Cryoris https://github.com/Cryoris
matplotlib-cpphttps://github.com/Cryoris/matplotlib-cpp
lava/matplotlib-cpphttps://github.com/lava/matplotlib-cpp
Notifications https://github.com/login?return_to=%2FCryoris%2Fmatplotlib-cpp
Fork 101 https://github.com/login?return_to=%2FCryoris%2Fmatplotlib-cpp
Star 127 https://github.com/login?return_to=%2FCryoris%2Fmatplotlib-cpp
Code https://github.com/Cryoris/matplotlib-cpp
Issues 4 https://github.com/Cryoris/matplotlib-cpp/issues
Pull requests 2 https://github.com/Cryoris/matplotlib-cpp/pulls
Actions https://github.com/Cryoris/matplotlib-cpp/actions
Projects https://github.com/Cryoris/matplotlib-cpp/projects
Wiki https://github.com/Cryoris/matplotlib-cpp/wiki
Security and quality 0 https://github.com/Cryoris/matplotlib-cpp/security
Insights https://github.com/Cryoris/matplotlib-cpp/pulse
Code https://github.com/Cryoris/matplotlib-cpp
Issues https://github.com/Cryoris/matplotlib-cpp/issues
Pull requests https://github.com/Cryoris/matplotlib-cpp/pulls
Actions https://github.com/Cryoris/matplotlib-cpp/actions
Projects https://github.com/Cryoris/matplotlib-cpp/projects
Wiki https://github.com/Cryoris/matplotlib-cpp/wiki
Security and quality https://github.com/Cryoris/matplotlib-cpp/security
Insights https://github.com/Cryoris/matplotlib-cpp/pulse
Incorrect plot when arguments are blocks of an Eigen::Matrixhttps://github.com/Cryoris/matplotlib-cpp/issues/2#top
https://github.com/Lavinius
Laviniushttps://github.com/Lavinius
on Jan 17, 2022https://github.com/Cryoris/matplotlib-cpp/issues/2#issue-1105936425
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.