Skip to content

Commit 4df314e

Browse files
committed
review fixes
1 parent fa2ba5d commit 4df314e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ All notable changes to the **kdb VS Code extension** are documented in this file
1414
- Improved table headers in the results tab
1515
- Show query progress for KDB+ connections
1616
- Added notification for data source refresh
17-
- Updated screenshots and documentation
1817

1918
### Fixes
2019

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,9 @@ The following features of [AxLibraries](https://code.kx.com/developer/libraries/
605605

606606
### Grammar of Graphics
607607

608-
Calling `.qp.display` displays the plot locally.
608+
Grammar of Graphics (GG) is a scripted visualization library for kdb+. For more information refer to the [documentation](https://code.kx.com/developer/ggplot/).
609+
610+
When executing GG scripts, calling `.qp.display` displays the plot locally.
609611

610612
![gg-plot](https://github.com/KxSystems/kx-vscode/blob/main/img/gg-plot.png?raw=true)
611613

0 commit comments

Comments
 (0)