plot
Here are 1,119 public repositories matching this topic...
-
Updated
May 31, 2022 - TypeScript
-
Updated
Jun 1, 2022 - C++
-
Updated
Apr 29, 2022 - PHP
🐛 Bug description [Please make everyone to understand it]
const dualAxes = new DualAxes(this.id, {
data: [
this.data.filter((item) => item.legend != '断约率'),
this.data.filter((item) => item.legend == '断约率'),
],
xField: 'text',
yField: ['data', 'type'],
geometryOptions: [
{
ge
I think it could be useful, when one wants to plot only e.g. class 1, to have an option to produce consistent plots for both plot_cumulative_gain and plot_roc
At the moment, instead, only plot_roc supports such option.
Thanks a lot
What is the feature ?
I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:
- Shorthand functions for Pos:
Pos::top_right,Pos::bottom_right,Pos::bottom_centeretc.. - Short way to set colors for components. Currently, lots of boilerplate is required for e.g. white-on-black plotos
- a cool start would b
-
Updated
Jun 1, 2022 - C#
-
Updated
May 31, 2022 - Swift
-
Updated
May 3, 2022 - Go
-
Updated
Feb 8, 2022 - R
-
Updated
May 27, 2022 - R
-
Updated
Mar 27, 2022 - Python
-
Updated
Jul 8, 2021 - Python
-
Updated
Apr 30, 2022 - Python
-
Updated
Sep 21, 2021 - R
-
Updated
Oct 18, 2021 - Python
-
Updated
Jun 1, 2022 - Kotlin
-
Updated
May 12, 2022 - TypeScript
-
Updated
Mar 18, 2022 - C
-
Updated
Nov 3, 2021 - MATLAB
-
Updated
May 16, 2022 - Kotlin
-
Updated
May 31, 2022 - Rust
-
Updated
Oct 29, 2018 - Python
-
Updated
Dec 9, 2021 - Python
Improve this page
Add a description, image, and links to the plot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plot topic, visit your repo's landing page and select "manage topics."
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val