mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-11-15 10:05:47 +08:00
doc update + image rename
This commit is contained in:
parent
0eae9fa6f8
commit
eb83feccaf
2
.gitignore
vendored
2
.gitignore
vendored
@ -176,3 +176,5 @@ Sicherungskopie_*
|
||||
/doc/images/JKQTPGLabelRightHandSide_small.png
|
||||
/doc/images/JKQTPGLabelTowardsXAxis_small.png
|
||||
/doc/images/JKQTPGLabelTowardsYAxis_small.png
|
||||
/doc/images/JKQTPGLSimpleBoxVertical_small.png
|
||||
/doc/images/JKQTPGLSimpleBox_small.png
|
||||
|
@ -272,7 +272,7 @@ if(JKQtPlotter_BUILD_EXAMPLES)
|
||||
symbols_and_errors/JKQTPXYLineErrorGraph_JKQTPErrorBars,JKQTPXYLineErrorGraph_JKQTPErrorLines,JKQTPXYLineErrorGraph_JKQTPErrorPolygons/--iteratefunctorsteps--iteratefunctorsteps_suppressinitial--smallscreenshotplot
|
||||
boxplot/JKQTPBoxplotVerticalGraph,JKQTPBoxplotHorizontalGraph/--iteratefunctorsteps--iteratefunctorsteps_suppressinitial--smallscreenshotplot
|
||||
second_axis/JKQTBasePlotter_addSecondaryYAxis,JKQTBasePlotter_addSecondaryXAxis
|
||||
graphlabels/JKQTPGLabelAwayFromXAxis,JKQTPGLabelAwayFromYAxis,JKQTPGLabelTowardsXAxis,JKQTPGLabelTowardsYAxis,JKQTPGLabelAboveData,JKQTPGLabelRightHandSide,JKQTPGLabelBelowData,JKQTPGLabelLeftHandSide,JKQTPGLSimple,JKQTPGLSimpleVertical,JKQTPGLSimpleBoxAndLine,JKQTPGLSimpleBoxAndLineVertical,JKQTPGLSimpleBoxAndLineONLYLABELS,JKQTPGLSimpleBoxAndLineONLYLABELSVertical/--iteratefunctorsteps--smallscreenshotplot
|
||||
graphlabels/JKQTPGLabelAwayFromXAxis,JKQTPGLabelAwayFromYAxis,JKQTPGLabelTowardsXAxis,JKQTPGLabelTowardsYAxis,JKQTPGLabelAboveData,JKQTPGLabelRightHandSide,JKQTPGLabelBelowData,JKQTPGLabelLeftHandSide,JKQTPGLSimpleBox,JKQTPGLSimpleBoxVertical,JKQTPGLSimpleBoxAndLine,JKQTPGLSimpleBoxAndLineVertical,JKQTPGLSimpleBoxAndLineONLYLABELS,JKQTPGLSimpleBoxAndLineONLYLABELSVertical/--iteratefunctorsteps--smallscreenshotplot
|
||||
)
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -53,6 +53,10 @@ class JKQTPDatastore;
|
||||
|
||||
\image html JKQTPGLabelAwayFromXAxis.png
|
||||
|
||||
Also other styles of boxes are available:
|
||||
|
||||
\image html JKQTPGLSimpleBoxAndLine.png
|
||||
|
||||
To achieve this, use code like this:
|
||||
\code
|
||||
// create barchart and line-chart to display the data:
|
||||
|
Loading…
Reference in New Issue
Block a user