Skip to content

Commit

Permalink
fix rescaling of VAR roots plot
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Nov 22, 2024
1 parent 1260dd8 commit 5a1ccef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/graphing.c
Original file line number Diff line number Diff line change
Expand Up @@ -8254,7 +8254,7 @@ int gretl_VAR_roots_plot (GRETL_VAR *var)
fputs("unset ytics\n", fp);
fputs("set size square\n", fp);
fputs("set polar\n", fp);
fputs("plot 1 w lines, \\\n'-' using 1:2 w points pt 7\n", fp);
fputs("plot 1 notitle w lines, \\\n'-' using 1:2 w points pt 7\n", fp);

gretl_push_c_numeric_locale();

Expand Down

0 comments on commit 5a1ccef

Please sign in to comment.