Git Product home page Git Product logo

gallery's People

Contributors

almeidaxan avatar aphalo avatar clauswilke avatar davidhodge931 avatar eliocamp avatar emaasit avatar erocoar avatar github-actions[bot] avatar guangchuangyu avatar haleyjeppson avatar indrajeetpatil avatar kenithgrey avatar lukastay avatar malcolmbarrett avatar marcinkosinski avatar martin-borkovec avatar mjskay avatar nsgrantham avatar omarwagih avatar r-coderdotcom avatar robjohnnoble avatar ryo-n7 avatar slowkow avatar teunbrand avatar trevorld avatar vpetukhov avatar wilkox avatar xiaoluo-boy avatar yonicd avatar yutannihilation avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gallery's Issues

Does website need to be rebuilt?

The ggformula package was submitted quite some time ago and the pull request accepted, but it still doesn't appear online. Was there an error in that submission? Does the website simply need to be rebuilt? Is there some other problem?

Bitbucket instead of Github

I have two packages listed in gplot2-exts. I am updating their entries in _config.yml and adding a new package.

I keep my packages at Bitbucket under Git rather than at Github. The entries have empty ghuser and ghrepo fields while in the instructions these fields are marked as required. Should I keep these two fields empty? Is this acceptable?

The URL was changed

After typing <the old URL> in the URL, it opens to a pornographic website.

Did I enter the wrong URL?

Update website at top of GitHub page

The website listed at the top of the GitHub repo hasn't been updated to the new website yet. It still says Gallery of ggplot2 extensions https://www.ggplot2-exts.org/gallery/.

I tried doing a pull request but it looks like editing the GitHub page itself isn't actually detected as a change. 🤷‍♀️

Website not accessible

When I try to visit the website I get this:

Error 1014 Ray ID: 335d4187616b5a32 • 2017-02-23 19:59:02 UTC
CNAME Cross-User Banned
What happened?
You've requested a page on a website that is part of the Cloudflare network. The host is configured as a CNAME across accounts on Cloudflare, which is prohibited by security policy.
What can I do?
If you are interested in learning more about Cloudflare, please visit our website.

Instructions indicate thumbnails are 350px wide but they are actually 344px wide

The instructions suggest uploading an image that will look best on a retina display at 350 pixels wide, but the images are actually displayed at a width of 344 pixels:

gallery-344px-image

This appears to be because the div containing the image is 350 pixels wide, but has a 3 pixel padding.

Unless I am mistaken on the mapping of web-pixel-size to retina-pixel-size, taking the instructions as given one would assume you should upload a 700 pixel wide image (twice the stated resolution to be optimal for a retina display), but should probably instead use a 644 pixel wide image given the current layout.

Could either the instructions or the CSS be adjusted so that they match?

Github Stars not updating automatically

I noticed that on the website that the Github stars do not seem to be updating automatically for gglm. Not sure if there is anything needed on my end to make sure that happens, or if it just takes awhile.

Gallerly does not show all entries

When I open the gallery it says "Showing 55 of 72" but there is nothing like a "Show next page" button. After entering something in the "Text Filter" field and removing it, the site suddenly shows all 72 packages. This seems like a bug to me.

extensions to add to the list

The following ggplot2 extensions are currently not included. Either I or someone else can make a PR to add them to the list.

(Feel free to edit it.)

  • ggpubr
  • ggcorrplot
  • see
  • ggx
  • tidymv
  • ggimg
  • plotmm
  • ggsignif
  • ggside
  • ggResidpanel
  • ggeasy
  • ggbreak
  • ggbump
  • ggfx
  • simplevis
  • ggpage
  • ggquickeda
  • OddsPlotty
  • interactions

How do you build this site

want to steal your work and build my own gallery with similar layout locally. Can you show me how the gallery site is built?

Resize images for retina displays

Per the discussion with @yutannihilation on #100, I am raising this issue here:

The image instructions ask for an image that "will look good on a retina screen at 350x300 pixels". Such an image would be 700x600 pixels: at twice the width/height resolution retina screens will not need to downsample the image to display at an "effective" pixel size of 350x300; whereas if an image is 350x300 retina screens actually need to upsample the images. Thus 350x300 will not look as good on a retina screen as 700x600 (this issue extends beyond "retina" in the sense of Mac displays to other high-resolution displays, like smartphones).

If the increase in necessary bandwidth is acceptable, probably the simplest solution is to change these lines:

if (info$width <= 350 && info$height <= 300) {

x <- image_resize(x, "350x300")

to use 700x600 and then re-generate the thumbnails from the originals. I did that on a separate branch for which I will submit a PR shortly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.