From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1660074530; bh=m9PVYimQCr+MAIbpqYwMtQ7opYkGn8ERI//UUUTA3co=; h=From:To:Subject:In-Reply-To:References:Date:From; b=Z4C3QdMx6Ov6CLtPobbX/TMpz8Xc5B6Z0Oh2z98wEUmNXLFeskAKHhnremDp29+Po cOwSCjoOWA/0XoMJSrwJslni8MT9m1eeU7PAkGFJMj815oIN2P5YBD890fGWC8F4rU DjeYkdShdRaV7qK6RIECJvYK9lyPRQbruHne+jca+3kXbJdvxNBeEPUNd5XJlqtzns jY2e9zC+frDVLoOo568l8wO8bPTKlCTzvb7xO9zp3dvXcWrfjDKnsttLlUXxzdjutt q3Xh/jyUrFWe+s2M/F/cp8R4q6ILKqGOcXz5iBqI/1ggg57QbnHaNDlw9Dln2YXH8O oyy4g0pipYfTw== To: Erik Taraldsen , flent-users@flent.org In-Reply-To: References: Date: Tue, 09 Aug 2022 21:48:50 +0200 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87r11p8afx.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Message-ID-Hash: UCGU3ITW5BODKFXA2UP246LDXUKGKYCX X-Message-ID-Hash: UCGU3ITW5BODKFXA2UP246LDXUKGKYCX X-MailFrom: toke@toke.dk 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 X-Mailman-Version: 3.3.5 Precedence: list Subject: [Flent-users] Re: Legend only once List-Id: Flent discussion list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Erik Taraldsen writes: > I'm trying to automate testing and graphing with flent. For my purposes it > probably will make sense to use CDF and box plots. However flent draws > them differently. In the CDF plot the legend is off to the right. For box > plot, the legend also is written vertically, and due to my long legends, is > quite unreadable. Fiddling with all legend options I can find on cli I'm > not able to disable them. > > Anybody with a way to disable them? Disabling the axis labels entirely is not possible (but you can remove the regular legend with --no-legend). I usually use a combination of --filter-legend --replace-legend, --filter-regexp, or straight up --override-label to get sane axis markers for box plots (relying on just the colours from the to-the-side legend quickly stops being legible once you add more series to a box plot). -Toke