mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-14 09:44:51 +01:00
add doc to use marmaid.js in GNU Octave
This commit is contained in:
@@ -93,7 +93,7 @@ graph LR;
|
||||
Here's an example of GNU Octave integration with mermaid-js which uses the
|
||||
octave_mermaid_js package to save graph image.
|
||||
|
||||
```python
|
||||
```matlab
|
||||
pkg load octave_mermaid_js
|
||||
graph = {
|
||||
"graph LR;"
|
||||
@@ -110,7 +110,7 @@ graph = strjoin(graph, "\n")
|
||||
Here's an example of GNU Octave integration with mermaid-js which uses the
|
||||
octave_mermaid_js package to show graph image.
|
||||
|
||||
```python
|
||||
```matlab
|
||||
pkg load octave_mermaid_js
|
||||
graph = {
|
||||
"graph LR;"
|
||||
|
||||
Reference in New Issue
Block a user