Skip to content

Updated images #1210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: cypher-25
Choose a base branch
from
Open

Updated images #1210

wants to merge 6 commits into from

Conversation

lidiazuin
Copy link
Contributor

No description provided.

Copy link
Collaborator

@JPryce-Aklundh JPryce-Aklundh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @lidiazuin.
The images look good, except for:

  • graph_clause_where.svg (the replacement replaces the old image)
  • patterns-equijoins-solution_2.svg (I think the different solutions are less clear in this new format).

Also, how are you batching these updates? I see, e.g., that this PR replaces some but not all of the svgs in the Patterns chapter? Are those not replaced here not ready yet?

@@ -678,7 +678,7 @@ RETURN type(r) AS type, m.title AS movie

The result shows that he has 13 outgoing relationships connected to 12 different `Movie` nodes (12 have the `ACTED_IN` type and one has the `DIRECTED` type).

image::introduction_example1.svg[width="500",role="middle"]
image::introduction-example1.svg[A Tom Hanks nodes connecting to Movie nodes via acted in relationships,width=600,role=popup]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
image::introduction-example1.svg[A Tom Hanks nodes connecting to Movie nodes via acted in relationships,width=600,role=popup]
image::introduction-example1.svg[A Tom Hank Person node connected to Movie nodes via acted in relationships,width=600,role=popup]

Co-authored-by: Jens Pryce-Åklundh <112686610+JPryce-Aklundh@users.noreply.github.com>
@lidiazuin
Copy link
Contributor Author

lidiazuin commented Mar 12, 2025

  • graph_clause_where.svg (the replacement replaces the old image)

I don't understand your point here?

  • patterns-equijoins-solution_2.svg (I think the different solutions are less clear in this new format).

Isn't it the same image, only the nodes are organized differently? Maybe you can talk to Petar and explain to him what improvements could be made.

  • Also, how are you batching these updates? I see, e.g., that this PR replaces some but not all of the svgs in the Patterns chapter? Are those not replaced here not ready yet?

I'm adding all the images that Petar finished and sent to me in the first batch. I don't know in what order he's working with the images, but I would guess it's not after chapters since we have some missing, like the ones you pointed out.

@JPryce-Aklundh
Copy link
Collaborator

JPryce-Aklundh commented Mar 12, 2025

  1. The WHERE graph was updated in cypher-25. Your image is a replacement of the image in dev/5.x.
    I pointed out the difference in the google doc I shared with you and Petar.

  2. They are not the same. The new one only differentiates the nodes within the cycle by the width of the rel - the old one used a different color for the rels outside the cycle, which, I think, is clearer.
    https://neo4j.com/docs/cypher-manual/current/patterns/non-linear-patterns/
    I will ask Petar

  3. Ok, I was under the impression that all images had been completed (apart from the new ones in cypher 25, such as the WHERE graph)

@lidiazuin
Copy link
Contributor Author

Would you like to revert the change in these two images and merge to publish the new ones or wait?

@JPryce-Aklundh
Copy link
Collaborator

where_clause.svg should be reverted, but I actually think it might be better to wait adding the images in the Patterns section until they are all done (i.e. all "patterns... .svg" files).

@recrwplay
Copy link
Contributor

This PR includes documentation updates
View the updated docs at https://neo4j-docs-cypher-1210.surge.sh

Updated pages:

…of images that are not being used but were updated
@neo-technology-commit-status-publisher
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-cypher-1210.surge.sh

Updated pages:

@@ -2,6 +2,12 @@
[[syntax-and-semantics]]
= Syntax and semantics

//Check Mark
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do? (Preview isnt working)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It replaces the current emoji ✅ for the checkmark we use in docs, so it should look like this instead:

Screenshot 2025-04-04 at 11 25 09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants