Skip to content

Commit 6f69725

Browse files
Update plotting.md - Fixed two typos
1 parent 5bcf7ba commit 6f69725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/common/plotting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Image Formats
44

5-
The standard format for (plot-)images generated on Progenetix is Scalable Vector Graphics ([SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics)). As the name implies, SVG is _scalable_, i.e. images can be scaled up without loosing quality or expanding in storage size. However, some of teh generated images use also embedded rastered components which will deteriorate during scaling - this is e.g. the case for array probe plots.
5+
The standard format for (plot-)images generated on Progenetix is Scalable Vector Graphics ([SVG](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics)). As the name implies, SVG is _scalable_, i.e. images can be scaled up without losing quality or expanding in storage size. However, some of the generated images use also embedded rastered components which will deteriorate during scaling - this is e.g. the case for array probe plots.
66

77
!!! note "[Wikipedia](https://en.wikipedia.org/wiki/Scalable_Vector_Graphics)"
88

@@ -87,4 +87,4 @@ Please **use option 1** if accessing complete entities (i.e. only using a single
8787
* as above, without the `plotType=samplesplot` using the `histoplot` default
8888
- `services/sampleplots?datasetIds={{config.api_dataset_ids}}&filters=NCIT:C4822&variantType=EFO:0030066&plotPars=plotGeneSymbols=CDKN2A,EGFR&limit=30`
8989

90-
![]({{config.api_web_root}}/services/sampleplots?datasetIds={{config.api_dataset_ids}}&filters=NCIT:C4822&variantType=EFO:0030066&plotPars=plotGeneSymbols=CDKN2A,EGFR&limit=30)
90+
![]({{config.api_web_root}}/services/sampleplots?datasetIds={{config.api_dataset_ids}}&filters=NCIT:C4822&variantType=EFO:0030066&plotPars=plotGeneSymbols=CDKN2A,EGFR&limit=30)

0 commit comments

Comments
 (0)