Skip to content

Commit

Permalink
run msbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Nov 26, 2024
1 parent 148d1b3 commit 8d12d27
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 83 deletions.
12 changes: 2 additions & 10 deletions @export/ggplot2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ declare namespace ggplot2 {
* @param env -
*
* + default value Is ``null``.
* @return A bar plot layer
*/
function geom_bar(stat?: any, position?: any, color?: any, width?: number, size?: number, show_legend?: boolean, env?: object): object;
/**
Expand Down Expand Up @@ -417,7 +416,6 @@ declare namespace ggplot2 {
* + default value Is ``null``.
* @param env
* + default value Is ``null``.
* @return A histogram plot layer
*/
function geom_histogram(bins: object, color?: any, alpha?: number, range?: any, env?: object): object;
/**
Expand Down Expand Up @@ -471,14 +469,10 @@ declare namespace ggplot2 {
* + default value Is ``true``.
* @param alpha
* + default value Is ``1``.
* @param bspline options for the b-spline smooth of the line plot
*
* + default value Is ``false``.
* @param env
* + default value Is ``null``.
* @return A line chart plot layer
*/
function geom_line(mapping?: object, color?: any, width?: number, show_legend?: boolean, alpha?: number, bspline?: boolean, env?: object): object;
function geom_line(mapping?: object, color?: any, width?: number, show_legend?: boolean, alpha?: number, env?: object): object;
/**
* ## Connect observations
*
Expand Down Expand Up @@ -529,7 +523,6 @@ declare namespace ggplot2 {
* @param env -
*
* + default value Is ``null``.
* @return a scatter plot layer
*/
function geom_point(mapping?: object, color?: any, shape?: object, stroke?: any, size?: number, show_legend?: boolean, alpha?: number, env?: object): object;
/**
Expand Down Expand Up @@ -654,7 +647,7 @@ declare namespace ggplot2 {
/**
* @param mapping default value Is ``null``.
*/
function geom_tile(mapping?: object): object;
function geom_tile(mapping?: object): any;
/**
* @param color default value Is ``null``.
* @param width default value Is ``0.9``.
Expand Down Expand Up @@ -1040,7 +1033,6 @@ declare namespace ggplot2 {
* + default value Is ``'stroke: lightgray; stroke-width: 2px; stroke-dash: dash;'``.
* @param panel_border
* + default value Is ``null``.
* @return A style mapper for create the internal @``T:Microsoft.VisualBasic.Data.ChartPlots.Graphic.Canvas.Theme`` object
*/
function theme(text?: object, axis_text?: object, axis_title?: object, axis_line?: any, axis_text_x?: object, legend_background?: string, legend_text?: object, legend_tick?: object, legend_title?: object, legend_split?: object, plot_background?: string, plot_title?: object, panel_background?: string, panel_grid?: any, panel_grid_major?: any, panel_border?: object): object;
/**
Expand Down
4 changes: 0 additions & 4 deletions man/ggplot/ggplot2/ggplot2/geom_bar.1
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ Bar charts
.PP
\fBenv\fB \fR\- -.
.PP
.SH VALUE
.PP
A bar plot layer
.PP
.SH SEE ALSO
ggplot2
.SH FILES
Expand Down
4 changes: 0 additions & 4 deletions man/ggplot/ggplot2/ggplot2/geom_histogram.1
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ Histograms and frequency polygons
Number of bins. Overridden by binwidth. Defaults to 30.
.
.PP
.SH VALUE
.PP
A histogram plot layer
.PP
.SH SEE ALSO
ggplot2
.SH FILES
Expand Down
11 changes: 0 additions & 11 deletions man/ggplot/ggplot2/ggplot2/geom_line.1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ geom_line \- Connect observations
\fBwidth\fR as double = 5,
\fBshow_legend\fR as boolean = TRUE,
\fBalpha\fR as double = 1,
\fBbspline\fR as boolean = FALSE,
[\fB<Environment>\fR]);\fR
.SH DESCRIPTION
.PP
Expand All @@ -19,16 +18,6 @@ Connect observations
geom_step() creates a stairstep plot, highlighting exactly when changes
occur. The group aesthetic determines which cases are connected together.
.PP
.SH OPTIONS
.PP
\fBbspline\fB \fR\-
options for the b-spline smooth of the line plot
.
.PP
.SH VALUE
.PP
A line chart plot layer
.PP
.SH DETAILS
.PP
An alternative parameterisation is geom_segment(), where each line corresponds
Expand Down
4 changes: 0 additions & 4 deletions man/ggplot/ggplot2/ggplot2/geom_point.1
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ Scatter Points
.PP
\fBenv\fB \fR\- -.
.PP
.SH VALUE
.PP
a scatter plot layer
.PP
.SH SEE ALSO
ggplot2
.SH FILES
Expand Down
4 changes: 0 additions & 4 deletions man/ggplot/ggplot2/ggplot2/theme.1
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ Modify components of a theme
inherits from axis.line.* which inherits from axis.line, which in turn
inherits from line.
.PP
.SH VALUE
.PP
A style mapper for create the internal @\fBT:Microsoft.VisualBasic.Data.ChartPlots.Graphic.Canvas.Theme\fR object
.PP
.SH DETAILS
.PP
Theme elements inherit properties from other theme elements hierarchically.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/_assets/R_syntax.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Theme</h2>

<h3>Description</h3>


<p>The plot style theme definition</p>

<h3>Declare</h3>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ <h3>Declare</h3>
nrows: integer;
# the dataframe rownames
rownames: string;
# debug view of this dataframe object in rows, debug used only.
rowViews: <i>iterates(any)</i> kind;
}
</code>
</pre>
Expand All @@ -124,6 +126,7 @@ <h3>.NET clr type reference tree</h3>
<li>this class extends from <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/Components/RsharpDataObject.html">RsharpDataObject</a> class: <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/Components/RsharpDataObject.html">RsharpDataObject</a></li>
<li>use by <i>property</i> member <code>columns</code>: list</li>
<li>use by <i>property</i> member <code>elementType</code>: <a href="/vignettes/clr/SMRUCC/Rsharp/Runtime/Interop/RType.html">RType</a></li>
<li>use by <i>property</i> member <code>rowViews</code>: <i>iterates(any)</i> kind</li>
</ol>


Expand Down
33 changes: 1 addition & 32 deletions vignettes/clr/ggplot/layers/geom_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,38 +22,7 @@ <h2>geom_bar</h2>

<h3>Description</h3>

<p>A bar plot, also known as a bar chart or bar graph, is a type of data visualization that presents categorical
data with rectangular bars with heights or lengths proportional to the values that they represent. Bar plots
are one of the most common types of charts and are used in a wide variety of fields for their simplicity and
effectiveness in conveying information.

Here are the main components and characteristics of a bar plot:

<strong>Components:</strong>
1. <strong>Axes:</strong> The horizontal axis (x-axis) and the vertical axis (y-axis) define the scales for the categories and the values, respectively.
2. <strong>Bars:</strong> The bars are the rectangular elements of the plot. Each bar represents a category, and its length or height corresponds to the value of that category.
3. <strong>Labels:</strong> The categories are usually labeled on the x-axis, and the y-axis is often labeled with the type of value being represented (e.g., frequency, count, percentage).
4. <strong>Title:</strong> The plot may have a title that describes the data being presented.

<strong>Types of Bar Plots:</strong>
- <strong>Vertical Bar Plot:</strong> The bars extend vertically, with the categories along the horizontal axis and the values along the vertical axis.
- <strong>Horizontal Bar Plot:</strong> The bars extend horizontally, with the categories along the vertical axis and the values along the horizontal axis.
- <strong>Grouped Bar Plot:</strong> Used to compare two or more related groups of data. The bars are grouped by category, and each group contains bars for the different subcategories being compared.
- <strong>Stacked Bar Plot:</strong> Each bar represents the whole, and segments within the bar represent different parts of the whole. This is useful for showing the composition of each category.

<strong>When to Use Bar Plots:</strong>
- To compare frequencies, counts, or other quantities across different categories.
- To display distributions of categorical data.
- To illustrate changes over time if each bar represents a time period.

<strong>Advantages:</strong>
- Easy to understand and interpret.
- Good for comparing different categories.
- Can be used for a wide range of data types.

<strong>Disadvantages:</strong>
- Can become cluttered if there are too many categories.
- May not be the best choice for representing continuous data.</p>


<h3>Declare</h3>

Expand Down
2 changes: 1 addition & 1 deletion vignettes/ggplot/ggplot2/geom_bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h3 style="display: block">Authors</h3>

<h3>Value</h3>

<p>A bar plot layer</p><h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/geom_bar.html">geom_bar</a></li></ul>
this function returns data object of type <a href="/vignettes/clr/ggplot/layers/geom_bar.html">geom_bar</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/geom_bar.html">geom_bar</a></li></ul>

<h3 style="display: none;">Examples</h3>

Expand Down
2 changes: 1 addition & 1 deletion vignettes/ggplot/ggplot2/geom_histogram.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3 style="display: block">Authors</h3>

<h3>Value</h3>

<p>A histogram plot layer</p><h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a></li></ul>
this function returns data object of type <a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a></li></ul>

<h3 style="display: none;">Examples</h3>

Expand Down
10 changes: 3 additions & 7 deletions vignettes/ggplot/ggplot2/geom_line.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,13 @@ <h3>Usage</h3>
<i>color</i> = <span style='color: blue !important;'>NULL</span>,
<i>width</i> = <span style='color: green;'>5</span>,
<i>show.legend</i> = <span style='color: blue !important;'>TRUE</span>,
<i>alpha</i> = <span style='color: green;'>1</span>,
<i>bspline</i> = <span style='color: blue !important;'>FALSE</span>);</code></pre>
<i>alpha</i> = <span style='color: green;'>1</span>);</code></pre>
</div>

<h3>Arguments</h3>

<table>

<dt>bspline</dt>
<dd><p>options for the b-spline smooth of the line plot. [as boolean]</p></dd>


</table>


Expand All @@ -57,7 +53,7 @@ <h3 style="display: block">Authors</h3>

<h3>Value</h3>

<p>A line chart plot layer</p><h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a></li></ul>
this function returns data object of type <a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a></li></ul>

<h3 style="display: none;">Examples</h3>

Expand Down
2 changes: 1 addition & 1 deletion vignettes/ggplot/ggplot2/geom_point.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h3 style="display: block">Authors</h3>

<h3>Value</h3>

<p>a scatter plot layer</p><h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a></li></ul>
this function returns data object of type <a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/ggplotLayer.html">ggplotLayer</a></li></ul>

<h3 style="display: none;">Examples</h3>

Expand Down
2 changes: 1 addition & 1 deletion vignettes/ggplot/ggplot2/geom_tile.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h3 style="display: block">Authors</h3>

<h3>Value</h3>

this function returns data object of type <a href="/vignettes/clr/ggplot/layers/ggplotTileLayer.html">ggplotTileLayer</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/layers/ggplotTileLayer.html">ggplotTileLayer</a></li></ul>
this function returns data object of type <i>any</i> kind.<h4>clr value class</h4><ul><li><i>any</i> kind</li></ul>

<h3 style="display: none;">Examples</h3>

Expand Down
2 changes: 1 addition & 1 deletion vignettes/ggplot/ggplot2/theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h3 style="display: block">Authors</h3>

<h3>Value</h3>

<p>A style mapper for create the internal <a href="/vignettes/clr/Microsoft/VisualBasic/Data/ChartPlots/Graphic/Canvas/Theme.html">Theme</a> object</p><h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/options/ggplotOption.html">ggplotOption</a></li></ul>
this function returns data object of type <a href="/vignettes/clr/ggplot/options/ggplotOption.html">ggplotOption</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/ggplot/options/ggplotOption.html">ggplotOption</a></li></ul>

<h3 style="display: none;">Examples</h3>

Expand Down

0 comments on commit 8d12d27

Please sign in to comment.