mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix image path in python.md
This commit is contained in:
parent
d00e4b11f2
commit
6394c7099f
1 changed files with 1 additions and 2 deletions
|
|
@ -90,8 +90,7 @@ z.show function can take optional parameters to adapt graph width and height
|
|||
z.show(plt, width='50px')
|
||||
z.show(plt, height='150px')
|
||||
```
|
||||
|
||||
[](/docs/interpreter/screenshots/pythonMatplotlib.png)
|
||||
<img class="img-responsive" src="../assets/themes/zeppelin/img/docs-img/pythonMatplotlib.png" />
|
||||
|
||||
|
||||
## Pandas integration
|
||||
|
|
|
|||
Loading…
Reference in a new issue