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

New plots #4

Open
3 of 18 tasks
v0dro opened this issue Aug 26, 2018 · 4 comments
Open
3 of 18 tasks

New plots #4

v0dro opened this issue Aug 26, 2018 · 4 comments
Milestone

Comments

@v0dro
Copy link
Member

v0dro commented Aug 26, 2018

New plots are to be implemented on a priority basis. Priority to be determined by:

  • Frequency of usage.
  • Need and requests by users.
  • Dependence on other kinds of plots.

Please post your comments in this thread and we can update the new plots to be implemented.

List:

@arafatkatze
Copy link
Contributor

Thanks for raising the issue.
I think it's important to consider these factors before we add new plots.

Here are a few top choices for now

Histogram

Matplot Lib Link
Frequency of Usage: Very High
Requests: High
Dependence on Other plots: Strongly correlated with Bar chart implementation in both GR Plot and in MAgickplot, therefore, the implementation aspect is fairly easy.

Error Bars

MatplotLib Links
Frequency of usage: Moderate to low
Dependence on Other plots: Strongly correlated with line plot implementation and is easy to add to the current codebases.

Candle Sticks

Matplotlib Links
Frequency of usage: High
Dependency on other plots: A mix of line/BarPlot. Also, this has already been implemented in GR Plot and needs to be implemented in Magickplot.

@v0dro
Copy link
Member Author

v0dro commented Aug 26, 2018

@Arafatk works. I'm adding your suggestions to the list.

@mrkn
Copy link

mrkn commented Sep 11, 2018

For statistical data analysis, I often use boxplot and violinplot, and scatter plot matrix layout.

There are examples of them in seaborn's gallery:

@v0dro
Copy link
Member Author

v0dro commented Sep 12, 2018

Thank you @mrkn . I'm adding your suggestions.

@v0dro v0dro added this to the 0.1.0 milestone Jan 10, 2019
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

No branches or pull requests

3 participants