-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[Term Entry] Python:Plotly Graph Objects: .Parcoords() #6279
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
Conversation
Sriparno08
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing to Codecademy Docs, @sebk454!
This entry looks good for a second round of review.
content/plotly/concepts/graph-objects/terms/parcoords/parcoords.md
Outdated
Show resolved
Hide resolved
| - 'paths/computer-science' | ||
| --- | ||
|
|
||
| In Plotly, the **`.Parcoords()`** function under the `graph_objects` module creates a parallel coordinates plot representing multivariate data. Each row of the given dataset is plotted as a polyline between the parallel axes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| In Plotly, the **`.Parcoords()`** function under the `graph_objects` module creates a parallel coordinates plot representing multivariate data. Each row of the given dataset is plotted as a polyline between the parallel axes. | |
| In Plotly, the **`.Parcoords()`** function under the [`graph_objects`](https://www.codecademy.com/resources/docs/plotly/graph-objects) module creates a parallel coordinates plot representing multivariate data. Each row of the given dataset is plotted as a polyline between the parallel axes. |
avdhoottt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
|
👋 @sebk454 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/plotly/graph-objects/parcoords Please note it may take a little while for changes to become visible. |
* Adding term description for Plotly Parcoords() * [Term Entry] Python:Plotly Graph Objects: .Parcoords() * Removed line 35 and added new line at end of file * Update parcoords.md * Update content/plotly/concepts/graph-objects/terms/parcoords/parcoords.md * Update content/plotly/concepts/graph-objects/terms/parcoords/parcoords.md * Format Error ---------
* Add formatting scripts * [Term Entry] Python:Pillow Image Module: .paste() * finish paste.md * minor fixes * format paste.md * Update paste.md * Minor changes --------- * [Term Entry] Python:Plotly Graph Objects: .Parcoords() (#6279) * Adding term description for Plotly Parcoords() * [Term Entry] Python:Plotly Graph Objects: .Parcoords() * Removed line 35 and added new line at end of file * Update parcoords.md * Update content/plotly/concepts/graph-objects/terms/parcoords/parcoords.md * Update content/plotly/concepts/graph-objects/terms/parcoords/parcoords.md * Format Error --------- * [Term Entry] Python Pillow - Image: .getpixel() #6327 (#6347) * Create getpixel term for python pillow image * Fix formatting and ran scripts * Update getpixel.md * minor fixes * minor fixes * Update getpixel.md --------- * feat: Add new term entry for C++ maps.emplace() - Created a new documentation entry for std::map .emplace() method - Included a codebyte example demonstrating the usage of .emplace() - Covered key syntax and basic functionality of the method * [Term Entry] C++ Maps: .emplace() #6389 - Added an ## Example section - Made changes accordding to PR comments * minor fixes * Update package.json * Update yarn.lock * Minor changes ---------
Description
Issue Solved
Type of Change
Checklist
mainbranch.Issues Solvedsection.