Damien Goutte-Gattat
5b62023202
Switch to Black-enforced code style.
4 weeks ago
Damien Goutte-Gattat
49356aded0
Fix long lines.
...
Make sure lines are no longer than 79 characters.
2 years ago
Damien Goutte-Gattat
1c430a98e8
Add draft documentation.
...
Start writing a more complete documentation for the library.
2 years ago
Damien Goutte-Gattat
3c30328a8c
Add a link to the online documentation.
...
Update the README with a link to the current draft of the documentation.
This is temporary, at a later stage the documentation will be directly
included in this repository.
Closes #1
2 years ago
Damien Goutte-Gattat
79f7f70f34
Do not assume the format of color parameters.
...
Do not assume that the `colors` parameter of the scatterplot
function is a string of one-letter color codes.
2 years ago
Damien Goutte-Gattat
194e507671
Bump version number.
2 years ago
Damien Goutte-Gattat
6532b11dec
Update README.
...
Add a list of available modules in the package.
2 years ago
Damien Goutte-Gattat
f6f9652813
Fix formatting.
...
Right-trim white lines.
2 years ago
Damien Goutte-Gattat
6838f2a5f1
Add the bar module
...
Add a new module providing a helper function to draw barplots.
2 years ago
Damien Goutte-Gattat
ad0d5b177e
Adjust position of pvalue symbol.
...
Prevent the pvalue symbol from overlapping with the underlying hline.
2 years ago
Damien Goutte-Gattat
e265b44ffb
Adjust the min_sep parameter automatically.
...
Compute a min_sep value depending on the span of the values to
distribute.
2 years ago
Damien Goutte-Gattat
7e2b0f8f2f
Fix typo.
2 years ago
Damien Goutte-Gattat
4d880a2db3
Factorize the selection of dataseries.
...
Reduce slightly code redundancy by using a helper function to select
the dataseries to plot for each subtrack.
2 years ago
Damien Goutte-Gattat
cd5d5eba36
scatterplot: Add the testfunc parameter.
...
The scatterplot function can automatically perform a statistical test
between two subtracks.
2 years ago
Damien Goutte-Gattat
8e9169ba7c
Add distribution files.
...
Add some more classifiers to the setup script and all the expected
distribution files, including a very basic README.
2 years ago
Damien Goutte-Gattat
6f3f2c01d6
Document the scatter module.
...
Add basic docstring to public functions. The scatterplot function
will probably need more documentation if it is to be helpful to
anyone but me...
2 years ago
Damien Goutte-Gattat
1d18aaa2ca
Initial commit.
...
This is Incenp.org's PyPlot, a Python helper library for plotting
tasks.
2 years ago