Skip to content

Commit

Permalink
Improve plot dots (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Mar 7, 2024
1 parent 3bb0414 commit 700a440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/plot_dots.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
def get_styles(exclude_solutions: list[str]) -> pl.DataFrame:
all_styles = pl.DataFrame(
data=[
["polars", "Polars", "#0075ff", "o", 7.0],
["polars", "Polars", "#0075ff", "s", 6.0],
["duckdb", "DuckDB", "#73BFB8", "^", 5.5],
["pandas", "pandas", "#26413C", "s", 5.0],
["pandas", "pandas", "#26413C", "o", 5.0],
["pyspark", "PySpark", "#EFA9AE", "D", 4.5],
],
schema=["solution", "name", "color", "shape", "size"],
Expand Down

0 comments on commit 700a440

Please sign in to comment.