From fe86c7399d9bc20f7f95f7557d6d2b80e7b86be3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 29 Jan 2019 15:23:53 +0100 Subject: Revamp gnuplot plotting to generate better output Using the pdfcairo terminal for generating fluid flow plots in gnuplot using raw paraview-generated CSV exports generates high quality results. Sadly the resulting files are both unoptimized and quite big which leads to both large and unperformant documents (i.e. some PDF readers even crash) As an alternative this new gnuplot structure generates the fluid plot itself using the pngcairo terminal and includes the resulting high-resolution PNG image into a normal pdfcairo plot. This works out quite well. As a side benefit the plot scripts are now much easier to maintain. --- img/tmp/cylinder2d_single_refinement_60s.png | Bin 0 -> 283655 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 img/tmp/cylinder2d_single_refinement_60s.png (limited to 'img/tmp/cylinder2d_single_refinement_60s.png') diff --git a/img/tmp/cylinder2d_single_refinement_60s.png b/img/tmp/cylinder2d_single_refinement_60s.png new file mode 100644 index 0000000..847c215 Binary files /dev/null and b/img/tmp/cylinder2d_single_refinement_60s.png differ -- cgit v1.2.3