Philipp Niedermayer

Results 37 issues of Philipp Niedermayer

**Describe the bug** By default, log-scaled `DefaultNumericAxis` have 9 minor ticks where it should have 8. This can be seen in the [`LogAxisSample.java`](https://github.com/fair-acc/chart-fx/blob/8878b813e21effdb37f5618cc061c80ad71420a0/chartfx-samples/src/main/java/io/fair_acc/sample/chart/LogAxisSample.java) (screenshot taken from README): ```java DefaultNumericAxis yAxis...

### Description **Implement a batch mode to incrementally compile a single typst file against multiple sets of input parameters, producing multiple output files in a single run.** This mode would...

feature request
cli

For some reason only 25 of the 26 cantons have a data file. This PR adds the missing Canton Graubünden. Source: - https://www.gr.ch/DE/institutionen/verwaltung/ekud/avs/Volksschule/SB_Ferienregelung_2223_2324_2425_2526_VV_de.pdf - https://www.gr.ch/DE/institutionen/verwaltung/ekud/avs/Volksschule/DV_Ferien_Volksschulen_20.04.2023_de.pdf

## Description - Clarify documentation about time-dependent properties. - Add links to the respective sections and elements, including the newly added ACDipole See #736 and https://github.com/xsuite/xtrack/pull/660) This goes together with...

Until v0.87.1 the survey table used to have columns required for plotting of elements with `xplt.FloorPlot`, namely `length`, `element_type` and `isthick`. @JPTS2 silently removed these in https://github.com/xsuite/xtrack/commit/bea1fc4d1cbfe288bf74cffb8fab2c96487cf612 only stating "Improve...

Clarify that AC Dipole frequency must be small compared to revolution frequency. This goes together with https://github.com/xsuite/xsuite/pull/737

Imagine you write a text like ``` The limit is about 3e8 m/s. ``` To make use of zero's formatting, you'd use `#zero.zi.m-s[3e8]` which is much more typing and reverses...