You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returned. If the function is N-D, N arguments must be given, each
1092
1092
one being an scalar or list.
1093
1093
filename : str | None, optional
1094
-
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
1094
+
The path the plot should be saved to. By default None, in which case
1095
+
the plot will be shown instead of saved. Supported file endings are:
and webp (these are the formats supported by matplotlib).
1095
1098
1096
1099
Returns
1097
1100
-------
@@ -1223,7 +1226,10 @@ def plot_1d(
1223
1226
which the Function was evaluated in the dataset. Default value is
1224
1227
False.
1225
1228
filename : str | None, optional
1226
-
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
1229
+
The path the plot should be saved to. By default None, in which case
1230
+
the plot will be shown instead of saved. Supported file endings are:
and webp (these are the formats supported by matplotlib).
1227
1233
1228
1234
Returns
1229
1235
-------
@@ -1328,7 +1334,10 @@ def plot_2d(
1328
1334
Colormap of plotted graph, which can be any of the color maps
1329
1335
available in matplotlib. Default value is viridis.
1330
1336
filename : str | None, optional
1331
-
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
1337
+
The path the plot should be saved to. By default None, in which case
1338
+
the plot will be shown instead of saved. Supported file endings are:
and webp (these are the formats supported by matplotlib).
1332
1341
1333
1342
Returns
1334
1343
-------
@@ -1463,7 +1472,10 @@ def compare_plots(
1463
1472
show : bool, optional
1464
1473
If True, shows the plot. Default value is True.
1465
1474
filename : str | None, optional
1466
-
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
1475
+
The path the plot should be saved to. By default None, in which case
1476
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
609
+
The path the plot should be saved to. By default None, in which case
610
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
626
+
The path the plot should be saved to. By default None, in which case
627
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
475
+
The path the plot should be saved to. By default None, in which case
476
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
1045
+
The path the plot should be saved to. By default None, in which case
1046
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
708
+
The path the plot should be saved to. By default None, in which case
709
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
494
+
The path the plot should be saved to. By default None, in which case
495
+
the plot will be shown instead of saved. Supported file endings are:
Copy file name to clipboardExpand all lines: rocketpy/plots/aero_surface_plots.py
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,10 @@ def draw(self, filename=None):
79
79
Parameters
80
80
----------
81
81
filename : str | None, optional
82
-
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
82
+
The path the plot should be saved to. By default None, in which case
83
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
253
+
The path the plot should be saved to. By default None, in which case
254
+
the plot will be shown instead of saved. Supported file endings are:
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
386
+
The path the plot should be saved to. By default None, in which case
387
+
the plot will be shown instead of saved. Supported file endings are:
Copy file name to clipboardExpand all lines: rocketpy/plots/compare/compare_flights.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1472,7 +1472,10 @@ def __plot_xz(
1472
1472
figsize : tuple, optional
1473
1473
Tuple with the size of the figure. The default is (7, 7).
1474
1474
filename : str | None, optional
1475
-
The path the plot should be saved to. By default None, in which case the plot will be shown instead of saved. Supported file endings are: eps, jpg, jpeg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff and webp.
1475
+
The path the plot should be saved to. By default None, in which case
1476
+
the plot will be shown instead of saved. Supported file endings are:
0 commit comments