Yuan Chang

Results 12 issues of Yuan Chang

I love the simple API of this crate! It can be useful if `ehttp` supports saving cookies, such as login function. Currently, the "agent" ([ureq::Agent](https://docs.rs/ureq/latest/ureq/struct.Agent.html) type) is not continuous between...

#292 The first pull request of Python wrapper branch. New folder: + `cython` Modified files: + ` .gitignore`: Ignore the project settings of JetBrains IDE. + `.travis.yml` and `appveyor.yml`: Deployment...

Support both Qt5 and Qt6 for PyQt.

Use PySide instead of PyQt for LGPL. Still waiting for [PYSIDE-1086](https://bugreports.qt.io/browse/PYSIDE-1086) issue.

enhancement

Closes #992. Add a new module `impl_float_maths` under `std` feature. If there are missing anything you like, or something should not comes here, any suggestion are welcome! For integer things,...

This is an improvement to reduce `Array::mapv` calling. ```rust use num_traits::Float; // For Array impl ArrayBase where A: Float, S: RawData, D: Dimension, { pub fn square(&self) -> Array {...

A flexible line style that can insert custom markers at equal intervals and supports shifting. #295 #321 #324 #483 # New Types + `plotters::series::line_series::DottedLineSeries` + `plotters::element::basic_shapes::DottedPathElement` Options in `fn new(...)...

### What is the feature? Add a configuration method for `SeriesLabelStyle` to adjust the legend style to fit the paper article. Currently, `SeriesLabelStyle` draws the legend with a `MultiLineText` object,...

feature request

```yaml a: b: c: ``` will be parsed as ```yaml a: b: c: ``` Use this instead ```yaml a: b: ~ c: ~ ```

Provide a format mechanism instead of pure dumper.

enhancement