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_improved_grid_60s_knudsen.png | Bin 0 -> 46240 bytes img/tmp/cylinder2d_single_refinement_60s.png | Bin 0 -> 283655 bytes img/tmp/cylinder2d_single_refinement_60s_knudsen.png | Bin 0 -> 45410 bytes img/tmp/cylinder2d_unrefined_60s.png | Bin 0 -> 146359 bytes img/tmp/cylinder2d_unrefined_60s_knudsen.png | Bin 0 -> 28707 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 img/tmp/cylinder2d_improved_grid_60s_knudsen.png create mode 100644 img/tmp/cylinder2d_single_refinement_60s.png create mode 100644 img/tmp/cylinder2d_single_refinement_60s_knudsen.png create mode 100644 img/tmp/cylinder2d_unrefined_60s.png create mode 100644 img/tmp/cylinder2d_unrefined_60s_knudsen.png (limited to 'img/tmp') diff --git a/img/tmp/cylinder2d_improved_grid_60s_knudsen.png b/img/tmp/cylinder2d_improved_grid_60s_knudsen.png new file mode 100644 index 0000000..90fbae6 Binary files /dev/null and b/img/tmp/cylinder2d_improved_grid_60s_knudsen.png differ 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 diff --git a/img/tmp/cylinder2d_single_refinement_60s_knudsen.png b/img/tmp/cylinder2d_single_refinement_60s_knudsen.png new file mode 100644 index 0000000..6703f56 Binary files /dev/null and b/img/tmp/cylinder2d_single_refinement_60s_knudsen.png differ diff --git a/img/tmp/cylinder2d_unrefined_60s.png b/img/tmp/cylinder2d_unrefined_60s.png new file mode 100644 index 0000000..e55f82e Binary files /dev/null and b/img/tmp/cylinder2d_unrefined_60s.png differ diff --git a/img/tmp/cylinder2d_unrefined_60s_knudsen.png b/img/tmp/cylinder2d_unrefined_60s_knudsen.png new file mode 100644 index 0000000..806c2b0 Binary files /dev/null and b/img/tmp/cylinder2d_unrefined_60s_knudsen.png differ -- cgit v1.2.3