Bill Finzer

Forum Replies Created

Viewing 15 posts - 211 through 225 (of 401 total)
  • Author
    Posts
  • in reply to: Getting a NetLogo model to work in CODAP #6048
    Bill Finzer
    Keymaster

    Hi Darren,

    I’m going to reach out to the NetLogo team so they can help us. Stay tuned.

    Bill

    in reply to: Making visualizations to represent parts of wholes? (pie charts) #6040
    Bill Finzer
    Keymaster

    Hi Sara V,

    I’m not sure I understand your question, but, if you haven’t already, check out CODAP’s bar charts as shown in the accompanying screen shot. They aren’t colored by a gradient, but they do show two different ways to think about part and whole.

    The second screen shot shows that you can use a gradient to color bars (and points). But I was disappointed that the result is not smoothly uniform from light to dark.

    Does that get anywhere close to what you were thinking about?

    Bill

    p.s. No pie charts in CODAP.

    in reply to: Median-Median Line #6037
    Bill Finzer
    Keymaster

    Hi Laura,

    Thanks for your detailed response. It really helps us think about how to prioritize the median-median line as a CODAP feature.

    Bill

    in reply to: Median-Median Line #6034
    Bill Finzer
    Keymaster
    • There is no affordance in CODAP for plotting a median median line on a scatterplot. You’re the first to ask about it. How important do you think it is?
    • You’re not the first to want to plot more than one value. It’s on our list of desired features.

    Thanks very much for helping us prioritize feature development!

    Bill

    in reply to: change the size of the formula editor window #6030
    Bill Finzer
    Keymaster

    Hi Susanne,

    Unfortunately it has never been possible to change the size of the formula editor window in CODAP. I’ve wished for this as well and will add it to our list of desired features.

    Thanks for letting us know!

    Bill

    in reply to: When dataset has too many data points for display #6028
    Bill Finzer
    Keymaster

    I can think of a couple possibilities and I bet others can think of more.

    1. The easiest might be to use the graph’s “brush” menu to reduce the size of the points. That doesn’t change the number of points of course, but it might make the graph easy to read.
    2. Define a new attribute with a formula that returns the measurement value if the caseIndex is a multiple of, say, 25, and returns an empty value otherwise. Let’s say the measurement attribute is altitude. Then the formula for the new attribute would be:

    if(caseIndex % 25 = 0, altitude, ”)

    Hope that helps,

    Bill

    in reply to: Watershed Boundaries #6026
    Bill Finzer
    Keymaster

    Hi Kaitlyn,

    Did you convert it to “json” or “geojson?” The latter is what you need.

    If the file is less than 512K, would you upload it here so we can try it to figure out what’s going on? If it’s too big, or you would prefer, send it by email.

    Bill

    in reply to: Watershed Boundaries #6022
    Bill Finzer
    Keymaster

    Hello Kaitlyn,

    The trick is to find a “geojson” file with the watershed “boundary” information in it. Once you have such a file on your desktop, drag it into a CODAP document. It should open a case table and a map displaying the boundary information.

    I did a quick search and, like you, didn’t immediately stumble on anything. Sigh.

    Sometimes I’ve only been able to find a file in a different format from geojson such as KML or a Shapefile. There are online converters that convert from a given format to geojson and these have worked for me in the past.

    CODAP doesn’t have any builtin tools for helping you create boundary information. But one colleague was successful in creating his own boundaries for, if I remember correctly, bike lanes in NYC. So that would be an outside possibility.

    Don’t hesitate to post here again if you get stuck. Anyone else have any experience with watershed boundary geojson files?

    Bill

    in reply to: bug involving percent tool #5989
    Bill Finzer
    Keymaster

    Hi Traci,

    Thanks so much for this bug report. I’ve logged it in our bug tracking database. And, because of your post, I’ve given it a high priority!

    Bill

    in reply to: linking map to data #5987
    Bill Finzer
    Keymaster

    Hi Traci,

    Thanks for the post as I’m sure others have wondered about this. And it is easy.

    1. Add a Boundary attribute to the dataset.
    2. Edit the formula of your new attribute as shown in the screen capture.
      Here it is for copy/paste:
      lookupBoundary(country_boundaries,Country)
    3. When you Apply the formula you will see miniature maps appear as values for the attribute for most of the countries.
    4. Make a map! The countries should appear. Drag an attribute into the middle of the map to color the countries by the values of that attribute.

    Caveats:

    • Make the map after you add the Boundary attribute. An existing CODAP map might not pick up the change.
    • The name of the attribute can be one of ‘boundary’‘boundaries’‘polygon’‘polygons’‘grenze’‘境界’
      • If you want to name it something else, then you must set the attribute type to ‘boundary’ using the Edit Attribute Properties dialog box.
    • Some countries may not appear on the map. This is because the name in your dataset doesn’t correspond exactly to the name in CODAP’s database. But you can fix that by looking up CODAP’s name in this document. (It helps to make a map so it’s easy to find the country you want.)
    in reply to: Problems opening CODAP documents saved on Google Drive #5978
    Bill Finzer
    Keymaster

    The latest release is up (0559) and fixes these problems with Google Drive.

    Whew!

    in reply to: Problems opening CODAP documents saved on Google Drive #5976
    Bill Finzer
    Keymaster

    News flash! We have found a recent change in Google Drive is responsible for these problems. We have a fix that we’re testing at this moment. I recommend that you not open from Google Drive until we release the fix. Instead, download from Google Drive and drag into CODAP as a workaround.

    We expect to do the release very soon. (In fact, I’m testing it now.) Look for 0559 as the build number in the upper right of the document.

    Apologies for problems this has caused you all!

    Bill

    in reply to: Problems opening CODAP documents saved on Google Drive #5971
    Bill Finzer
    Keymaster

    Yeah, we don’t think it has anything to do with the document itself, but rather, something about CODAP getting along well with Google Drive.

    in reply to: Problems opening CODAP documents saved on Google Drive #5969
    Bill Finzer
    Keymaster

    We think something has changed with Google Drive but we’re not yet clear what that might be.

    Another possible workaround is to find the document in the Google Drive interface and open from there; for example by double-clicking.

    If you haven’t done this before it may require you to give CODAP some permissions before being allowed to open in this manner.

    Please let us know if this works for you.

    Bill

    in reply to: Fixing "Set Strategy" #5916
    Bill Finzer
    Keymaster

    Thanks!

Viewing 15 posts - 211 through 225 (of 401 total)