mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Added savefig function to PropsPlot
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -272,3 +272,6 @@ class BasePlot(object):
|
||||
def show(self):
|
||||
self._draw_graph()
|
||||
matplotlib.pyplot.show()
|
||||
|
||||
def savefig(self, *args, **kwargs):
|
||||
matplotlib.pyplot.savefig(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user