plot icon indicating copy to clipboard operation
plot copied to clipboard

Results 10 plot issues
Sort by recently updated
recently updated
newest added

I'm not sure if this has been suggested before but would it be possible to add the ability to pan the graphs by dragging the mouse when they're zoomed in?...

A private email from a person who noticed poor performance of the plot package when plotting millions of data points, prompted me to run some tests to see what the...

Running Racket 8.4 [cs], the following example program: ``` #lang racket (require plot) (parameterize ([plot-font-size 12] [plot-font-family 'swiss]) (plot (vector-field (λ (x y) (vector (+ x y) (- x y)))...

It seems that there is no option to remove the frame around the legend. Can we add an option to do that?

Currently, the legend only appears to be controllable with the `#:label` argument. Sometimes, however, this is not what is wanted. Namely, for example, take Figure 3.17 in [socviz](https://socviz.co/makeplot.html): ![image](https://user-images.githubusercontent.com/16062051/118425808-f1eba000-b697-11eb-8e53-e7ca7087c989.png) Due...

It's hard to align plots with different-sized axis labels. See below -- these are equal-sized figures `vl-append`-ed together (code is far below) ![out](https://cloud.githubusercontent.com/assets/1731829/8585708/f4f5c792-25b3-11e5-85a1-58655c336d0b.png) Suggestions - Add parameters to set plot...

help wanted

Currently, plot draws legends on the plot area. It would be nice if plotting functions could return the plot and legend as two picts that could be combined using a...

enhancement

**NOTE** Pull request #67 introduced the `arrow` and `arrow3d` renders Arrows in drawn by the `arrow3d` are not clipped when the start is outside the plot area but the end...

Hello, I would like to know if there is a way to have two datasets share an x-axis while using independent y-axes. My use case is to plot stock prices...

Here's the problem: sometimes the ends of lines extend past the plot area. ![over-the-line](https://cloud.githubusercontent.com/assets/1731829/8692424/23caa712-2a9c-11e5-8b4c-cb3eebc9f6a2.png) (This picture was made using `plot-pict` and put directly into a scribble document.) I'd like to...