mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
fixed some documentation errors (wrong image links ...)
This commit is contained in:
parent
c4428a3ae0
commit
b90f16d4db
BIN
doc/images/palettes/palette_invtrafficlight.png
Normal file
BIN
doc/images/palettes/palette_invtrafficlight.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 587 B |
@ -31,7 +31,7 @@
|
|||||||
/*! \brief This implements filled curve plots where the area is filled between the plot line and the x-Axis.
|
/*! \brief This implements filled curve plots where the area is filled between the plot line and the x-Axis.
|
||||||
\ingroup jkqtplotter_linesymbolgraphs
|
\ingroup jkqtplotter_linesymbolgraphs
|
||||||
|
|
||||||
\image html plot_filledcurvexplots.png
|
\image html plot_filledcurvexerrorplots.png
|
||||||
*/
|
*/
|
||||||
class LIB_EXPORT JKQTPfilledCurveXGraph: public JKQTPxyGraph {
|
class LIB_EXPORT JKQTPfilledCurveXGraph: public JKQTPxyGraph {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
@ -236,7 +236,7 @@ class LIB_EXPORT JKQTPfilledCurveXErrorGraph: public JKQTPfilledCurveXGraph, pub
|
|||||||
/*! \brief This implements filled curve plots where the area is filled between the plot line and y-Axis
|
/*! \brief This implements filled curve plots where the area is filled between the plot line and y-Axis
|
||||||
\ingroup jkqtplotter_linesymbolgraphs
|
\ingroup jkqtplotter_linesymbolgraphs
|
||||||
|
|
||||||
\image html plot_filledcurveyplots.png
|
\image html plot_filledcurvexplots.png
|
||||||
*/
|
*/
|
||||||
class LIB_EXPORT JKQTPfilledCurveYGraph: public JKQTPfilledCurveXGraph {
|
class LIB_EXPORT JKQTPfilledCurveYGraph: public JKQTPfilledCurveXGraph {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
@ -63,7 +63,7 @@ enum JKQTPMathImageColorPalette {
|
|||||||
JKQTPMathImageINVERTED_CYAN, /*!< \image html palettes/palette_invcyan.png */
|
JKQTPMathImageINVERTED_CYAN, /*!< \image html palettes/palette_invcyan.png */
|
||||||
JKQTPMathImageYELLOW, /*!< \image html palettes/palette_yellow.png */
|
JKQTPMathImageYELLOW, /*!< \image html palettes/palette_yellow.png */
|
||||||
JKQTPMathImageINVERTED_YELLOW, /*!< \image html palettes/palette_invyellow.png */
|
JKQTPMathImageINVERTED_YELLOW, /*!< \image html palettes/palette_invyellow.png */
|
||||||
JKQTPMathImageMAGENTA, /*!< \image html palettes/palettes/palette_magenta.png */
|
JKQTPMathImageMAGENTA, /*!< \image html palettes/palette_magenta.png */
|
||||||
JKQTPMathImageINVERTED_MAGENTA, /*!< \image html palettes/palette_invmagenta.png */
|
JKQTPMathImageINVERTED_MAGENTA, /*!< \image html palettes/palette_invmagenta.png */
|
||||||
|
|
||||||
|
|
||||||
@ -91,8 +91,8 @@ enum JKQTPMathImageColorPalette {
|
|||||||
|
|
||||||
JKQTPMathImageBLACKBLUEREDYELLOW, /*!< \image html palettes/palette_BBlRdYe.png */
|
JKQTPMathImageBLACKBLUEREDYELLOW, /*!< \image html palettes/palette_BBlRdYe.png */
|
||||||
JKQTPMathImageGREENREDVIOLET, /*!< \image html palettes/palette_GnRdVi.png */
|
JKQTPMathImageGREENREDVIOLET, /*!< \image html palettes/palette_GnRdVi.png */
|
||||||
JKQTPMathImageBLACKBLUEVIOLETYELLOWWHITE,
|
JKQTPMathImageBLACKBLUEWHITEYELLOWWHITE, /*!< \image html palettes/palette_BWprint.png */
|
||||||
JKQTPMathImageWHITEYELLOWVIOLETBLUEBLACK, /*!< \image html palettes/palette_.png */
|
JKQTPMathImageWHITEYELLOWWHITEBLUEBLACK, /*!< \image html palettes/palette_invBWprint.png */
|
||||||
JKQTPMathImageBR_GR, /*!< \image html palettes/palette_BrBG.png */
|
JKQTPMathImageBR_GR, /*!< \image html palettes/palette_BrBG.png */
|
||||||
JKQTPMathImagePU_OR, /*!< \image html palettes/palette_PuOr.png */
|
JKQTPMathImagePU_OR, /*!< \image html palettes/palette_PuOr.png */
|
||||||
JKQTPMathImageGN_BU, /*!< \image html palettes/palette_greenblue.png */
|
JKQTPMathImageGN_BU, /*!< \image html palettes/palette_greenblue.png */
|
||||||
|
@ -371,7 +371,7 @@ enum JKQTPgraphSymbols {
|
|||||||
JKQTPdownTriangle=10, /*!< \brief an unfilled triangle (tip at bottom) \image html symbols/symbol_symbol_down_triangle.png */
|
JKQTPdownTriangle=10, /*!< \brief an unfilled triangle (tip at bottom) \image html symbols/symbol_symbol_down_triangle.png */
|
||||||
JKQTPfilledDownTriangle=11, /*!< \brief a filled triangle (tip at bottom) \image html symbols/symbol_symbol_filled_down_triangle.png */
|
JKQTPfilledDownTriangle=11, /*!< \brief a filled triangle (tip at bottom) \image html symbols/symbol_symbol_filled_down_triangle.png */
|
||||||
JKQTPdiamond=12, /*!< \brief an unfilled diamond \image html symbols/symbol_symbol_diamond.png */
|
JKQTPdiamond=12, /*!< \brief an unfilled diamond \image html symbols/symbol_symbol_diamond.png */
|
||||||
JKQTPfilledDiamond=13, /*!< \brief a filled diamond \image html symbols/symbol_symbol_filled_diamind.png */
|
JKQTPfilledDiamond=13, /*!< \brief a filled diamond \image html symbols/symbol_symbol_filled_diamond.png */
|
||||||
JKQTPstar=14, /*!< \brief an unfilled diamond \image html symbols/symbol_symbol_star.png */
|
JKQTPstar=14, /*!< \brief an unfilled diamond \image html symbols/symbol_symbol_star.png */
|
||||||
JKQTPfilledStar=15, /*!< \brief a filled diamond \image html symbols/symbol_symbol_filled_star.png */
|
JKQTPfilledStar=15, /*!< \brief a filled diamond \image html symbols/symbol_symbol_filled_star.png */
|
||||||
JKQTPpentagon=16, /*!< \brief an unfilled pentagon \image html symbols/symbol_symbol_pentagon.png */
|
JKQTPpentagon=16, /*!< \brief an unfilled pentagon \image html symbols/symbol_symbol_pentagon.png */
|
||||||
|
Loading…
Reference in New Issue
Block a user