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

Customization for BarPlot chart #286

Open
MicTric91 opened this issue May 13, 2022 · 2 comments
Open

Customization for BarPlot chart #286

MicTric91 opened this issue May 13, 2022 · 2 comments

Comments

@MicTric91
Copy link

MicTric91 commented May 13, 2022

It would be cool to customize the bars in BarPlot chart to render them as "vertical lines" instead of narrow rectangles (eg. a line starting from x,y=0 and ending at the data x,y='20'), coupling this with a line connecting each point of the data.

Only for visualization purposes

@ghtmtt
Copy link
Owner

ghtmtt commented May 13, 2022

you mean something like that?

image

@MicTric91
Copy link
Author

Thank you for the quick response. The example you provided shows the second statement of my issue. The key part I am proposing is:

  1. make the background grid fully transparent
  2. generate vertical lines for each point from x=0 to the point itself.
    Conceptually, It would be cool to customize the bars in BarPlot to render them not as rectangular polygons but as vertical lines (changing colors, width etc.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants