feat: add power scaling factor to plot generation in plot.py
The plot.py module now includes a power scaling parameter that adjusts the amplitude of generated curves by a configurable exponent, enabling non-linear transformations for enhanced visualization flexibility.
This commit is contained in:
@@ -15,6 +15,9 @@ typedef struct RavaLoopContext_t {
|
||||
int break_label;
|
||||
int continue_label;
|
||||
struct RavaLoopContext_t *parent;
|
||||
char *loop_var_name;
|
||||
int loop_var_index;
|
||||
bool has_bounds_check;
|
||||
} RavaLoopContext_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user