Skip to content

Commit

Permalink
minor fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cacrespo committed Feb 12, 2023
1 parent 61e6c67 commit c33ac3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Then you have a few methods to interact with the graph:
year: int with year of the text point.
age: int with age of the text point.
value: string-castable value of the text point.
---

- **pylexis.Diagram.add_data(_cohort, year, age, values_)**: Add a list of data points to the Lexis Diagram.

Parameters
Expand All @@ -89,7 +89,7 @@ Then you have a few methods to interact with the graph:
year: list[int] with years of deaths of each data points.
age: list[int] with age of each data points.
values: list of string-castable values of each data points.
---

- **pylexis.Diagram.add_data_unsafe(_year, age, values_)**: Idem _add_data()_ without checking if the data fits in the grid.

Parameters
Expand Down

0 comments on commit c33ac3e

Please sign in to comment.