From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-17.smtp.github.com [192.30.252.200]) by mail.toke.dk (Postfix) with ESMTPS id BAA58859B0B for ; Mon, 21 Jun 2021 14:34:17 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=tNplR6kD Received: from github.com (hubbernetes-node-427ba77.va3-iad.github.net [10.48.124.56]) by smtp.github.com (Postfix) with ESMTPA id 572815C0294 for ; Mon, 21 Jun 2021 05:34:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1624278856; bh=NW0S3Zp3bH3RN1Emsvc6vR3tRRLiVWqCrdN/xsFJXbk=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=tNplR6kDGhQqYcckr3v4nMYb9lTgYtJMYUYn014kQv4GxIQ8YhkRiH/6+OBhAy35/ MpMBAFV6fxHp/jx9jkqfcaGdeVo80LYWkB4EyvPnYxueN3p4JOfyVl8z/8FcP+httu T6wsOha4brGGBlp1dSx6gTTn+Tmnev2m+zbn5EF4= Date: Mon, 21 Jun 2021 05:34:16 -0700 From: "Kirill Lukonin (EvilWirelessMan)" To: tohojo/flent Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_60d0874853f73_128c6fc658dd"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: klukonin X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Message-ID-Hash: 3D2PRNW3MRWDOHIBKDIPH3PESKRG5QZG X-Message-ID-Hash: 3D2PRNW3MRWDOHIBKDIPH3PESKRG5QZG X-MailFrom: noreply@github.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Subscribed X-Mailman-Version: 3.3.4 Reply-To: tohojo/flent Subject: [Flent-users] [tohojo/flent] Plots are broken somehow (#227) List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: ----==_mimepart_60d0874853f73_128c6fc658dd Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit v2.0.0 Release is wonderful and has a lot of improvements. But currently plotting bug is present. For some reasons combined plots such as "totals" are shifted. I mean graphs are not aligned. Command to reproduce: flent --input some_test_file.flent --plot totals --bounds-x 300 --figure-width 26 --figure-height 14 --zero-y --no-title --bounds-y=500 --output ./test_totals.png -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/227 ----==_mimepart_60d0874853f73_128c6fc658dd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

v2.0.0 Release is wonderful and has a lot of improvements.
But currently plotting bug is present.
For some reasons combined plots such as "totals" are shifted. I mean graphs are not aligned.

Command to reproduce:
flent --input some_test_file.flent --plot totals --bounds-x 300 --figure-width 26 --figure-height 14 --zero-y --no-title --bounds-y=500 --output ./test_totals.png


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

----==_mimepart_60d0874853f73_128c6fc658dd--