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/static/cavity2d.png | Bin 28162 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 img/static/cavity2d.png (limited to 'img/static/cavity2d.png') diff --git a/img/static/cavity2d.png b/img/static/cavity2d.png deleted file mode 100644 index 8409ec5..0000000 Binary files a/img/static/cavity2d.png and /dev/null differ -- cgit v1.2.3