Skip to content

Commit 212f92a

Browse files
authored
Merge pull request #505 from KxSystems/ee-doc
Version 1.10 Docs
2 parents d98de60 + 2ae5e3d commit 212f92a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ All notable changes to the **kdb VS Code extension** are documented in this file
2424
- Ensured 'query is running' notification shows until the results are rendered
2525
- Fixed unresponsiveness of the extension when displaying large tables with KDB Results
2626
- Fixed unicode characters not displayed correctly in results table
27+
- Fixed OpenSSL installation check when using WSL
28+
- Fixed QSQL populate scratchpad not working
2729

2830
### Internal Improvements
2931

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ The following features of [AxLibraries](https://code.kx.com/developer/libraries/
610610

611611
### Grammar of Graphics
612612

613-
Grammar of Graphics (GG) is a scripted visualization library for kdb+.
613+
Grammar of Graphics (GG) is a scripted visualization library for kdb+.
614614

615615
GGPlot2 in VSCode allows you to create detailed and informative visualizations, helping you understand the underlying patterns and trends in your data more clearly without having to switch to RStudio. For more information refer to the [GGPlot documentation](https://code.kx.com/developer/ggplot/).
616616

@@ -623,13 +623,14 @@ To use GGPlot2 in VSCode:
623623
- Use GGPlot2 to create visualizations, such as a bar plot showing the total transaction amount by month.
624624

625625
- Run the script within VSCode. The chart is generated and displayed in the VSCode plot viewer, and you can save the plot.
626-
627-
**Note**: When executing GG scripts, calling `.qp.display` displays the plot locally.
626+
**Note**: When executing GG scripts, calling `.qp.display` displays the plot locally.
628627

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

631630
You can make changes to the script before exporting the plot. Re-running the script updates to reflect the changes.
632631

632+
**Note**: When executing GG script commands in PyKX, select the `KDB RESULTS` tab to display the plot.
633+
633634
## q REPL
634635

635636
q REPL can be started from the command prompt by searching **q REPL**.

0 commit comments

Comments
 (0)