From 9b4556c59f063e5c6816338c1608b354e1441fb0 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Wed, 9 Sep 2020 19:56:54 -0700 Subject: Add improved logarithm style --- grapher/grapher.csproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 74e2959..8f5eeda 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -54,6 +54,7 @@ + @@ -131,5 +132,8 @@ wrapper + + + \ No newline at end of file -- cgit v1.2.3 From e62dcd5f988ba417dcc340e0c10399d3e8fb8dfd Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 17 Sep 2020 00:23:22 -0700 Subject: Add chart states to grapher --- grapher/grapher.csproj | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 8f5eeda..77f566f 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -63,7 +63,12 @@ + + + + + -- cgit v1.2.3 From 5beedd6d1aca73adaae6556ded584d3f454509b0 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Thu, 17 Sep 2020 01:29:18 -0700 Subject: Much progress --- grapher/grapher.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 77f566f..72522dd 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -63,12 +63,12 @@ - - - + + + - - + + -- cgit v1.2.3 From fb900c88f72db6e4680654ce505f839ad6200668 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Sun, 20 Sep 2020 22:12:11 -0700 Subject: Add icon to project --- grapher/grapher.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'grapher/grapher.csproj') diff --git a/grapher/grapher.csproj b/grapher/grapher.csproj index 8f5eeda..6447c3a 100644 --- a/grapher/grapher.csproj +++ b/grapher/grapher.csproj @@ -133,6 +133,7 @@ + -- cgit v1.2.3