-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Boxplot as a feature? #934
Comments
Hi @DooRooSA BTW, start by reading our CONTRIBUTING guideline Then start reading our ScatterChart source code. It's our simplest cartesian-based chart. |
Anyways it seems like a candle stick chart. Correct? |
Thank you, I will certainly look at starting on some of the simpler issues first to get used to the process. As for the boxplot vs candlestick, they are certainly different charts altogether. As I understand the candlestick is used for trading financial instruments. The boxplot is a statistical analysis chart that shows the median, quartiles and maximum and minimum values of a dataset. It can also be configured to display the outliers, which is very useful to see. The boxplot shines in the fact that you can quite easily see if your data is skewed. Although they look similar, their purpose is vastly different. I suppose the boxplot can also be grouped in a similar way that the BarChart is grouped on fl_chart (possible code re-use?). The image below is the format that I use 99% of the time, so this format would be a good starting point in my opinion, as it encompasses most of the features of a boxplot. |
I'm thinking of having a generic CandleStickc chart that supports both usecases. |
I agree, the visuals are very similar. The dots are the outliers. I'm including a screenshot of Excel that I made to explain them. Here is a list of numbers between 20 and 30. The last 3 numbers, fall outside those two values. I've marked them in orange in the table. You will notice that the values 8, 6 and 41 are indicated as outliers on the chart |
I got it. |
Please put your samples on #443 thread. |
Good afternoon,
I use Excel's Boxplot charts quite often in managing my business/life. I would love to see Boxplot charts in fl_chart, as I have numerous places I can use it in my own projects.
Although I've been a solo developer for as long as I can remember, I've never contributed to an open-source project.
I would like to tackle this feature, but would not want to tread on any toes. Is there somebody who can guide me through the process of adding Boxplot charts to this project?
The text was updated successfully, but these errors were encountered: