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

doc: add example, bidmensional 3d view #3300

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

caiojp
Copy link

@caiojp caiojp commented Dec 23, 2023

The chart created in this code is a two-dimensional visualization tool designed to represent three dimensions of data in an intuitive and interactive manner. It uses vehicle data, combining adjusted horsepower (categorized by color), adjusted weight (on the X-axis), and cylinder categories (distinguished in separate charts). This approach allows users to clearly and simply visualize the relationship between these variables, despite the inherent complexity of the data.

Moreover, the chart employs bubble size to represent the count of vehicles in each group, adding an additional layer of data to the analysis. Interactive features, such as selections and filters, enable users to customize the visualization, focusing on specific ranges of horsepower or other characteristics. This enhances the exploration and understanding of the underlying patterns and trends in the vehicle data.

Screenshot 2023-12-23 at 15 55 25 Screenshot 2023-12-23 at 15 55 46 Screenshot 2023-12-23 at 15 56 18

If you have any suggestions for improvement or anything I should change, tell me, I will fix it! Thank you in advance.

The chart created in this code is a two-dimensional visualization tool designed to represent three dimensions of data in an intuitive and interactive manner. It uses vehicle data, combining adjusted horsepower (categorized by color), adjusted weight (on the X-axis), and cylinder categories (distinguished in separate charts). This approach allows users to clearly and simply visualize the relationship between these variables, despite the inherent complexity of the data.

Moreover, the chart employs bubble size to represent the count of vehicles in each group, adding an additional layer of data to the analysis. Interactive features, such as selections and filters, enable users to customize the visualization, focusing on specific ranges of horsepower or other characteristics. This enhances the exploration and understanding of the underlying patterns and trends in the vehicle data.
@mattijn
Copy link
Contributor

mattijn commented Dec 24, 2023

Thanks for adopting this library in your analysis workflows. It is great that you are learning how to use this for complex analysis.
The current pull request is too complex, particularly with the extensive use of pandas for data manipulation and the inclusion of unrelated package imports. Simplifying the example would not only make it more accessible for others but also contribute to a more effective learning experience. Thanks for trying to improve the examples.

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