matsvandecavey

Results 6 issues of matsvandecavey

Do you think it would be possible to save to .png or .jpeg directly. Currently I save to html and then open it and export to png.

feature

default_settings has **height** which is not used. ``` default_settings = DefaultDict(type='line', name=False, height=400, save=False, stock=False, show='tab', display=True) ``` default_options has **type** which is not used. ``` default_options = DefaultDict(width='auto', height=400,...

invalid

I can't change the plot options color and lineWidth after the plot is made. I want to change `s1 = dict(name='List data', data=[1,2,5,9,6,3,4,8])` to `s1 = dict(name='List data', data=[1,2,5,9,6,3,4,8], color='#2b908f',...

enhancement

When offline, exporting the figures (other than html via 'save=') does not seem possible.

enhancement

Update needed for multiple simulations (sensitivity analysis, calibration). pymosim updated: - set start_ and stop_time for dsin.txt initialization of dymosim - change parameters in dsin.txt, read file one line at...

### Description: When using a `GridSpec` layout to create a grid of plots in Panel, the position of the legend in one plot can affect the sizing of the other...