From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.github.com (out-18.smtp.github.com [192.30.252.201]) by mail.toke.dk (Postfix) with ESMTPS id BE553859BB3 for ; Mon, 21 Jun 2021 16:29:23 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=github.com header.i=@github.com header.b=zbVhxKis Received: from github.com (hubbernetes-node-4e3e8ee.va3-iad.github.net [10.48.111.54]) by smtp.github.com (Postfix) with ESMTPA id 67C3F340E37 for ; Mon, 21 Jun 2021 07:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1624285760; bh=Ql/uMRX6D0rfFNbVi6ffQ/JcJYPxM37CgJQCIC5EUtU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=zbVhxKisi8ub8u2/X2KFbp0pzY1lwBrk5eeJgZfCpozaRQzMyfJUeYUZ6m71qIZMO op2BqE9tUkz1WV72HII1RcvnEsC3uMjOyOIeLwVc/6pe5klJfU8XdyL8xlbq5B1XCz zoRjQgFLtMrSi2iRX7sXMQfcNNv4eqEMSngThDWg= Date: Mon, 21 Jun 2021 07:29:20 -0700 From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_60d0a24065318_61c6fc24566c"; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: list X-GitHub-Sender: tohojo 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: MI466ZNCUIRC6TQ2DYUSYK2X3QQ2G6VZ X-Message-ID-Hash: MI466ZNCUIRC6TQ2DYUSYK2X3QQ2G6VZ 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] Re: [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_60d0a24065318_61c6fc24566c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Could you please test if this issue is still present in the git version? You could just do: git clone https://github.com/tohojo/flent cd flent ./run-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#issuecomment-865079245 ----==_mimepart_60d0a24065318_61c6fc24566c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Could you please test if this issue is still present in the git version?
You could just do:

git clone https://github.com/tohojo/flent
cd flent
./run-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_60d0a24065318_61c6fc24566c--