Skip to content

Error bars on eventprofiler are hardly visible #59

@Wesseldr

Description

@Wesseldr

errorbars

The alpha used equals 0.1 combined with the pastel color #AAAFF
is almost invisible on PDF charts (see screenshots). The light color of #AAAFF would probably already sufficient to have a distinction between the error bars and the chart.
Suggestion setting it to 0.9 for a much more clear and visible error bar on the event study charts.

On line 76~77 in the file QuantSoftwareToolkit / QSTK / qstkstudy / EventProfiler.py

    plt.errorbar(li_time[i_lookback:], na_mean[i_lookback:],
                    yerr=na_std[i_lookback:], ecolor='#AAAAFF',
                    alpha=0.1)
```python

Wessel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions