Skip to content

fix Steps plot and improve API ergonomics#58

Open
rkuhn wants to merge 2 commits intoloony-bean:masterfrom
rkuhn:master
Open

fix Steps plot and improve API ergonomics#58
rkuhn wants to merge 2 commits intoloony-bean:masterfrom
rkuhn:master

Conversation

@rkuhn
Copy link

@rkuhn rkuhn commented Feb 14, 2025

Cool library! I’m using it in Leios and found two small issues:

  • Steps drew up-then-right, which is not the correct visual representation of a step function with the given step points; it should draw right-then-up
  • Plot etc. traits borrowed self for 'a, which is too long; use separate lifetime from Chart
    lifetime

- Steps drew up-then-right, which is not the correct visual representation of a step function with the given step points
- Plot etc. traits borrowed `self` for `'a`, which is too long
rkuhn added a commit to input-output-hk/ouroboros-leios that referenced this pull request Feb 15, 2025
there is a bug in version 0.8 in drawing step functions, should switch to official release once loony-bean/textplots-rs#58 is merged
rkuhn added a commit to input-output-hk/ouroboros-leios that referenced this pull request Feb 16, 2025
* interim state between experiments

* [delta_q] compute near/far latency profiles from topology

* [delta_q] add model fitting

* [delta_q] improve fit quality and output format

* [delta_q] clean up and document ΔQSD analysis

* small fixes

* fix textplots dependency

there is a bug in version 0.8 in drawing step functions, should switch to official release once loony-bean/textplots-rs#58 is merged

* [delta_q] add histogram on number of hops

* [delta_q] slightly better fit but worse model

The issue is that it will be quite difficult to obtain reasonable load factors for using this expression in projecting resource usage.

* fix textplots-rs dependency
will-break-it pushed a commit to input-output-hk/ouroboros-leios that referenced this pull request Feb 17, 2025
* interim state between experiments

* [delta_q] compute near/far latency profiles from topology

* [delta_q] add model fitting

* [delta_q] improve fit quality and output format

* [delta_q] clean up and document ΔQSD analysis

* small fixes

* fix textplots dependency

there is a bug in version 0.8 in drawing step functions, should switch to official release once loony-bean/textplots-rs#58 is merged

* [delta_q] add histogram on number of hops

* [delta_q] slightly better fit but worse model

The issue is that it will be quite difficult to obtain reasonable load factors for using this expression in projecting resource usage.

* fix textplots-rs dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant