Skip to content

Commit 2cdc656

Browse files
author
Roberto De Ioris
authored
Update PlottingGraphsWithMatplotlibAndUnrealEnginePython.md
1 parent 7f50a63 commit 2cdc656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/PlottingGraphsWithMatplotlibAndUnrealEnginePython.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ The module of choice is 'matplotlib' https://matplotlib.org/.
66

77
From the official site:
88

9-
"""
9+
'''
1010
Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the Python and IPython shell, the jupyter notebook, web application servers, and four graphical user interface toolkits.
11-
"""
11+
'''
1212

1313
So our objective will be plotting graphs into Unreal Engine textures asset, both in the editor (to pre-generate assets) and during gameplay (to dynamically update texture-graph data)
1414

0 commit comments

Comments
 (0)