Asgeir Nyvoll

Results 31 comments of Asgeir Nyvoll

(response was given in the community post)

Hi, @chriddyp could it be that this issue is inherited from [d3's format](https://github.com/d3/d3-format#locale_formatPrefix)? From what I can see, d3 also writes without a whitespace.

Another bug I have discovered regarding the number formatting: If the if "prefix" is set together with "locale": "symbol": ['a', 'b'], the last element 'b' of the "symbol" list is...

@Peque No, I haven't 🙄 Ended up writing the unit in the column headers (e.g. W) and living with the e.g. 1.3M for the table values... But yes, I'm a...

It is somewhat related to, but not addressed in #707 @dotfloat

I haven't seen a clear definition, on the other hand: I must admit I haven't read the whole thing 😬🙈 But as I mention above, as far as I know,...

Could not find a simple solution to handle all types, but `Union[pathlib.Path, some_nonepath_type]` and possibly `Union[List[pathlib.Path], some_nonepath_type]` where paths are prioritized should be possible. In the latter case it would...

> Hi...May I help you in this ? Of course @Rishabhraghwendra18 😊 Probably mainly to take a look at the plot options defined in the TablePlotter and compare them with...

Hi @Rishabhraghwendra18! The doc is generated from the docstring here: https://github.com/equinor/webviz-config/blob/d4bda222cb58aed6050b049473e4cd1a3a76b8d3/webviz_config/generic_plugins/_table_plotter.py#L22-L42 It follows a markdown syntax, and you can check how your updates turn out by running the command line...

Like this: ![image](https://user-images.githubusercontent.com/47146384/109506445-ea0b5f00-7a9d-11eb-8659-62715979300b.png) So what we want is to improve the marked `plot_options` argument