We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GeomKind
1 parent db4a39e commit 4c93337Copy full SHA for 4c93337
src/ggplotnim/ggplot_types.nim
@@ -324,15 +324,15 @@ type
324
bbSubset = "subset"
325
326
GeomKind* = enum
327
- gkPoint = "geom_point"
328
- gkBar = "geom_bar"
329
- gkHistogram = "geom_histogram"
330
- gkFreqPoly = "geom_freqpoly"
331
- gkTile = "geom_tile"
332
- gkLine = "geom_line"
333
- gkErrorBar = "geom_errorbar"
334
- gkText = "geom_text"
335
- gkRaster = "geom_raster"
+ gkPoint = "point"
+ gkBar = "bar"
+ gkHistogram = "histogram"
+ gkFreqPoly = "freqpoly"
+ gkTile = "tile"
+ gkLine = "line"
+ gkErrorBar = "errorbar"
+ gkText = "text"
+ gkRaster = "raster"
336
337
HistogramDrawingStyle* = enum
338
hdBars = "bars" ## draws historams by drawing individual bars right next to
0 commit comments