Skip to content

Commit 37d845a

Browse files
committed
@ physicelldataloader : next release v4.0.3.
1 parent c582e39 commit 37d845a

7 files changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ Developers, please make pull requests to the https://github.com/elmbeech/physice
125125
+ evt generate lineage tree graph output files.
126126

127127
## Release Notes:
128+
+ version 4.0.3 (2025-07-20): elmbeech/physicelldataloader
129+
+ timestep and timeseries **plot_contour**, **plot_scatter**, and **plot_timeseries** handle now **kwargs** arguments.
130+
+ minor bugfixes.
131+
128132
+ version 4.0.2 (2025-06-29): elmbeech/physicelldataloader
129133
+ minor bugfixes.
130134

man/docstring/mcds.plot_contour.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
or white (jpeg, tiff).
7171
figure background color.
7272
73+
**kwargs: possible additional keyword arguments input,
74+
handled by the matplotlib contour and contourf function.
75+
+ https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html
76+
+ https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html
77+
7378
```
7479

7580
## output:

man/docstring/mcds.plot_scatter.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
or white (jpeg, tiff).
7676
figure background color.
7777
78+
**kwargs: possible additional keyword arguments input,
79+
handled by the pandas dataframe plot function.
80+
+ https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.plot.html
81+
7882
```
7983

8084
## output:

man/docstring/mcdsts.plot_contour.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
or white (jpeg, tiff).
6363
figure background color.
6464
65+
**kwargs: possible additional keyword arguments input,
66+
handled by the matplotlib contour and contourf function.
67+
+ https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html
68+
+ https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html
69+
6570
```
6671

6772
## output:

man/docstring/mcdsts.plot_scatter.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
or white (jpeg, tiff).
7373
figure background color.
7474
75+
**kwargs: possible additional keyword arguments input,
76+
handled by the pandas dataframe plot function.
77+
+ https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame
78+
7579
```
7680

7781
## output:

man/docstring/mcdsts.plot_timeseries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
figure background color.
102102
only relevant if ext not is None.
103103
104+
**kwargs: possible additional keyword arguments input,
105+
handled by the pandas series plot function.
106+
+ https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.plot.html
107+
104108
```
105109

106110
## output:

pcdl/VERSION.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.0.2'
1+
__version__ = '4.0.3'

0 commit comments

Comments
 (0)