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

Price scatter date xaxis #2012

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

Conversation

christopherlam
Copy link
Contributor

image

@christopherlam christopherlam force-pushed the price-scatter-date-xaxis branch 3 times, most recently from 43e35de to 074f64d Compare September 3, 2024 15:44
@christopherlam
Copy link
Contributor Author

Any particular opinion on this? @jralls I think the uneven date axis is a feature rather than a bug...

@christopherlam christopherlam marked this pull request as ready for review September 23, 2024 01:24
Copy link
Member

@jralls jralls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think the chart is particularly useful, there are better ways to get stock price charts. It's anyway misnamed, it's a plain line chart, not a scatterplot. That's a good thing, a price scatterplot wouldn't be very useful either.

I'm all for getting rid of the different intervals, they don't even change the displayed data, just the numbers along the X axis, and those numbers are themselves pretty useless.
However using the dates of the prices to set the vertical lines makes for a strange-looking plot and it's going to get congested for plots with either a long period or showing frequent quotes. I think it would be better to break the period up into some consistent number of intervals and put date labels on each interval.

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.

2 participants