plotlib icon indicating copy to clipboard operation
plotlib copied to clipboard

Data plotting library for Rust

Results 22 plotlib issues
Sort by recently updated
recently updated
newest added

I get no text output when trying to convert a categorical view to text. When writing to svg, like [barchart example](https://github.com/milliams/plotlib/blob/master/examples/barchart_svg.rs), I see them, but when trying to convert to...

> A view with categorical entries along the x-axis and continuous values along the y-axis Is there any way to generate it flipped, i.e. categorical along Y axis and continuous...

enhancement

It would also be great if it would be possible to fill them.

Both `x` and `y` axis seperately. This would help exploratory data analysis a lot

This way, one can really imagine whether this example is the right fit for the job. Sending a PR asap

It seems like currently svg is rendered with transparent background. I was able to change background color by changing [this](https://github.com/milliams/plotlib/blob/784e07247864c0a4fe8fd1186df1104fb8ed7d75/src/page.rs#L62) line to `let mut document = Document::new().set("viewBox", (0, 0, width,...

Would be nice to have grouped bar charts, like this https://chartio.com/assets/24e451/tutorials/charts/grouped-bar-charts/c1fde6017511bbef7ba9bb245a113c07f8ff32173a7c0d742a4e1eac1930a3c5/grouped-bar-example-1.png

![example](https://user-images.githubusercontent.com/25378640/92775038-9bbfb200-f3d0-11ea-9c85-0294fbecc6b5.png) As the picture.

Reading the 1.0 roadmap .png support seems to be planned. Is there anything ongoing for implementing this? Otherwise, the easiest way seems to rely on an existing svg renderer like...

I noticed that in #3 it was mentioned that Chrono's DateTime format will be implemented as one of the accepted types, was wondering whether this is in development or whether...