Skip to content

Commit

Permalink
Deployed deefde7 with MkDocs version: 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jul 7, 2023
0 parents commit cf7c359
Show file tree
Hide file tree
Showing 242 changed files with 110,869 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
981 changes: 981 additions & 0 deletions 404.html

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions _charts/_template/_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!-- --8<-- [start:usage] -->
## Chart Name
Coming soon!
<!-- ### Simple
=== "dx"
```python
dx.chart_name(df, ...)
```
![](../screenshots/plotting_chart_name_simple1.png)
=== "pd.options.plotting.backend = 'dx'"
!!! info "Make sure you [enable `dx` as a pandas plotting backend](../plotting/overview.md#enabling-pandas-plotting-backend) first."
```python
df.plot(kind='chart_name', x='keyword_column', y='integer_column')
```
![](../screenshots/plotting_chart_name_simple1_pd.png)
### Customized
=== "dx"
```python
dx.chart_name(
df,
...
)
```
![](../screenshots/plotting_chart_name_custom1.png)
=== "pd.options.plotting.backend = 'dx'"
!!! info "Make sure you [enable `dx` as a pandas plotting backend](../plotting/overview.md#enabling-pandas-plotting-backend) first."
```python
df.plot(
kind='chart_name',
...
)
```
![](../screenshots/plotting_chart_name_custom1_pd.png) -->

<!-- --8<-- [end:usage] -->

<!-- --8<-- [start:ref] -->
## Chart Name
Coming soon!
<!-- ::: src.dx.plotting.dex.chart_name -->
<!-- --8<-- [end:ref] -->
Loading

0 comments on commit cf7c359

Please sign in to comment.