{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":27409837,"defaultBranch":"master","name":"plot","ownerLogin":"racket","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-12-02T01:50:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/232371?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715661002.0","currentOid":""},"activityList":{"items":[{"before":"5de549063f037c230cf86e963dc6323b948a0fb7","after":"a14222e19736f75bdb9c660ca9c3b78c6e2ee9b3","ref":"refs/heads/master","pushedAt":"2024-04-01T16:12:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"Repair errors uncovered by racket/typed-racket#1367. (#129)\n\nSome arguments were not type checked correctly, meaning some type\r\nerrors slipped through.\r\n\r\nThe most significant change is that the jitter parameters become\r\n`Nonnegative-Real`, which is backwards-incompatible. Other choices\r\nthere are possible, but this is the simplest.","shortMessageHtmlLink":"Repair errors uncovered by racket/typed-racket#1367. (#129)"}},{"before":"5de549063f037c230cf86e963dc6323b948a0fb7","after":null,"ref":"refs/heads/release","pushedAt":"2024-02-10T07:17:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jbclements","name":"John Clements","path":"/jbclements","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/226617?s=80&v=4"}},{"before":null,"after":"5de549063f037c230cf86e963dc6323b948a0fb7","ref":"refs/heads/release","pushedAt":"2024-01-27T01:47:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Remove unused code in glyph drawing code (#128)\n\nThe original intent of the `when` block was to remove the line around the\r\nglyph when the line and fill color were the same. However, the `eq?` test was\r\nalways false in Typed Racket, so the code never executed.\r\n\r\nThe `eq?` test is now fixed in\r\nhttps://github.com/racket/typed-racket/pull/1358, but as a result, the visual\r\nlayout of plots would change, making glyphs smaller, since the outline is not\r\ndrawn anymore.\r\n\r\nTo keep the backwards compatibility of the plot look-and-feel, the entire\r\n`when` block was removed.","shortMessageHtmlLink":"Remove unused code in glyph drawing code (#128)"}},{"before":"2417c228b0ce4708c796b4cb0a22cc818932a605","after":"5de549063f037c230cf86e963dc6323b948a0fb7","ref":"refs/heads/master","pushedAt":"2024-01-27T01:45:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Remove unused code in glyph drawing code (#128)\n\nThe original intent of the `when` block was to remove the line around the\r\nglyph when the line and fill color were the same. However, the `eq?` test was\r\nalways false in Typed Racket, so the code never executed.\r\n\r\nThe `eq?` test is now fixed in\r\nhttps://github.com/racket/typed-racket/pull/1358, but as a result, the visual\r\nlayout of plots would change, making glyphs smaller, since the outline is not\r\ndrawn anymore.\r\n\r\nTo keep the backwards compatibility of the plot look-and-feel, the entire\r\n`when` block was removed.","shortMessageHtmlLink":"Remove unused code in glyph drawing code (#128)"}},{"before":"b0da52632c0369058887439345eb90cbf8e99dae","after":"2417c228b0ce4708c796b4cb0a22cc818932a605","ref":"refs/heads/master","pushedAt":"2023-10-06T12:33:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"add `plot-inset` and `plot-legend-padding` parameters (#124)\n\n... to control the amount of space left unused around the plot edge and plot legend.","shortMessageHtmlLink":"add plot-inset and plot-legend-padding parameters (#124)"}},{"before":"cad274d20fc0eb9f73dd96aadf828f9625f16782","after":"b0da52632c0369058887439345eb90cbf8e99dae","ref":"refs/heads/master","pushedAt":"2023-07-04T12:53:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Allow controlling line ending caps for plots (#6) (#123)\n\n* Add `line-cap` and `plot-line-cap` parameters (#6)\r\n\r\n... they control the line endings for plotted elements (`line-cap`) and the\r\nplot decorations, such as axis ticks (`plot-line-cap`).\r\n\r\nPreviously all line endings were round, creating a \"crayon\" style effect,\r\nvisible for lines whose width is greater than 1.\r\n\r\nAlso fixed a bug with `hrule`, `vrule` renderers, which attempted to use\r\n`'butt` style: since pens were cached, if `vrule` created a pen, all\r\nsubsequent uses of that pen (same color and width) would use `'butt` line\r\nendings, OTOH, if `vrule` reused a pen, because a pen if the same color and\r\nwidth was previously used, the `vrule` line ending would be `'round`","shortMessageHtmlLink":"Allow controlling line ending caps for plots (#6) (#123)"}},{"before":"23d3c461662c460731e237edcf44e690e636109b","after":"cad274d20fc0eb9f73dd96aadf828f9625f16782","ref":"refs/heads/master","pushedAt":"2023-06-23T22:50:04.875Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Allow markers to be specified for function and line renderers (#118) (#120)\n\nThe #marker option for `function`, `inverse` and `line` renderers will draw\r\nmarkers along the rendered plot line.","shortMessageHtmlLink":"Allow markers to be specified for function and line renderers (#118) (#…"}},{"before":"9854f165002779522d9f51dd1f9393fece9fa817","after":"23d3c461662c460731e237edcf44e690e636109b","ref":"refs/heads/master","pushedAt":"2023-06-23T22:49:31.408Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Fix drawing for the circle glyph (#121)\n\n... it was offset by 1/2 drawing unit (pixel), effectively drawing a small\r\nellipse. While this was not noticeable in itself, it made all symbols which\r\nhad a circle, such as `oasterisk` `odot` `oplus` `otimes`, appear as if the\r\nsymbol was off-center.","shortMessageHtmlLink":"Fix drawing for the circle glyph (#121)"}},{"before":"2c5b97363d6c016d9a5730c9b116db29354063c1","after":"9854f165002779522d9f51dd1f9393fece9fa817","ref":"refs/heads/master","pushedAt":"2023-06-17T03:38:06.022Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Add rendering of point and marker symbols to the documentation\n\n... so it is easier to identify what will be rendered for each marker name","shortMessageHtmlLink":"Add rendering of point and marker symbols to the documentation"}},{"before":"532990bdff331408c2575ae1fe3a54b826f284c8","after":"2c5b97363d6c016d9a5730c9b116db29354063c1","ref":"refs/heads/master","pushedAt":"2023-06-16T23:41:01.336Z","pushType":"push","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Use Racket 8.9 and setup-racket 1.10 for the build","shortMessageHtmlLink":"Use Racket 8.9 and setup-racket 1.10 for the build"}},{"before":"fe3788001ed648a6f961d26e1429611325cbfcb2","after":"532990bdff331408c2575ae1fe3a54b826f284c8","ref":"refs/heads/master","pushedAt":"2023-06-10T01:22:02.098Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Keep precision on log tick labels (#117, #119)\n\nThe epsilon value for deciding if ticks are close to each other was too large,\r\ncausing a tick at 500 to have a label of 10^2. See issue #117 for a detailed\r\nexample.","shortMessageHtmlLink":"Keep precision on log tick labels (#117, #119)"}},{"before":"728d2c3bb1451d4c296e6caf5b22743321998f6f","after":"fe3788001ed648a6f961d26e1429611325cbfcb2","ref":"refs/heads/master","pushedAt":"2023-05-18T20:48:41.642Z","pushType":"push","commitsCount":1,"pusher":{"login":"samth","name":"Sam Tobin-Hochstadt","path":"/samth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/244723?s=80&v=4"},"commit":{"message":"Increase test timeout.","shortMessageHtmlLink":"Increase test timeout."}},{"before":"5b11cfdb30b52090c0b9e98318651e7d8b864724","after":"728d2c3bb1451d4c296e6caf5b22743321998f6f","ref":"refs/heads/master","pushedAt":"2023-03-27T22:31:08.716Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"doc: defproc for min*, max* (#115)\n\nthese have been available but undocumented for years","shortMessageHtmlLink":"doc: defproc for min*, max* (#115)"}},{"before":"7755a5292eef44693070c662cc81efcd2f399079","after":"5b11cfdb30b52090c0b9e98318651e7d8b864724","ref":"refs/heads/master","pushedAt":"2023-03-27T22:29:42.761Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"doc: render ticks as metavar, not link (#116)","shortMessageHtmlLink":"doc: render ticks as metavar, not link (#116)"}},{"before":"ccdcfa9f7b96407d1a7b40a61e622f6175b87f52","after":"7755a5292eef44693070c662cc81efcd2f399079","ref":"refs/heads/master","pushedAt":"2023-03-16T21:42:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"alex-hhh","name":"Alex Harsányi","path":"/alex-hhh","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11592690?s=80&v=4"},"commit":{"message":"Clarify expectations for ticks-format function (#113) (#114)\n\nAdd a check that the ticks format function returns the same number of labels\r\nas input pre-tick elements. Also updated the documentation to better explain\r\nwhat the function needs to return.","shortMessageHtmlLink":"Clarify expectations for ticks-format function (#113) (#114)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEJKMA-QA","startCursor":null,"endCursor":null}},"title":"Activity · racket/plot"}